diff --git a/superset-websocket/package-lock.json b/superset-websocket/package-lock.json index a0653df94..8634ce3a9 100644 --- a/superset-websocket/package-lock.json +++ b/superset-websocket/package-lock.json @@ -9,7 +9,6 @@ "version": "0.0.1", "license": "Apache-2.0", "dependencies": { - "@types/lodash": "^4.17.4", "cookie": "^0.6.0", "hot-shots": "^10.0.0", "ioredis": "^4.28.0", @@ -24,7 +23,7 @@ "@types/ioredis": "^4.27.8", "@types/jest": "^27.0.2", "@types/jsonwebtoken": "^9.0.6", - "@types/lodash": "^4.17.0", + "@types/lodash": "^4.17.7", "@types/node": "^20.13.0", "@types/uuid": "^9.0.8", "@types/ws": "^8.5.10", @@ -1715,9 +1714,9 @@ } }, "node_modules/@types/lodash": { - "version": "4.17.4", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.4.tgz", - "integrity": "sha512-wYCP26ZLxaT3R39kiN2+HcJ4kTd3U1waI/cY7ivWYqFP6pW3ZNpvi6Wd6PHZx7T/t8z0vlkXMg3QYLa7DZ/IJQ==", + "version": "4.17.7", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.7.tgz", + "integrity": "sha512-8wTvZawATi/lsmNu10/j2hk1KEP0IvjubqPE3cu1Xz7xfXXt5oCq3SNUz4fMIP4XGF9Ky+Ue2tBA3hcS7LSBlA==", "dev": true }, "node_modules/@types/node": { @@ -8100,9 +8099,9 @@ } }, "@types/lodash": { - "version": "4.17.4", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.4.tgz", - "integrity": "sha512-wYCP26ZLxaT3R39kiN2+HcJ4kTd3U1waI/cY7ivWYqFP6pW3ZNpvi6Wd6PHZx7T/t8z0vlkXMg3QYLa7DZ/IJQ==", + "version": "4.17.7", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.7.tgz", + "integrity": "sha512-8wTvZawATi/lsmNu10/j2hk1KEP0IvjubqPE3cu1Xz7xfXXt5oCq3SNUz4fMIP4XGF9Ky+Ue2tBA3hcS7LSBlA==", "dev": true }, "@types/node": { diff --git a/superset-websocket/package.json b/superset-websocket/package.json index b3fd45441..8222148dd 100644 --- a/superset-websocket/package.json +++ b/superset-websocket/package.json @@ -17,7 +17,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@types/lodash": "^4.17.4", + "@types/lodash": "^4.17.7", "cookie": "^0.6.0", "hot-shots": "^10.0.0", "ioredis": "^4.28.0", @@ -30,7 +30,7 @@ "devDependencies": { "@types/cookie": "^0.6.0", "@types/ioredis": "^4.27.8", - "@types/lodash": "^4.17.0", + "@types/lodash": "^4.17.7", "@types/jest": "^27.0.2", "@types/jsonwebtoken": "^9.0.6", "@types/node": "^20.13.0",