diff --git a/package-lock.json b/package-lock.json index 2a34a603..e62aac35 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.7", + "@adobe/helix-shared-config": "11.0.8", "@adobe/helix-shared-git": "3.0.15", "@adobe/helix-shared-indexer": "2.1.7", "camelcase": "8.0.0", @@ -159,9 +159,9 @@ } }, "node_modules/@adobe/helix-shared-config": { - "version": "11.0.7", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-config/-/helix-shared-config-11.0.7.tgz", - "integrity": "sha512-eUEkIMsGSFbQ0J3k36jtoax+1qdXmp0X6G72UrBdmXm112DNxXo5lgy7c8oYpeWpilESvbcgoDDnATQeH3JMxA==", + "version": "11.0.8", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-config/-/helix-shared-config-11.0.8.tgz", + "integrity": "sha512-YDGG80FKS8tOqJNxXQ+E0eU5JxuuLhMZq0IiamxJVifSIEI7kltPH0IkczL2XuR1fOkBHzh56pfW/qnuQh9tVw==", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "^4.0.1", @@ -173,16 +173,16 @@ "cookie": "1.0.1", "fs-extra": "11.2.0", "ignore": "6.0.2", - "lru-cache": "11.0.1", + "lru-cache": "11.0.2", "object-hash": "3.0.0", "uri-js": "4.4.1", "yaml": "2.6.0" } }, "node_modules/@adobe/helix-shared-config/node_modules/lru-cache": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.1.tgz", - "integrity": "sha512-CgeuL5uom6j/ZVrg7G/+1IXqRY8JXX4Hghfy5YE0EhoYQWvndP1kufu58cmZLNIDKnRhZrXfdS9urVWx98AipQ==", + "version": "11.0.2", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.2.tgz", + "integrity": "sha512-123qHRfJBmo2jXDbo/a5YOQrJoHF/GNQTLzQ5+IdK5pWpceK17yRc6ozlWd25FxvGKQbIUs91fDFkXmDHTKcyA==", "license": "ISC", "engines": { "node": "20 || >=22" diff --git a/package.json b/package.json index 4e903d1b..55823d87 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.7", + "@adobe/helix-shared-config": "11.0.8", "@adobe/helix-shared-git": "3.0.15", "@adobe/helix-shared-indexer": "2.1.7", "camelcase": "8.0.0",