diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 2f502fcd3c5d3..0be2755bd7092 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -69432,7 +69432,7 @@ }, "devDependencies": { "@types/jest": "^29.5.12", - "@types/lodash": "^4.17.0", + "@types/lodash": "^4.17.4", "jest": "^29.7.0" }, "peerDependencies": { @@ -69725,9 +69725,9 @@ } }, "plugins/plugin-chart-handlebars/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==", "dev": true }, "plugins/plugin-chart-handlebars/node_modules/@types/stack-utils": { @@ -87638,7 +87638,7 @@ "version": "file:plugins/plugin-chart-handlebars", "requires": { "@types/jest": "^29.5.12", - "@types/lodash": "^4.17.0", + "@types/lodash": "^4.17.4", "handlebars": "^4.7.7", "jest": "^29.7.0", "just-handlebars-helpers": "^1.0.19" @@ -87874,9 +87874,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==", "dev": true }, "@types/stack-utils": { diff --git a/superset-frontend/plugins/plugin-chart-handlebars/package.json b/superset-frontend/plugins/plugin-chart-handlebars/package.json index b1c62bca2221e..ed63f04ad9bd7 100644 --- a/superset-frontend/plugins/plugin-chart-handlebars/package.json +++ b/superset-frontend/plugins/plugin-chart-handlebars/package.json @@ -42,7 +42,7 @@ }, "devDependencies": { "@types/jest": "^29.5.12", - "@types/lodash": "^4.17.0", + "@types/lodash": "^4.17.4", "jest": "^29.7.0" } }