From 6671a0cd1cdb853ffcd05aab1555d4ba10ff68d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 13:03:14 +0000 Subject: [PATCH] build(deps-dev): bump jest from 29.7.0 to 30.2.0 Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 29.7.0 to 30.2.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.2.0/packages/jest) --- updated-dependencies: - dependency-name: jest dependency-version: 30.2.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 43c9f37..4b61e46 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "eslint-plugin-promise": "^6.6.0", "eslint-plugin-standard": "^5.0.0", "fetch-mock": "^12.2.0", - "jest": "^29.5.0", + "jest": "^30.2.0", "jest-fetch-mock": "^3.0.1", "jest-html-reporter": "^3.4.1", "jest-junit": "^16.0.0",