diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 25e6c3a2f2a..51e4d397b45 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -15174,9 +15174,9 @@ "license": "MIT" }, "node_modules/@types/lodash": { - "version": "4.17.23", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.23.tgz", - "integrity": "sha512-RDvF6wTulMPjrNdCoYRC8gNR880JNGT8uB+REUpC2Ns4pRqQJhGz90wh7rgdXDPpCczF3VGktDuFGVnz8zP7HA==", + "version": "4.17.24", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.24.tgz", + "integrity": "sha512-gIW7lQLZbue7lRSWEFql49QJJWThrTFFeIMJdp3eH4tKoxm1OvEPg02rm4wCCSHS0cL3/Fizimb35b7k8atwsQ==", "license": "MIT" }, "node_modules/@types/lodash-es": { @@ -51801,7 +51801,7 @@ "@testing-library/react": "^12.1.5", "@testing-library/react-hooks": "*", "@testing-library/user-event": "*", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "@types/react": "*", "@types/react-loadable": "*", "@types/react-window": "^1.8.8", @@ -51906,7 +51906,7 @@ "@types/d3-time": "^3.0.4", "@types/d3-time-format": "^4.0.3", "@types/jquery": "^3.5.33", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "@types/node": "^25.3.0", "@types/prop-types": "^15.7.15", "@types/react-syntax-highlighter": "^15.5.13", @@ -53507,7 +53507,7 @@ }, "devDependencies": { "@types/jest": "^30.0.0", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "jest": "^30.2.0" }, "peerDependencies": { @@ -53623,7 +53623,7 @@ "@apache-superset/core": "*", "@superset-ui/chart-controls": "*", "@superset-ui/core": "*", - "@types/lodash": "*", + "@types/lodash": "^4.17.24", "@types/react": "*", "react": "^17.0.2" } diff --git a/superset-frontend/packages/superset-core/package.json b/superset-frontend/packages/superset-core/package.json index 544b8c29965..caf96df61ea 100644 --- a/superset-frontend/packages/superset-core/package.json +++ b/superset-frontend/packages/superset-core/package.json @@ -18,7 +18,7 @@ "@babel/preset-typescript": "^7.28.5", "typescript": "^5.0.0", "@emotion/styled": "^11.14.1", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "@testing-library/dom": "^8.20.1", "@testing-library/jest-dom": "*", "@testing-library/react": "^12.1.5", diff --git a/superset-frontend/packages/superset-ui-core/package.json b/superset-frontend/packages/superset-ui-core/package.json index e73b0ec3af2..48dc9423b5e 100644 --- a/superset-frontend/packages/superset-ui-core/package.json +++ b/superset-frontend/packages/superset-ui-core/package.json @@ -77,7 +77,7 @@ "@types/react-table": "^7.7.20", "@types/react-syntax-highlighter": "^15.5.13", "@types/jquery": "^3.5.33", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "@types/node": "^25.3.0", "@types/prop-types": "^15.7.15", "@types/rison": "0.1.0", diff --git a/superset-frontend/plugins/plugin-chart-handlebars/package.json b/superset-frontend/plugins/plugin-chart-handlebars/package.json index 00c45255f70..f65dd9585af 100644 --- a/superset-frontend/plugins/plugin-chart-handlebars/package.json +++ b/superset-frontend/plugins/plugin-chart-handlebars/package.json @@ -45,7 +45,7 @@ }, "devDependencies": { "@types/jest": "^30.0.0", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "jest": "^30.2.0" } }