diff --git a/package-lock.json b/package-lock.json index 532f6bf9..22e74606 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6309,6 +6309,13 @@ "node": "^16.14.0 || >=18.0.0" } }, + "node_modules/hosted-git-info/node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true, + "license": "ISC" + }, "node_modules/html-encoding-sniffer": { "version": "4.0.0", "dev": true, @@ -7695,9 +7702,13 @@ } }, "node_modules/lru-cache": { - "version": "10.4.3", - "dev": true, - "license": "ISC" + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.0.tgz", + "integrity": "sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==", + "license": "ISC", + "engines": { + "node": "20 || >=22" + } }, "node_modules/make-dir": { "version": "4.0.0", @@ -12056,6 +12067,13 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/path-scurry/node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true, + "license": "ISC" + }, "node_modules/path-to-regexp": { "version": "0.1.7", "dev": true, @@ -15487,7 +15505,7 @@ }, "packages/helix-shared-config": { "name": "@adobe/helix-shared-config", - "version": "10.6.5", + "version": "10.6.6", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "^4.0.1", @@ -15499,7 +15517,7 @@ "cookie": "0.6.0", "fs-extra": "11.2.0", "ignore": "5.3.2", - "lru-cache": "11.0.0", + "lru-cache": "^11.0.0", "object-hash": "3.0.0", "uri-js": "4.4.1", "yaml": "2.5.0" @@ -15528,13 +15546,6 @@ "dev": true, "license": "Apache-2.0" }, - "packages/helix-shared-config/node_modules/lru-cache": { - "version": "11.0.0", - "license": "ISC", - "engines": { - "node": "20 || >=22" - } - }, "packages/helix-shared-dom": { "name": "@adobe/helix-shared-dom", "version": "2.0.7", @@ -15747,7 +15758,7 @@ "dependencies": { "@adobe/fetch": "^4.1.3", "@adobe/helix-shared-wrap": "^1.0.5", - "aws4": "^1.13.0" + "aws4": "^1.12.0" }, "devDependencies": { "nock": "13.5.4" @@ -15801,7 +15812,7 @@ "dependencies": { "@adobe/fetch": "^4.1.2", "@adobe/helix-shared-process-queue": "^3.0.4", - "@aws-sdk/client-s3": "^3.633.0", + "@aws-sdk/client-s3": "^3.564.0", "@smithy/node-http-handler": "^3.0.0", "mime": "^4.0.3" }, @@ -15817,7 +15828,7 @@ }, "packages/helix-shared-tokencache": { "name": "@adobe/helix-shared-tokencache", - "version": "1.4.27", + "version": "1.4.28", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "^4.0.10",