This is an automated email from the ASF dual-hosted git repository.
justinpark 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 5d5012aa9f chore(deps-dev): bump @types/lodash from 4.17.21 to 4.17.23
in /superset-frontend (#37077)
5d5012aa9f is described below
commit 5d5012aa9f825bd7b5e04b21e50c5005102f009b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 13 10:24:38 2026 -0800
chore(deps-dev): bump @types/lodash from 4.17.21 to 4.17.23 in
/superset-frontend (#37077)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
superset-frontend/package-lock.json | 12 ++++++------
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, 9 insertions(+), 9 deletions(-)
diff --git a/superset-frontend/package-lock.json
b/superset-frontend/package-lock.json
index 9087675b69..a36775d946 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 fd900b2f55..d6c99260da 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 0ca053407c..724e689a01 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 9906cc6e4b..fd990ed955 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"
}
}