This is an automated email from the ASF dual-hosted git repository.
hainenber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 01c1b2eb8f chore(deps-dev): bump @types/lodash from 4.17.23 to 4.17.24
in /superset-frontend (#38224)
01c1b2eb8f is described below
commit 01c1b2eb8f0b6594e7a1c3eadb2980d50be5746a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 25 07:52:22 2026 +0700
chore(deps-dev): bump @types/lodash from 4.17.23 to 4.17.24 in
/superset-frontend (#38224)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
superset-frontend/package-lock.json | 14 +++++++-------
superset-frontend/packages/superset-core/package.json | 2 +-
superset-frontend/packages/superset-ui-core/package.json | 2 +-
.../plugins/plugin-chart-handlebars/package.json | 2 +-
4 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/superset-frontend/package-lock.json
b/superset-frontend/package-lock.json
index 25e6c3a2f2..51e4d397b4 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 544b8c2996..caf96df61e 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 e73b0ec3af..48dc9423b5 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 00c45255f7..f65dd9585a 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"
}
}