chore(deps): bump cookie from 1.0.2 to 1.1.0 in /superset-websocket (#36283)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-11-26 15:16:08 -08:00
committed by GitHub
parent 2db0107d12
commit 170d1b92eb
2 changed files with 13 additions and 8 deletions

View File

@@ -9,7 +9,7 @@
"version": "0.0.1",
"license": "Apache-2.0",
"dependencies": {
"cookie": "^1.0.2",
"cookie": "^1.1.0",
"hot-shots": "^11.2.0",
"ioredis": "^5.8.1",
"jsonwebtoken": "^9.0.2",
@@ -2618,11 +2618,16 @@
"dev": true
},
"node_modules/cookie": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-1.0.2.tgz",
"integrity": "sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==",
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-1.1.0.tgz",
"integrity": "sha512-vXiThu1/rlos7EGu8TuNZQEg2e9TvhH9dmS4T4ZVzB7Ao1agEZ6EG3sn5n+hZRYUgduISd1HpngFzAZiDGm5vQ==",
"license": "MIT",
"engines": {
"node": ">=18"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/express"
}
},
"node_modules/create-jest": {
@@ -8488,9 +8493,9 @@
"dev": true
},
"cookie": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-1.0.2.tgz",
"integrity": "sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA=="
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-1.1.0.tgz",
"integrity": "sha512-vXiThu1/rlos7EGu8TuNZQEg2e9TvhH9dmS4T4ZVzB7Ao1agEZ6EG3sn5n+hZRYUgduISd1HpngFzAZiDGm5vQ=="
},
"create-jest": {
"version": "29.7.0",

View File

@@ -17,7 +17,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"cookie": "^1.0.2",
"cookie": "^1.1.0",
"hot-shots": "^11.2.0",
"ioredis": "^5.8.1",
"jsonwebtoken": "^9.0.2",