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