From d3e754adb4bc1582bd087c31c50d4b4ba45e28c4 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Fri, 25 Feb 2022 12:17:16 -0500 Subject: [PATCH] Update object-hash to version 3.0.0 (#7657) Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index fd0f461fc..2c14da107 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "glob-parent": "^6.0.2", "is-glob": "^4.0.3", "normalize-path": "^3.0.0", - "object-hash": "^2.2.0", + "object-hash": "^3.0.0", "picocolors": "^1.0.0", "postcss": "^8.4.6", "postcss-js": "^4.0.0", @@ -4947,9 +4947,9 @@ "dev": true }, "node_modules/object-hash": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.2.0.tgz", - "integrity": "sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", + "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", "engines": { "node": ">= 6" } @@ -10169,9 +10169,9 @@ "dev": true }, "object-hash": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.2.0.tgz", - "integrity": "sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw==" + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", + "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==" }, "once": { "version": "1.4.0", diff --git a/package.json b/package.json index 206de7039..c41760601 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "glob-parent": "^6.0.2", "is-glob": "^4.0.3", "normalize-path": "^3.0.0", - "object-hash": "^2.2.0", + "object-hash": "^3.0.0", "picocolors": "^1.0.0", "postcss": "^8.4.6", "postcss-js": "^4.0.0",