From 45ba84e94d8b7a5442052fbbd4eb6066dbedc700 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 12:43:31 +0000 Subject: [PATCH] Bump eslint-plugin-jest from 29.13.0 to 29.14.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 29.13.0 to 29.14.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.13.0...v29.14.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.14.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7a24680..c42a114 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@types/node": "^20.16.15", "@types/sprintf-js": "^1.1.4", "eslint": "^9.39.2", - "eslint-plugin-jest": "^29.13.0", + "eslint-plugin-jest": "^29.14.0", "eslint-plugin-simple-import-sort": "^12.0.0", "husky": "^9.1.7", "jest": "^30.2.0", @@ -5713,9 +5713,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "29.13.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.13.0.tgz", - "integrity": "sha512-VoONe0NsaQLb7ijvg4k35rzchqfyCaBsXammNMCkTyLvKLTpzQOVdXiPC54q7Vp/W7shMcqPBLwAc3yRSiGjSQ==", + "version": "29.14.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.14.0.tgz", + "integrity": "sha512-njP4UAcCmcE9uYMQcZdi4unNkiVKzMJ6yOdKcw5YqvNayV2hbopTBb+VaDU7mUmteDfRtjbmCZkK/psxbUvdUg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 08aeb5d..5e58ff4 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@types/node": "^20.16.15", "@types/sprintf-js": "^1.1.4", "eslint": "^9.39.2", - "eslint-plugin-jest": "^29.13.0", + "eslint-plugin-jest": "^29.14.0", "eslint-plugin-simple-import-sort": "^12.0.0", "husky": "^9.1.7", "jest": "^30.2.0",