From 10ab17635198b333d46080fa49f6531da202b77a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 08:55:27 +0000 Subject: [PATCH] chore(deps-dev): update jest requirement Updates the requirements on [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) to permit the latest version. - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.3.0/packages/jest) --- updated-dependencies: - dependency-name: jest dependency-version: 30.3.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..f6f151d6 100644 --- a/superset-frontend/plugins/plugin-chart-pivot-table/package.json +++ b/superset-frontend/plugins/plugin-chart-pivot-table/package.json @@ -39,6 +39,6 @@ "devDependencies": { "@babel/types": "^7.28.4", "@types/jest": "^30.0.0", - "jest": "^30.2.0" + "jest": "^30.3.0" } }