From f2eee2fe011f045f7f67bae4f218c3806c9930d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 15:31:37 +0000 Subject: [PATCH] chore(deps-dev): bump @babel/types in /superset-frontend Bumps [@babel/types](https://github.com/babel/babel/tree/HEAD/packages/babel-types) from 7.28.4 to 7.29.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.0/packages/babel-types) --- updated-dependencies: - dependency-name: "@babel/types" dependency-version: 7.29.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- superset-frontend/package-lock.json | 4 ++-- superset-frontend/package.json | 2 +- .../plugins/plugin-chart-pivot-table/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 399279fb8f79..5210d14dca24 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -157,7 +157,7 @@ "@babel/register": "^7.23.7", "@babel/runtime": "^7.28.6", "@babel/runtime-corejs3": "^7.29.0", - "@babel/types": "^7.28.6", + "@babel/types": "^7.29.0", "@cypress/react": "^8.0.2", "@emotion/babel-plugin": "^11.13.5", "@emotion/jest": "^11.14.2", @@ -66375,7 +66375,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" }, diff --git a/superset-frontend/package.json b/superset-frontend/package.json index 02f48508f2bb..75bf3929d933 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -239,7 +239,7 @@ "@babel/register": "^7.23.7", "@babel/runtime": "^7.28.6", "@babel/runtime-corejs3": "^7.29.0", - "@babel/types": "^7.28.6", + "@babel/types": "^7.29.0", "@cypress/react": "^8.0.2", "@emotion/babel-plugin": "^11.13.5", "@emotion/jest": "^11.14.2", diff --git a/superset-frontend/plugins/plugin-chart-pivot-table/package.json b/superset-frontend/plugins/plugin-chart-pivot-table/package.json index 17b5bd887ae0..b20f5970919e 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" }