diff --git a/package-lock.json b/package-lock.json index ae4dc38bd..fce869dcc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@adobe/fetch": "4.2.3", "@adobe/helix-log": "7.0.0", - "@adobe/helix-shared-config": "11.1.16", + "@adobe/helix-shared-config": "11.1.17", "@adobe/helix-shared-git": "3.0.21", "@adobe/helix-shared-indexer": "2.2.6", "camelcase": "9.0.0", @@ -164,9 +164,9 @@ } }, "node_modules/@adobe/helix-shared-config": { - "version": "11.1.16", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-config/-/helix-shared-config-11.1.16.tgz", - "integrity": "sha512-9KQfEgdbSemv4t8woF8RR/WK37hojyKgt8bie7RMzzCoT7UW5grJduEUfp5jvbr++Vv/z5PVaPg+hU4Bup/7Bg==", + "version": "11.1.17", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-config/-/helix-shared-config-11.1.17.tgz", + "integrity": "sha512-cQIJXzQutcjyU6XikYJJBAro4pBUOGhETFo9BGyhxolje8jSvCAfbZiSkKv5/aXaJlIPWNX2fv47BbMo7mSNmQ==", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "^4.0.1", @@ -178,14 +178,14 @@ "cookie": "1.1.1", "fs-extra": "11.3.3", "ignore": "7.0.5", - "lru-cache": "11.2.5", + "lru-cache": "11.2.6", "yaml": "2.8.2" } }, "node_modules/@adobe/helix-shared-config/node_modules/lru-cache": { - "version": "11.2.5", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.5.tgz", - "integrity": "sha512-vFrFJkWtJvJnD5hg+hJvVE8Lh/TcMzKnTgCWmtBipwI5yLX/iX+5UB2tfuyODF5E7k9xEzMdYgGqaSb1c0c5Yw==", + "version": "11.2.6", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.6.tgz", + "integrity": "sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==", "license": "BlueOak-1.0.0", "engines": { "node": "20 || >=22" diff --git a/package.json b/package.json index 463440f36..e679528dd 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "dependencies": { "@adobe/fetch": "4.2.3", "@adobe/helix-log": "7.0.0", - "@adobe/helix-shared-config": "11.1.16", + "@adobe/helix-shared-config": "11.1.17", "@adobe/helix-shared-git": "3.0.21", "@adobe/helix-shared-indexer": "2.2.6", "camelcase": "9.0.0",