fix(deps): update dependency object-hash to v2.0.1

This commit is contained in:
Renovate Bot
2019-12-01 00:58:38 +00:00
committed by renovate[bot]
parent b3dde74e6c
commit 03a3a7ae84
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -13072,9 +13072,9 @@
}
},
"object-hash": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.0.0.tgz",
"integrity": "sha512-I7zGBH0rDKwVGeGZpZoFaDhIwvJa3l1CZE+8VchylXbInNiCj7sxxea9P5dTM4ftKR5//nrqxrdeGSTWL2VpBA=="
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.0.1.tgz",
"integrity": "sha512-HgcGMooY4JC2PBt9sdUdJ6PMzpin+YtY3r/7wg0uTifP+HJWW8rammseSEHuyt0UeShI183UGssCJqm1bJR7QA=="
},
"object-inspect": {
"version": "1.7.0",
+1 -1
View File
@@ -27,7 +27,7 @@
"mobx-react": "6.1.4",
"mobx-stored": "1.1.0",
"moment": "2.24.0",
"object-hash": "2.0.0",
"object-hash": "2.0.1",
"prop-types": "15.7.2",
"qs": "6.9.1",
"react": "16.12.0",