From 56e5a6c2da778680603856575e8482583c4a06d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 20:52:35 +0000 Subject: [PATCH] chore(deps-dev): bump jest from 29.7.0 to 30.0.5 Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 29.7.0 to 30.0.5. - [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.5/packages/jest) --- updated-dependencies: - dependency-name: jest dependency-version: 30.0.5 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 0f3db47b..2e77de91 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "eslint-plugin-react": "^7.37.1", "gh-pages": "^6.0.0", "globals": "^16.0.0", - "jest": "^29.0.0", + "jest": "^30.0.5", "jest-environment-jsdom": "^29.0.0", "mocha": "^11.0.1", "pre-commit": "^1.0.0",