override cookie dependency to include non-vulnerable version

This commit is contained in:
2025-07-19 13:08:41 +02:00
parent 509f76e064
commit 03605149d5
2 changed files with 9 additions and 4 deletions

8
package-lock.json generated
View File

@ -2531,13 +2531,13 @@
"optional": true "optional": true
}, },
"node_modules/cookie": { "node_modules/cookie": {
"version": "0.6.0", "version": "1.0.2",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.0.2.tgz",
"integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", "integrity": "sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">= 0.6" "node": ">=18"
} }
}, },
"node_modules/cross-spawn": { "node_modules/cross-spawn": {

View File

@ -44,6 +44,11 @@
"sqlite3": "^5.0.0", "sqlite3": "^5.0.0",
"ws": "^8.18.0" "ws": "^8.18.0"
}, },
"overrides": {
"@sveltejs/kit": {
"cookie": ">=0.7.0"
}
},
"engines": { "engines": {
"node": ">=20.0.0" "node": ">=20.0.0"
} }