From 3ee22667a7d1fbc324a7669ebab2159ccdec789c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 09:58:38 -0800 Subject: [PATCH] build(deps): bump cookie from 0.5.0 to 0.6.0 in /superset-websocket (#25886) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- superset-websocket/package-lock.json | 14 +++++++------- superset-websocket/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/superset-websocket/package-lock.json b/superset-websocket/package-lock.json index 6684792649..e29f62ed99 100644 --- a/superset-websocket/package-lock.json +++ b/superset-websocket/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@types/lodash": "^4.14.200", - "cookie": "^0.5.0", + "cookie": "^0.6.0", "hot-shots": "^10.0.0", "ioredis": "^4.28.0", "jsonwebtoken": "^9.0.2", @@ -2320,9 +2320,9 @@ } }, "node_modules/cookie": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", - "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", + "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", "engines": { "node": ">= 0.6" } @@ -7946,9 +7946,9 @@ } }, "cookie": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", - "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==" + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", + "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==" }, "create-require": { "version": "1.1.1", diff --git a/superset-websocket/package.json b/superset-websocket/package.json index 9db110dac1..2194eec061 100644 --- a/superset-websocket/package.json +++ b/superset-websocket/package.json @@ -17,7 +17,7 @@ "license": "Apache-2.0", "dependencies": { "@types/lodash": "^4.14.200", - "cookie": "^0.5.0", + "cookie": "^0.6.0", "hot-shots": "^10.0.0", "ioredis": "^4.28.0", "jsonwebtoken": "^9.0.2",