diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 9087675b698..a36775d9466 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -19072,9 +19072,9 @@ } }, "node_modules/@types/lodash": { - "version": "4.17.16", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.16.tgz", - "integrity": "sha512-HX7Em5NYQAXKW+1T+FiuG27NGwzJfCX3s1GjOa7ujxZa52kjJLOr4FUxT+giF6Tgxv1e+/czV/iTtBw27WTU9g==", + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-RDvF6wTulMPjrNdCoYRC8gNR880JNGT8uB+REUpC2Ns4pRqQJhGz90wh7rgdXDPpCczF3VGktDuFGVnz8zP7HA==", "license": "MIT" }, "node_modules/@types/lodash-es": { @@ -61148,7 +61148,7 @@ "@testing-library/react": "^12.1.5", "@testing-library/react-hooks": "*", "@testing-library/user-event": "*", - "@types/lodash": "^4.17.21", + "@types/lodash": "^4.17.23", "@types/react": "*", "@types/react-loadable": "*", "@types/react-window": "^1.8.8", @@ -63937,7 +63937,7 @@ "@types/d3-time": "^3.0.4", "@types/d3-time-format": "^4.0.3", "@types/jquery": "^3.5.33", - "@types/lodash": "^4.17.21", + "@types/lodash": "^4.17.23", "@types/node": "^25.0.3", "@types/prop-types": "^15.7.15", "@types/react-syntax-highlighter": "^15.5.13", @@ -66409,7 +66409,7 @@ }, "devDependencies": { "@types/jest": "^30.0.0", - "@types/lodash": "^4.17.21", + "@types/lodash": "^4.17.23", "jest": "^30.2.0" }, "peerDependencies": { diff --git a/superset-frontend/packages/superset-core/package.json b/superset-frontend/packages/superset-core/package.json index fd900b2f559..d6c99260daf 100644 --- a/superset-frontend/packages/superset-core/package.json +++ b/superset-frontend/packages/superset-core/package.json @@ -20,7 +20,7 @@ "npm": "^11.7.0", "typescript": "^5.0.0", "@emotion/styled": "^11.14.1", - "@types/lodash": "^4.17.21", + "@types/lodash": "^4.17.23", "@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 0ca053407ca..724e689a013 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.21", + "@types/lodash": "^4.17.23", "@types/node": "^25.0.3", "@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 9906cc6e4b0..fd990ed955b 100644 --- a/superset-frontend/plugins/plugin-chart-handlebars/package.json +++ b/superset-frontend/plugins/plugin-chart-handlebars/package.json @@ -44,7 +44,7 @@ }, "devDependencies": { "@types/jest": "^30.0.0", - "@types/lodash": "^4.17.21", + "@types/lodash": "^4.17.23", "jest": "^30.2.0" } }