From fed117fbf7a37f89dc1c6543ce1ba6e6af61ada3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 14:55:28 -0600 Subject: [PATCH] build(deps-dev): update @babel/types requirement from ^7.25.2 to ^7.25.6 in /superset-frontend/plugins/plugin-chart-pivot-table (#30103) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Evan Rusackas --- superset-frontend/package-lock.json | 31 +++++++++++++++++-- .../plugin-chart-pivot-table/package.json | 2 +- 2 files changed, 30 insertions(+), 3 deletions(-) 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" }