From ebdc58737ed6727f43f4cf3822127013f6e32bb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 02:36:33 +0000 Subject: [PATCH] build(deps-dev): bump jest and @types/jest Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest). These dependencies needed to be updated together. Updates `jest` from 28.1.3 to 30.4.2 - [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.4.2/packages/jest) Updates `@types/jest` from 28.1.7 to 30.0.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) --- updated-dependencies: - dependency-name: jest dependency-version: 30.4.2 dependency-type: direct:development update-type: version-update:semver-major - dependency-name: "@types/jest" dependency-version: 30.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c10973e..76addc3 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@nestjs/testing": "^9.0.11", "@types/express": "^4.17.13", "@types/express-session": "^1.17.4", - "@types/jest": "28.1.7", + "@types/jest": "30.0.0", "@types/node": "^18.7.9", "@types/passport-local": "^1.0.34", "@types/supertest": "^2.0.11", @@ -53,7 +53,7 @@ "eslint": "^8.0.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", - "jest": "28.1.3", + "jest": "30.4.2", "node-mocks-http": "^1.11.0", "prettier": "^2.3.2", "source-map-support": "^0.5.20",