From 56b2b2c7ec565e535929712e684c6a01ef561cd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 12:12:00 +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.28.5/packages/babel-types) --- updated-dependencies: - dependency-name: "@babel/types" dependency-version: 7.28.5 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..14cf7d12 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.28.5", "@types/jest": "^30.0.0", "jest": "^30.2.0" }