diff --git a/package-lock.json b/package-lock.json index 2bcf4d246..7359ff230 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.27", + "@adobe/helix-shared-config": "11.1.28", "@adobe/helix-shared-git": "3.0.25", "@adobe/helix-shared-indexer": "2.2.9", "@adobe/helix-shared-process-queue": "3.1.9", @@ -176,9 +176,9 @@ "license": "Apache-2.0" }, "node_modules/@adobe/helix-shared-config": { - "version": "11.1.27", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-config/-/helix-shared-config-11.1.27.tgz", - "integrity": "sha512-CEri368EPQ1cUHYkenZ8/83bsHZ90ZHAGCcMEHJa110VlsjvA06VE9pvzSxzPfT5AfDG42WbieYkVR64czlUuA==", + "version": "11.1.28", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-config/-/helix-shared-config-11.1.28.tgz", + "integrity": "sha512-TRaTnecK3HiI+ouudR+dd/VjjPMAaZQ4M+vn61O0nI2Wx5UlQaYL+sEEZoupmPYf5CR/n8jxAlFlvvY0te51xg==", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "^4.0.1", @@ -187,13 +187,26 @@ "@adobe/helix-shared-utils": "^2.1.0", "ajv": "8.20.0", "ajv-formats": "3.0.1", - "cookie": "1.1.1", + "cookie": "2.0.0", "fs-extra": "11.3.5", "ignore": "7.0.5", "lru-cache": "11.5.1", "yaml": "2.9.0" } }, + "node_modules/@adobe/helix-shared-config/node_modules/cookie": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-2.0.0.tgz", + "integrity": "sha512-hRSFuKJ6SYHrFVNltQdagQFMk7e0Q/VrORTGqZGyUAmmhA3EwPeldHCTg0HqUaDodQOfQDe7qXuOtpf4lwCsaA==", + "license": "MIT", + "engines": { + "node": ">=22" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } + }, "node_modules/@adobe/helix-shared-config/node_modules/lru-cache": { "version": "11.5.1", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.1.tgz", diff --git a/package.json b/package.json index 7d099fedf..8244b0cf1 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.27", + "@adobe/helix-shared-config": "11.1.28", "@adobe/helix-shared-git": "3.0.25", "@adobe/helix-shared-indexer": "2.2.9", "@adobe/helix-shared-process-queue": "3.1.9",