diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 9d4182c0a..875cfaff5 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -70562,7 +70562,7 @@ "version": "0.18.25", "license": "Apache-2.0", "devDependencies": { - "@babel/types": "^7.23.9", + "@babel/types": "^7.24.0", "@types/jest": "^29.5.12", "jest": "^26.0.1" }, @@ -70576,6 +70576,20 @@ "react-dom": "^16.13.1" } }, + "plugins/plugin-chart-pivot-table/node_modules/@babel/types": { + "version": "7.24.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.0.tgz", + "integrity": "sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==", + "dev": true, + "dependencies": { + "@babel/helper-string-parser": "^7.23.4", + "@babel/helper-validator-identifier": "^7.22.20", + "to-fast-properties": "^2.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, "plugins/plugin-chart-pivot-table/node_modules/@jest/types": { "version": "29.6.3", "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", @@ -88280,11 +88294,22 @@ "@superset-ui/plugin-chart-pivot-table": { "version": "file:plugins/plugin-chart-pivot-table", "requires": { - "@babel/types": "^7.23.9", + "@babel/types": "^7.24.0", "@types/jest": "^29.5.12", "jest": "^26.0.1" }, "dependencies": { + "@babel/types": { + "version": "7.24.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.0.tgz", + "integrity": "sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==", + "dev": true, + "requires": { + "@babel/helper-string-parser": "^7.23.4", + "@babel/helper-validator-identifier": "^7.22.20", + "to-fast-properties": "^2.0.0" + } + }, "@jest/types": { "version": "29.6.3", "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", diff --git a/superset-frontend/plugins/plugin-chart-pivot-table/package.json b/superset-frontend/plugins/plugin-chart-pivot-table/package.json index 10db4674a..7e2d0e4c5 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.23.9", + "@babel/types": "^7.24.0", "@types/jest": "^29.5.12", "jest": "^26.0.1" }