From 695d6aa7e4a716d4dc8c5ed66e1db25470a2fab2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 13:08:37 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-jest from 29.5.0 to 29.11.2 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 29.5.0 to 29.11.2. - [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.11.2) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.11.2 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 710c5829..957d17a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "eslint": "^8", "eslint-config-next": "14.2.15", "eslint-config-prettier": "^10.1.8", - "eslint-plugin-jest": "^29.5.0", + "eslint-plugin-jest": "^29.11.2", "eslint-plugin-jest-dom": "^5.5.0", "jest": "^30.2.0", "jest-environment-jsdom": "^30.2.0", @@ -5275,9 +5275,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "29.5.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.5.0.tgz", - "integrity": "sha512-DAi9H8xN/TUuNOt+xDP1RqpCJLsSxBb5u1zXSpCyp0VAWGL8MBAg5t7/Dk+76iX7d1LhWu4DDH77IQNUolLDyg==", + "version": "29.11.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.11.2.tgz", + "integrity": "sha512-ISlgFckxC8Pon9/3gD2Cosbt9qA9VmrNobI6aGHfimklCOuPR5uftI413YBwa2rqLWy+VHDlx5je/6elPUMLlg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 3819a205..bd9d0d91 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "eslint": "^8", "eslint-config-next": "14.2.15", "eslint-config-prettier": "^10.1.8", - "eslint-plugin-jest": "^29.5.0", + "eslint-plugin-jest": "^29.11.2", "eslint-plugin-jest-dom": "^5.5.0", "jest": "^30.2.0", "jest-environment-jsdom": "^30.2.0",