From 76a81507d1a194120072567173e71a7dd4793bfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 06:57:38 +0000 Subject: [PATCH] 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 56acf93..7b836ce 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@ton/sandbox": "^0.15.0", "@ton/test-utils": "^0.4.2", "@types/jest": "^29.5.11", - "jest": "^29.7.0", + "jest": "^30.2.0", "ts-jest": "^29.1.1" } }