diff --git a/superset-websocket/package-lock.json b/superset-websocket/package-lock.json index b02bf678c39af..b325737e52243 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": { - "@types/lodash": "^4.17.0", + "@types/lodash": "^4.17.4", "cookie": "^0.6.0", "hot-shots": "^10.0.0", "ioredis": "^4.28.0", @@ -1425,9 +1425,9 @@ } }, "node_modules/@types/lodash": { - "version": "4.17.0", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.0.tgz", - "integrity": "sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA==" + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.4.tgz", + "integrity": "sha512-wYCP26ZLxaT3R39kiN2+HcJ4kTd3U1waI/cY7ivWYqFP6pW3ZNpvi6Wd6PHZx7T/t8z0vlkXMg3QYLa7DZ/IJQ==" }, "node_modules/@types/node": { "version": "20.13.0", @@ -7224,9 +7224,9 @@ } }, "@types/lodash": { - "version": "4.17.0", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.0.tgz", - "integrity": "sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA==" + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.4.tgz", + "integrity": "sha512-wYCP26ZLxaT3R39kiN2+HcJ4kTd3U1waI/cY7ivWYqFP6pW3ZNpvi6Wd6PHZx7T/t8z0vlkXMg3QYLa7DZ/IJQ==" }, "@types/node": { "version": "20.13.0", diff --git a/superset-websocket/package.json b/superset-websocket/package.json index 1a070cab42830..74b64ad56504b 100644 --- a/superset-websocket/package.json +++ b/superset-websocket/package.json @@ -17,7 +17,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@types/lodash": "^4.17.0", + "@types/lodash": "^4.17.4", "cookie": "^0.6.0", "hot-shots": "^10.0.0", "ioredis": "^4.28.0",