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" }