diff --git a/package-lock.json b/package-lock.json index c883f659..2384b4e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@adobe/fastly-native-promises": "2.0.2", "@adobe/helix-fetch": "3.0.5", - "@adobe/helix-shared-config": "1.7.14", + "@adobe/helix-shared-config": "1.7.15", "@adobe/helix-shared-wrap": "1.0.2", "@adobe/helix-status": "9.2.7", "@adobe/helix-universal-logger": "2.0.3", @@ -203,9 +203,9 @@ } }, "node_modules/@adobe/helix-shared-config": { - "version": "1.7.14", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-config/-/helix-shared-config-1.7.14.tgz", - "integrity": "sha512-Cka+SRsqke789XPE+0BeZjCyelqLoIrd141VJwURUsKeQrLqdwQQaiek6AZPmtIzCCO/p0ywJMWCdQ0DSI0LyQ==", + "version": "1.7.15", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-config/-/helix-shared-config-1.7.15.tgz", + "integrity": "sha512-kGwEIQXxKDOdRGxId4l4kFjQIkmpjDgp5TaI5Mrey4lLsKgKKLI/uCQPyD0phq5RFHgN1ez/uCGAO7CqzQFpmA==", "dependencies": { "@adobe/helix-fetch": "^3.0.3", "@adobe/helix-shared-git": "^1.1.2", @@ -217,7 +217,7 @@ "fs-extra": "10.0.0", "ignore": "5.2.0", "lru-cache": "7.3.1", - "object-hash": "2.2.0", + "object-hash": "3.0.0", "uri-js": "4.4.1", "yaml": "1.10.2" } @@ -243,6 +243,14 @@ "node": ">=12" } }, + "node_modules/@adobe/helix-shared-config/node_modules/object-hash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", + "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", + "engines": { + "node": ">= 6" + } + }, "node_modules/@adobe/helix-shared-git": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/@adobe/helix-shared-git/-/helix-shared-git-1.1.2.tgz", @@ -17173,9 +17181,9 @@ } }, "@adobe/helix-shared-config": { - "version": "1.7.14", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-config/-/helix-shared-config-1.7.14.tgz", - "integrity": "sha512-Cka+SRsqke789XPE+0BeZjCyelqLoIrd141VJwURUsKeQrLqdwQQaiek6AZPmtIzCCO/p0ywJMWCdQ0DSI0LyQ==", + "version": "1.7.15", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-config/-/helix-shared-config-1.7.15.tgz", + "integrity": "sha512-kGwEIQXxKDOdRGxId4l4kFjQIkmpjDgp5TaI5Mrey4lLsKgKKLI/uCQPyD0phq5RFHgN1ez/uCGAO7CqzQFpmA==", "requires": { "@adobe/helix-fetch": "^3.0.3", "@adobe/helix-shared-git": "^1.1.2", @@ -17187,7 +17195,7 @@ "fs-extra": "10.0.0", "ignore": "5.2.0", "lru-cache": "7.3.1", - "object-hash": "2.2.0", + "object-hash": "3.0.0", "uri-js": "4.4.1", "yaml": "1.10.2" }, @@ -17206,6 +17214,11 @@ "version": "7.3.1", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.3.1.tgz", "integrity": "sha512-nX1x4qUrKqwbIAhv4s9et4FIUVzNOpeY07bsjGUy8gwJrXH/wScImSQqXErmo/b2jZY2r0mohbLA9zVj7u1cNw==" + }, + "object-hash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", + "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==" } } }, diff --git a/package.json b/package.json index d9f7807b..9ab0e43b 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "dependencies": { "@adobe/fastly-native-promises": "2.0.2", "@adobe/helix-fetch": "3.0.5", - "@adobe/helix-shared-config": "1.7.14", + "@adobe/helix-shared-config": "1.7.15", "@adobe/helix-shared-wrap": "1.0.2", "@adobe/helix-status": "9.2.7", "@adobe/helix-universal-logger": "2.0.3",