diff --git a/package-lock.json b/package-lock.json index 498588b5..552aa340 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@adobe/fetch": "4.1.9", "@adobe/helix-log": "6.0.5", - "@adobe/helix-shared-config": "11.0.10", + "@adobe/helix-shared-config": "11.0.11", "@adobe/helix-shared-git": "3.0.16", "@adobe/helix-shared-indexer": "2.2.1", "camelcase": "8.0.0", @@ -136,9 +136,9 @@ } }, "node_modules/@adobe/helix-shared-config": { - "version": "11.0.10", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-config/-/helix-shared-config-11.0.10.tgz", - "integrity": "sha512-u14xR+j1GPWAfQ/xre3PtJuUDaGiMUluocHq4Rd64zkQ78PN1xQHOSOKFrN57RK5OkYs6d4+PI8wZngTDgxfow==", + "version": "11.0.11", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-config/-/helix-shared-config-11.0.11.tgz", + "integrity": "sha512-Kv+cC5e7UjW+hG0nhlNWXrlGD//wVFDAlSIGhz4TWuEbDWn7szDjfphbX3KLtumSHvfAYS7Jr05jtCU035GNVQ==", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "^4.0.1", @@ -151,8 +151,6 @@ "fs-extra": "11.2.0", "ignore": "6.0.2", "lru-cache": "11.0.2", - "object-hash": "3.0.0", - "uri-js": "4.4.1", "yaml": "2.6.1" } }, @@ -12295,14 +12293,6 @@ "node": ">=0.10.0" } }, - "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/object-inspect": { "version": "1.13.1", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz", @@ -13046,6 +13036,7 @@ "version": "2.3.0", "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz", "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==", + "dev": true, "engines": { "node": ">=6" } @@ -15717,6 +15708,7 @@ "version": "4.4.1", "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "dev": true, "dependencies": { "punycode": "^2.1.0" } diff --git a/package.json b/package.json index f41eb9e6..2661a631 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "dependencies": { "@adobe/fetch": "4.1.9", "@adobe/helix-log": "6.0.5", - "@adobe/helix-shared-config": "11.0.10", + "@adobe/helix-shared-config": "11.0.11", "@adobe/helix-shared-git": "3.0.16", "@adobe/helix-shared-indexer": "2.2.1", "camelcase": "8.0.0",