This is an automated email from the ASF dual-hosted git repository.
jli 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 9a43a47e6a chore(deps-dev): update @babel/types requirement from
^7.28.0 to ^7.28.4 in /superset-frontend/plugins/plugin-chart-pivot-table
(#35388)
9a43a47e6a is described below
commit 9a43a47e6aa35a4c7bd8cb788542dd22ed1031a3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 9 10:31:07 2025 -0700
chore(deps-dev): update @babel/types requirement from ^7.28.0 to ^7.28.4 in
/superset-frontend/plugins/plugin-chart-pivot-table (#35388)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
superset-frontend/package-lock.json | 8 ++++----
superset-frontend/plugins/plugin-chart-pivot-table/package.json | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/superset-frontend/package-lock.json
b/superset-frontend/package-lock.json
index ea7bf973c5..2f80109f9d 100644
--- a/superset-frontend/package-lock.json
+++ b/superset-frontend/package-lock.json
@@ -67385,7 +67385,7 @@
"version": "0.20.3",
"license": "Apache-2.0",
"devDependencies": {
- "@babel/types": "^7.28.0",
+ "@babel/types": "^7.28.4",
"@types/jest": "^29.5.12",
"jest": "^30.0.5"
},
@@ -67401,9 +67401,9 @@
}
},
"plugins/plugin-chart-pivot-table/node_modules/@babel/types": {
- "version": "7.28.0",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.0.tgz",
- "integrity":
"sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==",
+ "version": "7.28.4",
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.4.tgz",
+ "integrity":
"sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==",
"dev": true,
"license": "MIT",
"dependencies": {
diff --git a/superset-frontend/plugins/plugin-chart-pivot-table/package.json
b/superset-frontend/plugins/plugin-chart-pivot-table/package.json
index ed10ba62ad..783ba994c2 100644
--- a/superset-frontend/plugins/plugin-chart-pivot-table/package.json
+++ b/superset-frontend/plugins/plugin-chart-pivot-table/package.json
@@ -37,7 +37,7 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
- "@babel/types": "^7.28.0",
+ "@babel/types": "^7.28.4",
"@types/jest": "^29.5.12",
"jest": "^30.0.5"
}