From c4e51c4d7d7e4f5babb1163fb3bcc10f8e4065da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 12:19:48 +0000 Subject: [PATCH] Bump eslint-plugin-jest from 29.2.1 to 29.12.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 29.2.1 to 29.12.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.2.1...v29.12.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.12.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 efac69f..95a09bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "babel-jest": "^30.2.0", "eslint": "^9.39.2", "eslint-plugin-github": "^6.0.0", - "eslint-plugin-jest": "^29.2.1", + "eslint-plugin-jest": "^29.12.0", "globals": "^16.5.0", "jest": "^30.2.0", "js-yaml": "^4.1.1", @@ -4914,9 +4914,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "29.2.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.2.1.tgz", - "integrity": "sha512-0WLIezrIxitUGbjMIGwznVzSIp0uFJV0PZ2fiSvpyVcxe+QMXKUt7MRhUpzdbctnnLwiOTOFkACplgB0wAglFw==", + "version": "29.12.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.12.0.tgz", + "integrity": "sha512-dOMLGkl5vCDZo/KcsmzJkkYJUH+SDLls4PLBj8Aw86x5BHdXkygMGdfnqikJ8RUgEx3MHni09B5cebZF5+4rrQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 669b1e7..a71aeff 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "babel-jest": "^30.2.0", "eslint": "^9.39.2", "eslint-plugin-github": "^6.0.0", - "eslint-plugin-jest": "^29.2.1", + "eslint-plugin-jest": "^29.12.0", "globals": "^16.5.0", "jest": "^30.2.0", "js-yaml": "^4.1.1",