diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 75f9f39d16e82..56090260ed471 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -168,7 +168,7 @@ "@babel/register": "^7.23.7", "@babel/runtime": "^7.26.0", "@babel/runtime-corejs3": "^7.26.0", - "@babel/types": "^7.26.5", + "@babel/types": "^7.26.7", "@cypress/react": "^8.0.2", "@emotion/babel-plugin": "^11.13.5", "@emotion/jest": "^11.13.0", @@ -3287,9 +3287,9 @@ } }, "node_modules/@babel/types": { - "version": "7.26.5", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.5.tgz", - "integrity": "sha512-L6mZmwFDK6Cjh1nRCLXpa6no13ZIioJDz7mdkzHv399pThrTa/k0nUlNaenOeh2kWu/iaOQYElEpKPUswUa9Vg==", + "version": "7.26.7", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.7.tgz", + "integrity": "sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg==", "license": "MIT", "dependencies": { "@babel/helper-string-parser": "^7.25.9", @@ -53511,7 +53511,7 @@ "version": "0.20.3", "license": "Apache-2.0", "devDependencies": { - "@babel/types": "^7.26.3", + "@babel/types": "^7.26.7", "@types/jest": "^29.5.12", "jest": "^29.7.0" }, diff --git a/superset-frontend/package.json b/superset-frontend/package.json index ca423f2465552..d7795a95c6ee1 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -235,7 +235,7 @@ "@babel/register": "^7.23.7", "@babel/runtime": "^7.26.0", "@babel/runtime-corejs3": "^7.26.0", - "@babel/types": "^7.26.5", + "@babel/types": "^7.26.7", "@cypress/react": "^8.0.2", "@emotion/babel-plugin": "^11.13.5", "@emotion/jest": "^11.13.0", diff --git a/superset-frontend/plugins/plugin-chart-pivot-table/package.json b/superset-frontend/plugins/plugin-chart-pivot-table/package.json index ef81459d542c0..0d1a53f8596e7 100644 --- a/superset-frontend/plugins/plugin-chart-pivot-table/package.json +++ b/superset-frontend/plugins/plugin-chart-pivot-table/package.json @@ -36,7 +36,7 @@ "react-dom": "^17.0.2" }, "devDependencies": { - "@babel/types": "^7.26.3", + "@babel/types": "^7.26.7", "@types/jest": "^29.5.12", "jest": "^29.7.0" }