From d75b455f41f37dc90596269ebc25de503e9bbfc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 17:32:45 +0000 Subject: [PATCH] Bump eslint-plugin-jest from 29.15.2 to 29.15.4 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 29.15.2 to 29.15.4. - [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.15.2...v29.15.4) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.15.4 dependency-type: direct:development update-type: version-update:semver-patch ... 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 d288f60..3f09947 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@vercel/ncc": "^0.44.0", "eslint": "^10.5.0", "eslint-config-prettier": "^10.0.0", - "eslint-plugin-jest": "^29.15.2", + "eslint-plugin-jest": "^29.15.4", "eslint-plugin-n": "^18.1.0", "globals": "^17.7.0", "jest": "^30.4.2", @@ -3310,9 +3310,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "29.15.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.15.2.tgz", - "integrity": "sha512-kEN4r9RZl1xcsb4arGq89LrcVdOUFII/JSCwtTPJyv16mDwmPrcuEQwpxqZHeINvcsd7oK5O/rhdGlxFRaZwvQ==", + "version": "29.15.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.15.4.tgz", + "integrity": "sha512-6ln5i9Nkrb27X4w91ZPt/xHDsVQnvxTS2ntgq6r32u+8gymdUrp88TdcBXSveZW0Dl+M5v2H6K75kJhMvUGhjg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 74b50f5..2339ca4 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@vercel/ncc": "^0.44.0", "eslint": "^10.5.0", "eslint-config-prettier": "^10.0.0", - "eslint-plugin-jest": "^29.15.2", + "eslint-plugin-jest": "^29.15.4", "eslint-plugin-n": "^18.1.0", "globals": "^17.7.0", "jest": "^30.4.2",