From 8ff2325be18e217ab1fd2339bfea01f029c703e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 20:25:43 +0000 Subject: [PATCH] Bump jest from 29.7.0 to 30.0.0 Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 29.7.0 to 30.0.0. - [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.0.0/packages/jest) --- updated-dependencies: - dependency-name: jest dependency-version: 30.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e089502b..c2e150fe 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "@types/yargs": "^17.0.4", "extract-zip": "^2.0.1", "gts": "^6.0.2", - "jest": "^29.4.1", + "jest": "^30.0.0", "npm-run-all": "^4.1.5", "shelljs": "^0.10.0", "simple-git": "^3.15.1",