From 291451efdd1354d4ae53f63f776ed54bd755a739 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 19:53:39 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest from 28.12.0 to 28.13.1 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 28.12.0 to 28.13.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/v28.12.0...v28.13.1) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 28.13.1 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 fbc7135..8223216 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@typescript-eslint/parser": "^8.33.1", "@vercel/ncc": "^0.38.3", "eslint": "^8.57.0", - "eslint-plugin-jest": "^28.12.0", + "eslint-plugin-jest": "^28.13.1", "eslint-plugin-jsonc": "^2.20.1", "eslint-plugin-prettier": "^5.4.1", "jest": "^29.7.0", @@ -5320,9 +5320,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "28.12.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.12.0.tgz", - "integrity": "sha512-J6zmDp8WiQ9tyvYXE+3RFy7/+l4hraWLzmsabYXyehkmmDd36qV4VQFc7XzcsD8C1PTNt646MSx25bO1mdd9Yw==", + "version": "28.13.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.13.1.tgz", + "integrity": "sha512-1NhvHCp9+ItxD6QKt+3JM8yLhFOhCW7Ee6z0ZzEc+11kcrimy4j1UEHMWRTFrNlEhoXicacnUEPYZxlmtCc2FQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index c5acb21..ea55983 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "@typescript-eslint/parser": "^8.33.1", "@vercel/ncc": "^0.38.3", "eslint": "^8.57.0", - "eslint-plugin-jest": "^28.12.0", + "eslint-plugin-jest": "^28.13.1", "eslint-plugin-jsonc": "^2.20.1", "eslint-plugin-prettier": "^5.4.1", "jest": "^29.7.0",