From bbe209a9e8f9c86911a1c62636ce69ea7e8ce94d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 08:29:12 -0600 Subject: [PATCH] build(deps-dev): update @babel/types requirement from ^7.23.9 to ^7.24.0 in /superset-frontend/plugins/plugin-chart-pivot-table (#27334) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GitHub-Actions[bot] --- superset-frontend/package-lock.json | 29 +++++++++++++++++-- .../plugin-chart-pivot-table/package.json | 2 +- 2 files changed, 28 insertions(+), 3 deletions(-) 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" }