diff --git a/package-lock.json b/package-lock.json index 4c650cb157e..e4b2de19b7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -108,7 +108,7 @@ "circular-dependency-plugin": "^5.0.0", "concurrently": "^10.0.3", "content-security-policy-parser": "^0.6.0", - "cookie": "^1.1.1", + "cookie": "^2.0.1", "css-loader": "^7.1.4", "css-minimizer-webpack-plugin": "^8.0.0", "eslint": "^8.57.0", @@ -6773,10 +6773,13 @@ "license": "MIT" }, "node_modules/cookie": { - "version": "1.1.1", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-2.0.1.tgz", + "integrity": "sha512-yuToqVvRrj6pfDXREyQAAv8SkAEk/8GS3jQRTiUMm66TVtBYmqQeoEjL2Lmq8Rpo6271vH76InTChTitEAm65w==", + "dev": true, "license": "MIT", "engines": { - "node": ">=18" + "node": ">=22" }, "funding": { "type": "opencollective", @@ -18002,6 +18005,19 @@ "universal-cookie": "^8.0.0" } }, + "node_modules/universal-cookie-express/node_modules/cookie": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.1.1.tgz", + "integrity": "sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==", + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } + }, "node_modules/universal-cookie-express/node_modules/universal-cookie": { "version": "8.0.1", "license": "MIT", diff --git a/package.json b/package.json index 4aeda76adee..b7db5b4ae59 100644 --- a/package.json +++ b/package.json @@ -260,7 +260,7 @@ "circular-dependency-plugin": "^5.0.0", "concurrently": "^10.0.3", "content-security-policy-parser": "^0.6.0", - "cookie": "^1.1.1", + "cookie": "^2.0.1", "css-loader": "^7.1.4", "css-minimizer-webpack-plugin": "^8.0.0", "eslint": "^8.57.0",