diff --git a/ui/package-lock.json b/ui/package-lock.json index 94b9b85ec..0e9460474 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -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", diff --git a/ui/package.json b/ui/package.json index 360f6c4c6..6b687c910 100644 --- a/ui/package.json +++ b/ui/package.json @@ -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",