From 52f5fe0fc4e918095ab0e07e6e54581aef2d2e76 Mon Sep 17 00:00:00 2001 From: Todd Schiller Date: Tue, 12 Nov 2024 11:06:30 -0500 Subject: [PATCH] Bump object-hash to 3.0.0 (#9501) --- applications/browser-extension/package.json | 4 ++-- package-lock.json | 14 ++++++++------ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/applications/browser-extension/package.json b/applications/browser-extension/package.json index 0b0bd6b27c..e35877b568 100644 --- a/applications/browser-extension/package.json +++ b/applications/browser-extension/package.json @@ -112,7 +112,7 @@ "memoize-one": "^6.0.0", "mustache": "^4.2.0", "nunjucks": "^3.2.4", - "object-hash": "^2.2.0", + "object-hash": "^3.0.0", "one-event": "^4.3.0", "p-defer": "^4.0.1", "p-memoize": "^7.1.1", @@ -225,7 +225,7 @@ "@types/mustache": "^4.2.5", "@types/node": "^22.9.0", "@types/nunjucks": "^3.2.6", - "@types/object-hash": "^2.1.1", + "@types/object-hash": "^3.0.6", "@types/papaparse": "^5.3.15", "@types/psl": "^1.1.3", "@types/react-autosuggest": "^10.1.11", diff --git a/package-lock.json b/package-lock.json index 606de05f06..75e490d46d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -102,7 +102,7 @@ "memoize-one": "^6.0.0", "mustache": "^4.2.0", "nunjucks": "^3.2.4", - "object-hash": "^2.2.0", + "object-hash": "^3.0.0", "one-event": "^4.3.0", "p-defer": "^4.0.1", "p-memoize": "^7.1.1", @@ -215,7 +215,7 @@ "@types/mustache": "^4.2.5", "@types/node": "^22.9.0", "@types/nunjucks": "^3.2.6", - "@types/object-hash": "^2.1.1", + "@types/object-hash": "^3.0.6", "@types/papaparse": "^5.3.15", "@types/psl": "^1.1.3", "@types/react-autosuggest": "^10.1.11", @@ -9066,8 +9066,9 @@ "dev": true }, "node_modules/@types/object-hash": { - "version": "2.2.1", - "integrity": "sha512-i/rtaJFCsPljrZvP/akBqEwUP2y5cZLOmvO+JaYnz01aPknrQ+hB5MRcO7iqCUsFaYfTG8kGfKUyboA07xeDHQ==", + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/@types/object-hash/-/object-hash-3.0.6.tgz", + "integrity": "sha512-fOBV8C1FIu2ELinoILQ+ApxcUKz4ngq+IWUYrxSGjXzzjUALijilampwkMgEtJ+h2njAW3pi853QpzNVCHB73w==", "dev": true }, "node_modules/@types/papaparse": { @@ -23440,8 +23441,9 @@ } }, "node_modules/object-hash": { - "version": "2.2.0", - "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" }