diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 4ae9c39cdda..fa97046bd1a 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -169,7 +169,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.9", "@cypress/react": "^8.0.2", "@emotion/babel-plugin": "^11.13.5", "@emotion/jest": "^11.13.0", @@ -3302,9 +3302,9 @@ } }, "node_modules/@babel/types": { - "version": "7.26.7", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.7.tgz", - "integrity": "sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg==", + "version": "7.26.9", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.9.tgz", + "integrity": "sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw==", "license": "MIT", "dependencies": { "@babel/helper-string-parser": "^7.25.9", @@ -50778,7 +50778,7 @@ "version": "0.20.3", "license": "Apache-2.0", "devDependencies": { - "@babel/types": "^7.26.3", + "@babel/types": "^7.26.9", "@types/jest": "^29.5.12", "jest": "^29.7.0" }, diff --git a/superset-frontend/package.json b/superset-frontend/package.json index 91eb76286f7..33e10791be5 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -236,7 +236,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.9", "@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 ef81459d542..b10cbb46cae 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.9", "@types/jest": "^29.5.12", "jest": "^29.7.0" }