From 3be5980c98f7fa28217ad7e183fa4716b3f7f4dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 09:24:52 +0000 Subject: [PATCH] chore(deps-dev): update @babel/types requirement Updates the requirements on [@babel/types](https://github.com/babel/babel/tree/HEAD/packages/babel-types) to permit the latest version. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.0/packages/babel-types) --- updated-dependencies: - dependency-name: "@babel/types" dependency-version: 7.29.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- superset-frontend/plugins/plugin-chart-pivot-table/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/plugins/plugin-chart-pivot-table/package.json b/superset-frontend/plugins/plugin-chart-pivot-table/package.json index b8e42774..9b7d0aa9 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.4", + "@babel/types": "^7.29.0", "@types/jest": "^30.0.0", "jest": "^30.2.0" }