From f74d5a8ebc8b6b761be3f602e313fde5991ee444 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 02:13:42 +0000 Subject: [PATCH] chore(deps-dev): bump jest Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 29.7.0 to 30.1.2. - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG_PRE_v30.md) - [Commits](https://github.com/jestjs/jest/commits/HEAD/packages/jest) --- updated-dependencies: - dependency-name: jest dependency-version: 30.1.2 dependency-type: direct:development update-type: version-update:semver-major ... 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 b10cbb46cae9..ee87a6c40862 100644 --- a/superset-frontend/plugins/plugin-chart-pivot-table/package.json +++ b/superset-frontend/plugins/plugin-chart-pivot-table/package.json @@ -38,6 +38,6 @@ "devDependencies": { "@babel/types": "^7.26.9", "@types/jest": "^29.5.12", - "jest": "^29.7.0" + "jest": "^30.1.2" } }