From d654755b1e3f6fe6f41f8f67e2eec1bbff86ee8c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Oct 2019 13:45:53 +0000 Subject: [PATCH] fix(deps): update dependency object-hash to v2 --- ui/package-lock.json | 7 +++---- ui/package.json | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 1335df583..031bb5cd3 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -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", diff --git a/ui/package.json b/ui/package.json index 51e253da5..f38747a38 100644 --- a/ui/package.json +++ b/ui/package.json @@ -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",