From cf20f71819b5a674ca937284b332b364b1b62a9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 08:08:34 +0000 Subject: [PATCH] Bump eslint-plugin-jest from 29.0.1 to 29.1.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 29.0.1 to 29.1.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.0.1...v29.1.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.1.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 fbb72b4e..64593c87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@vercel/ncc": "^0.38.3", "eslint": "^9.32.0", "eslint-plugin-github": "^6.0.0", - "eslint-plugin-jest": "^29.0.1", + "eslint-plugin-jest": "^29.1.0", "eslint-plugin-jsonc": "^2.21.0", "eslint-plugin-prettier": "^5.5.4", "globals": "^16.3.0", @@ -4310,9 +4310,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "29.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.0.1.tgz", - "integrity": "sha512-EE44T0OSMCeXhDrrdsbKAhprobKkPtJTbQz5yEktysNpHeDZTAL1SfDTNKmcFfJkY6yrQLtTKZALrD3j/Gpmiw==", + "version": "29.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.1.0.tgz", + "integrity": "sha512-LabxXbASXVjguqL+kBHTPMf3gUeSqwH4fsrEyHTY/MCs42I/p9+ctg09SJpYiD8eGaIsP6GwYr5xW6xWS9XgZg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index dc116b92..da3545fb 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "@vercel/ncc": "^0.38.3", "eslint": "^9.32.0", "eslint-plugin-github": "^6.0.0", - "eslint-plugin-jest": "^29.0.1", + "eslint-plugin-jest": "^29.1.0", "eslint-plugin-jsonc": "^2.21.0", "eslint-plugin-prettier": "^5.5.4", "globals": "^16.3.0",