diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index c70ec70b076..6b4b3a77341 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -154,7 +154,7 @@ "@babel/register": "^7.23.7", "@babel/runtime": "^7.28.6", "@babel/runtime-corejs3": "^7.28.4", - "@babel/types": "^7.26.9", + "@babel/types": "^7.28.6", "@cypress/react": "^8.0.2", "@emotion/babel-plugin": "^11.13.5", "@emotion/jest": "^11.14.2", @@ -3238,9 +3238,9 @@ } }, "node_modules/@babel/types": { - "version": "7.28.5", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz", - "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==", + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.6.tgz", + "integrity": "sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==", "license": "MIT", "dependencies": { "@babel/helper-string-parser": "^7.27.1", @@ -66438,7 +66438,7 @@ "version": "0.20.3", "license": "Apache-2.0", "devDependencies": { - "@babel/types": "^7.28.4", + "@babel/types": "^7.28.6", "@types/jest": "^30.0.0", "jest": "^30.2.0" }, diff --git a/superset-frontend/package.json b/superset-frontend/package.json index 1d878372f1d..17cff9c7f75 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -235,7 +235,7 @@ "@babel/register": "^7.23.7", "@babel/runtime": "^7.28.6", "@babel/runtime-corejs3": "^7.28.4", - "@babel/types": "^7.26.9", + "@babel/types": "^7.28.6", "@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 b8e427742d7..0ae2b1c429f 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.4", + "@babel/types": "^7.28.6", "@types/jest": "^30.0.0", "jest": "^30.2.0" }