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

This commit is contained in:
Renovate Bot
2019-10-07 13:45:53 +00:00
parent ca291dc02c
commit d654755b1e
2 changed files with 4 additions and 5 deletions
+3 -4
View File
@@ -7336,7 +7336,6 @@
"fs-extra": "^8.1.0",
"loader-fs-cache": "^1.0.2",
"loader-utils": "^1.2.3",
"object-hash": "^1.3.1",
"schema-utils": "^2.2.0"
},
"dependencies": {
@@ -12638,9 +12637,9 @@
}
},
"object-hash": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/object-hash/-/object-hash-1.3.1.tgz",
"integrity": "sha512-OSuu/pU4ENM9kmREg0BdNrUDIl1heYa4mBZacJc+vVWz4GtAwu7jO8s4AIt2aGRUTqxykpWzI3Oqnsm13tTMDA=="
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.0.0.tgz",
"integrity": "sha512-I7zGBH0rDKwVGeGZpZoFaDhIwvJa3l1CZE+8VchylXbInNiCj7sxxea9P5dTM4ftKR5//nrqxrdeGSTWL2VpBA=="
},
"object-inspect": {
"version": "1.6.0",
+1 -1
View File
@@ -26,7 +26,7 @@
"mobx-react": "6.1.3",
"mobx-stored": "1.1.0",
"moment": "2.24.0",
"object-hash": "1.3.1",
"object-hash": "2.0.0",
"prop-types": "15.7.2",
"qs": "6.9.0",
"react": "16.10.2",