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 fd8c21591a0 chore(deps-dev): update @babel/types requirement from 
^7.28.6 to ^7.29.0 in /superset-frontend/plugins/plugin-chart-pivot-table 
(#37603)
fd8c21591a0 is described below

commit fd8c21591a055e41bfedf4cb38d0b09b6eec09a0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 5 10:31:56 2026 -0800

    chore(deps-dev): update @babel/types requirement from ^7.28.6 to ^7.29.0 in 
/superset-frontend/plugins/plugin-chart-pivot-table (#37603)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: hainenber <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: hainenber <[email protected]>
---
 superset-frontend/package-lock.json                            | 10 +++++-----
 .../plugins/plugin-chart-pivot-table/package.json              |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/superset-frontend/package-lock.json 
b/superset-frontend/package-lock.json
index 5d10c81e859..24b62f8ed9c 100644
--- a/superset-frontend/package-lock.json
+++ b/superset-frontend/package-lock.json
@@ -66358,7 +66358,7 @@
       "version": "0.20.3",
       "license": "Apache-2.0",
       "devDependencies": {
-        "@babel/types": "^7.28.6",
+        "@babel/types": "^7.29.0",
         "@types/jest": "^30.0.0",
         "jest": "^30.2.0"
       },
@@ -66375,14 +66375,14 @@
       }
     },
     "plugins/plugin-chart-pivot-table/node_modules/@babel/types": {
-      "version": "7.28.4",
-      "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.4.tgz";,
-      "integrity": 
"sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==",
+      "version": "7.29.0",
+      "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz";,
+      "integrity": 
"sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
       "dev": true,
       "license": "MIT",
       "dependencies": {
         "@babel/helper-string-parser": "^7.27.1",
-        "@babel/helper-validator-identifier": "^7.27.1"
+        "@babel/helper-validator-identifier": "^7.28.5"
       },
       "engines": {
         "node": ">=6.9.0"
diff --git a/superset-frontend/plugins/plugin-chart-pivot-table/package.json 
b/superset-frontend/plugins/plugin-chart-pivot-table/package.json
index 17b5bd887ae..b20f5970919 100644
--- a/superset-frontend/plugins/plugin-chart-pivot-table/package.json
+++ b/superset-frontend/plugins/plugin-chart-pivot-table/package.json
@@ -38,7 +38,7 @@
     "react-dom": "^17.0.2"
   },
   "devDependencies": {
-    "@babel/types": "^7.28.6",
+    "@babel/types": "^7.29.0",
     "@types/jest": "^30.0.0",
     "jest": "^30.2.0"
   }

Reply via email to