diff --git a/superset-websocket/package-lock.json b/superset-websocket/package-lock.json index 808666237..b45528e90 100644 --- a/superset-websocket/package-lock.json +++ b/superset-websocket/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "license": "Apache-2.0", "dependencies": { - "cookie": "^0.4.1", + "cookie": "^0.5.0", "hot-shots": "^9.0.0", "ioredis": "^4.28.0", "jsonwebtoken": "^8.5.1", @@ -1956,9 +1956,9 @@ } }, "node_modules/cookie": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.1.tgz", - "integrity": "sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", + "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", "engines": { "node": ">= 0.6" } @@ -7310,9 +7310,9 @@ } }, "cookie": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.1.tgz", - "integrity": "sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==" + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", + "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==" }, "core-util-is": { "version": "1.0.2", diff --git a/superset-websocket/package.json b/superset-websocket/package.json index 4967e3614..a9702341f 100644 --- a/superset-websocket/package.json +++ b/superset-websocket/package.json @@ -15,7 +15,7 @@ }, "license": "Apache-2.0", "dependencies": { - "cookie": "^0.4.1", + "cookie": "^0.5.0", "hot-shots": "^9.0.0", "ioredis": "^4.28.0", "jsonwebtoken": "^8.5.1",