diff --git a/package-lock.json b/package-lock.json index 0d0f53589..007b1c078 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@adobe/fetch": "4.3.0", "@adobe/helix-log": "7.0.0", - "@adobe/helix-shared-config": "11.1.25", + "@adobe/helix-shared-config": "11.1.26", "@adobe/helix-shared-git": "3.0.25", "@adobe/helix-shared-indexer": "2.2.7", "@adobe/helix-shared-process-queue": "3.1.9", @@ -175,9 +175,9 @@ "license": "Apache-2.0" }, "node_modules/@adobe/helix-shared-config": { - "version": "11.1.25", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-config/-/helix-shared-config-11.1.25.tgz", - "integrity": "sha512-NZjN8BXIiCqrodtPpccRVoGpvXG7224+zAwJu68vS5tE0b4MVUyVG4knD/68UaN07jKabpnuY/kOvxk2g3odLw==", + "version": "11.1.26", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-config/-/helix-shared-config-11.1.26.tgz", + "integrity": "sha512-c42tWByDpSLMtaphQPODqnsGP7iqz86wigk7VwUlrbSOOJE3X0NADjftrqeuloNvNZaUY9ClU1j5LlBzK2w5wA==", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "^4.0.1", @@ -189,14 +189,14 @@ "cookie": "1.1.1", "fs-extra": "11.3.5", "ignore": "7.0.5", - "lru-cache": "11.3.6", + "lru-cache": "11.5.0", "yaml": "2.9.0" } }, "node_modules/@adobe/helix-shared-config/node_modules/lru-cache": { - "version": "11.3.6", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.6.tgz", - "integrity": "sha512-Gf/KoL3C/MlI7Bt0PGI9I+TeTC/I6r/csU58N4BSNc4lppLBeKsOdFYkK+dX0ABDUMJNfCHTyPpzwwO21Awd3A==", + "version": "11.5.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.0.tgz", + "integrity": "sha512-5YgH9UJd7wVb9hIouI2adWpgqrrICkt070Dnj8EUY1+B4B2P9eRLPAkAAo6NICA7CEhOIeBHl46u9zSNpNu7zA==", "license": "BlueOak-1.0.0", "engines": { "node": "20 || >=22" diff --git a/package.json b/package.json index 0701660a2..5797bd84f 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "dependencies": { "@adobe/fetch": "4.3.0", "@adobe/helix-log": "7.0.0", - "@adobe/helix-shared-config": "11.1.25", + "@adobe/helix-shared-config": "11.1.26", "@adobe/helix-shared-git": "3.0.25", "@adobe/helix-shared-indexer": "2.2.7", "@adobe/helix-shared-process-queue": "3.1.9",