diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 2878a03c3..6d1254638 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -56399,7 +56399,7 @@ "version": "0.18.25", "license": "Apache-2.0", "devDependencies": { - "@babel/types": "^7.25.2", + "@babel/types": "^7.25.6", "@types/jest": "^29.5.12", "jest": "^29.7.0" }, @@ -56413,6 +56413,20 @@ "react-dom": "^16.13.1" } }, + "plugins/plugin-chart-pivot-table/node_modules/@babel/types": { + "version": "7.25.6", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.6.tgz", + "integrity": "sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==", + "dev": true, + "dependencies": { + "@babel/helper-string-parser": "^7.24.8", + "@babel/helper-validator-identifier": "^7.24.7", + "to-fast-properties": "^2.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, "plugins/plugin-chart-table": { "name": "@superset-ui/plugin-chart-table", "version": "0.18.25", @@ -66233,9 +66247,22 @@ "@superset-ui/plugin-chart-pivot-table": { "version": "file:plugins/plugin-chart-pivot-table", "requires": { - "@babel/types": "^7.25.2", + "@babel/types": "^7.25.6", "@types/jest": "^29.5.12", "jest": "^29.7.0" + }, + "dependencies": { + "@babel/types": { + "version": "7.25.6", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.6.tgz", + "integrity": "sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==", + "dev": true, + "requires": { + "@babel/helper-string-parser": "^7.24.8", + "@babel/helper-validator-identifier": "^7.24.7", + "to-fast-properties": "^2.0.0" + } + } } }, "@superset-ui/plugin-chart-table": { diff --git a/superset-frontend/plugins/plugin-chart-pivot-table/package.json b/superset-frontend/plugins/plugin-chart-pivot-table/package.json index 624fec65c..786c95e9e 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 @@ "lodash": "^4.17.11" }, "devDependencies": { - "@babel/types": "^7.25.2", + "@babel/types": "^7.25.6", "@types/jest": "^29.5.12", "jest": "^29.7.0" }