From 87d936809de980739f7e3cbbe3b24985c009dbeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 01:14:28 +0000 Subject: [PATCH] refactor: bump eslint-plugin-jest from 28.12.0 to 28.14.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 28.12.0 to 28.14.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/v28.12.0...v28.14.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 28.14.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 79f8330773..49389a1bd8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -72,7 +72,7 @@ "babel-loader": "10.0.0", "css-loader": "6.7.3", "eslint": "9.28.0", - "eslint-plugin-jest": "28.12.0", + "eslint-plugin-jest": "28.14.0", "eslint-plugin-react": "7.37.5", "globals": "16.2.0", "http-server": "14.1.1", @@ -10439,9 +10439,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.14.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.14.0.tgz", + "integrity": "sha512-P9s/qXSMTpRTerE2FQ0qJet2gKbcGyFTPAJipoKxmWqR6uuFqIqk8FuEfg5yBieOezVrEfAMZrEwJ6yEp+1MFQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 778f879447..23eec1d797 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "babel-loader": "10.0.0", "css-loader": "6.7.3", "eslint": "9.28.0", - "eslint-plugin-jest": "28.12.0", + "eslint-plugin-jest": "28.14.0", "eslint-plugin-react": "7.37.5", "globals": "16.2.0", "http-server": "14.1.1",