From 7c1e916a55b466028dce8f53d17de2c15c15ced3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 22:53:00 +0000 Subject: [PATCH] Bump jest from 29.7.0 to 30.3.0 Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 29.7.0 to 30.3.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.3.0/packages/jest) --- updated-dependencies: - dependency-name: jest dependency-version: 30.3.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 8f79404..20c6a0b 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@types/type-is": "^1.6.3", "eslint-config-xo-lass": "^2.0.1", "husky": "^9.1.7", - "jest": "^29.5.0", + "jest": "^30.3.0", "koa": "3", "supertest": "^7.1.1", "ts-jest": "^29.0.5",