From 428da0458ff8138a181233761421a693998a3762 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 21:50:36 +0000 Subject: [PATCH] build(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.23.6/packages/babel-types) --- updated-dependencies: - dependency-name: "@babel/types" 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 c149a03717ca..fcb88d7e5000 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.13.12", + "@babel/types": "^7.23.6", "@types/jest": "^29.5.11", "jest": "^26.0.1" }