From ccfd5750f8037dfbe457b893edf9543c75bdaf84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 13:28:22 +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.5.0 to 29.9.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.5.0...v29.9.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.9.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 19b2835..abbcf41 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.5.0", + "eslint-plugin-jest": "29.9.0", "jest": "30.2.0", "jest-junit": "16.0.0", "npm-run-all": "4.1.5",