From a90bd2d027e24c7e12efe216b35caa89f9b6a762 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 11:21:03 +0000 Subject: [PATCH] chore(deps): bump eslint-plugin-jest from 29.0.1 to 29.2.1 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 29.0.1 to 29.2.1. - [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.2.1) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- packages/eslint-config/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index af846a22..d285d5f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7888,9 +7888,10 @@ } }, "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.2.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.2.1.tgz", + "integrity": "sha512-0WLIezrIxitUGbjMIGwznVzSIp0uFJV0PZ2fiSvpyVcxe+QMXKUt7MRhUpzdbctnnLwiOTOFkACplgB0wAglFw==", + "license": "MIT", "dependencies": { "@typescript-eslint/utils": "^8.0.0" }, @@ -17274,7 +17275,7 @@ "eslint-plugin-header": "^3.1.1", "eslint-plugin-headers": "^1.3.3", "eslint-plugin-import": "^2.32.0", - "eslint-plugin-jest": "^29.0.1", + "eslint-plugin-jest": "^29.2.1", "eslint-plugin-playwright": "^2.3.0", "eslint-plugin-prettier": "^5.4.1", "eslint-plugin-react": "^7.37.5", diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 21a5a7ae..23e35cc1 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -31,7 +31,7 @@ "eslint-plugin-header": "^3.1.1", "eslint-plugin-headers": "^1.3.3", "eslint-plugin-import": "^2.32.0", - "eslint-plugin-jest": "^29.0.1", + "eslint-plugin-jest": "^29.2.1", "eslint-plugin-playwright": "^2.3.0", "eslint-plugin-prettier": "^5.4.1", "eslint-plugin-react": "^7.37.5",