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

This commit is contained in:
Renovate Bot
2020-02-10 22:57:15 +00:00
parent 1d7404a484
commit cda6e78c17
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -17149,9 +17149,9 @@
}
},
"object-hash": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.0.1.tgz",
"integrity": "sha512-HgcGMooY4JC2PBt9sdUdJ6PMzpin+YtY3r/7wg0uTifP+HJWW8rammseSEHuyt0UeShI183UGssCJqm1bJR7QA=="
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.0.2.tgz",
"integrity": "sha512-b+2AKjAf6uQlxxv8ChHdM+VT4eeX+ZSwv+pk2xIXZWbo+yxn4/En1iC+GHe/OFYa9on0AhFF2PvuAcFHoiiHaA=="
},
"object-inspect": {
"version": "1.7.0",

View File

@@ -28,7 +28,7 @@
"mobx-react": "6.1.7",
"mobx-stored": "1.1.0",
"moment": "2.24.0",
"object-hash": "2.0.1",
"object-hash": "2.0.2",
"promise-retry": "1.1.1",
"prop-types": "15.7.2",
"qs": "6.9.1",