From 53b40b3f5a9c524ef88fc8eed67ea813006100fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 21:02:31 +0000 Subject: [PATCH] build(deps-dev): bump jest from 29.7.0 to 30.1.3 Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 29.7.0 to 30.1.3. - [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.1.3/packages/jest) --- updated-dependencies: - dependency-name: jest dependency-version: 30.1.3 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 c54cd5c..19ed927 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "codeceptjs": "^3.7.3", "documentation": "^14.0.3", "dotenv": "^16.4.5", - "jest": "29.7.0", + "jest": "30.1.3", "nock": "^14.0.1", "semantic-release": "^24.0.0", "ts-jest": "^29.2.6",