From 2b750491bd35776a86353cf79ebe382a7ecd2fde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Dec 2025 13:27:28 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-jest in the dev-dependencies group Bumps the dev-dependencies group with 1 update: [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest). Updates `eslint-plugin-jest` from 29.9.0 to 29.11.0 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v29.9.0...v29.11.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index abbcf41..0391b2c 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@types/jest": "30.0.0", "@types/node": "25.0.3", "eslint": "9.39.2", - "eslint-plugin-jest": "29.9.0", + "eslint-plugin-jest": "29.11.0", "jest": "30.2.0", "jest-junit": "16.0.0", "npm-run-all": "4.1.5",