diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index ea7bf973c5a..2f80109f9d2 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -67385,7 +67385,7 @@ "version": "0.20.3", "license": "Apache-2.0", "devDependencies": { - "@babel/types": "^7.28.0", + "@babel/types": "^7.28.4", "@types/jest": "^29.5.12", "jest": "^30.0.5" }, @@ -67401,9 +67401,9 @@ } }, "plugins/plugin-chart-pivot-table/node_modules/@babel/types": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.0.tgz", - "integrity": "sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==", + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.4.tgz", + "integrity": "sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==", "dev": true, "license": "MIT", "dependencies": { diff --git a/superset-frontend/plugins/plugin-chart-pivot-table/package.json b/superset-frontend/plugins/plugin-chart-pivot-table/package.json index ed10ba62ad9..783ba994c22 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.0", + "@babel/types": "^7.28.4", "@types/jest": "^29.5.12", "jest": "^30.0.5" }