From b2bfb12d4b07f63140a51858fe575925043f2aa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 01:43:58 +0000 Subject: [PATCH] refactor: bump eslint-plugin-jest from 28.11.0 to 28.12.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 28.11.0 to 28.12.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.11.0...v28.12.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 28.12.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 278b777b94..4a6ae08165 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.24.0", - "eslint-plugin-jest": "28.11.0", + "eslint-plugin-jest": "28.12.0", "eslint-plugin-react": "7.37.5", "globals": "16.1.0", "http-server": "14.1.1", @@ -10434,10 +10434,11 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "28.11.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.11.0.tgz", - "integrity": "sha512-QAfipLcNCWLVocVbZW8GimKn5p5iiMcgGbRzz8z/P5q7xw+cNEpYqyzFMtIF/ZgF2HLOyy+dYBut+DoYolvqig==", + "version": "28.12.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.12.0.tgz", + "integrity": "sha512-J6zmDp8WiQ9tyvYXE+3RFy7/+l4hraWLzmsabYXyehkmmDd36qV4VQFc7XzcsD8C1PTNt646MSx25bO1mdd9Yw==", "dev": true, + "license": "MIT", "dependencies": { "@typescript-eslint/utils": "^6.0.0 || ^7.0.0 || ^8.0.0" }, diff --git a/package.json b/package.json index d6394fb770..06b0375ecb 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "babel-loader": "10.0.0", "css-loader": "6.7.3", "eslint": "9.24.0", - "eslint-plugin-jest": "28.11.0", + "eslint-plugin-jest": "28.12.0", "eslint-plugin-react": "7.37.5", "globals": "16.1.0", "http-server": "14.1.1",