diff --git a/package-lock.json b/package-lock.json index 218dc1ef..4bcb6542 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4136,12 +4136,12 @@ "license": "MIT" }, "node_modules/cookie": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz", - "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.0.1.tgz", + "integrity": "sha512-Xd8lFX4LM9QEEwxQpF9J9NTUh8pmdJO0cyRJhFiDoLTk2eH8FXlRv2IFGYVadZpqI3j8fhNrSdKCeYPxiAhLXw==", "license": "MIT", "engines": { - "node": ">= 0.6" + "node": ">=18" } }, "node_modules/cookie-signature": { @@ -15468,7 +15468,7 @@ }, "packages/helix-shared-config": { "name": "@adobe/helix-shared-config", - "version": "11.0.3", + "version": "11.0.4", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "^4.0.1", @@ -15477,7 +15477,7 @@ "@adobe/helix-shared-utils": "^2.1.0", "ajv": "8.17.1", "ajv-formats": "3.0.1", - "cookie": "0.7.2", + "cookie": "1.0.1", "fs-extra": "11.2.0", "ignore": "6.0.2", "lru-cache": "11.0.1", @@ -15535,14 +15535,14 @@ }, "packages/helix-shared-ims": { "name": "@adobe/helix-shared-ims", - "version": "2.0.11", + "version": "2.0.12", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "^4.0.1", "@adobe/helix-shared-body-data": "^1.1.19", "@adobe/helix-shared-utils": "^2.1.0", "@adobe/helix-shared-wrap": "^1.0.5", - "cookie": "0.7.2" + "cookie": "1.0.1" }, "devDependencies": { "nock": "13.5.5" @@ -15686,7 +15686,7 @@ }, "packages/helix-shared-indexer": { "name": "@adobe/helix-shared-indexer", - "version": "2.1.6", + "version": "2.1.7", "license": "Apache-2.0", "dependencies": { "dayjs": "1.11.13", @@ -15824,7 +15824,7 @@ "dependencies": { "@adobe/fetch": "^4.1.2", "@adobe/helix-shared-process-queue": "^3.0.4", - "@aws-sdk/client-s3": "^3.670.0", + "@aws-sdk/client-s3": "^3.564.0", "@smithy/node-http-handler": "^3.0.0", "mime": "^4.0.3" }, @@ -15840,7 +15840,7 @@ }, "packages/helix-shared-tokencache": { "name": "@adobe/helix-shared-tokencache", - "version": "1.4.35", + "version": "1.4.36", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "^4.0.10", diff --git a/packages/helix-shared-config/package.json b/packages/helix-shared-config/package.json index 2b96699c..51132c8a 100644 --- a/packages/helix-shared-config/package.json +++ b/packages/helix-shared-config/package.json @@ -42,7 +42,7 @@ "@adobe/helix-shared-utils": "^2.1.0", "ajv": "8.17.1", "ajv-formats": "3.0.1", - "cookie": "0.7.2", + "cookie": "1.0.1", "fs-extra": "11.2.0", "ignore": "6.0.2", "lru-cache": "11.0.1", diff --git a/packages/helix-shared-ims/package.json b/packages/helix-shared-ims/package.json index 55247395..fc498e12 100644 --- a/packages/helix-shared-ims/package.json +++ b/packages/helix-shared-ims/package.json @@ -37,7 +37,7 @@ "@adobe/helix-shared-body-data": "^1.1.19", "@adobe/helix-shared-utils": "^2.1.0", "@adobe/helix-shared-wrap": "^1.0.5", - "cookie": "0.7.2" + "cookie": "1.0.1" }, "optionalDependencies": { "@adobe/helix-universal": "^5.0.0"