From 693dd978afc68a60d428b4a1f273de37ea916ecb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 03:50:51 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest from 28.8.0 to 28.8.1 (#910) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4d08bf2..e30955d 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "esbuild": "^0.23.1", "eslint": "^8.57.0", "eslint-plugin-github": "^4.7.0", - "eslint-plugin-jest": "^28.8.0", + "eslint-plugin-jest": "^28.8.1", "husky": "^8.0.3", "lint-staged": "^15.2.9", "npm-run-all": "^4.1.5", diff --git a/yarn.lock b/yarn.lock index effc865..67c1b95 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1902,10 +1902,10 @@ eslint-plugin-import@^2.25.2: resolve "^1.22.0" tsconfig-paths "^3.14.1" -eslint-plugin-jest@^28.8.0: - version "28.8.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.8.0.tgz#54f597b5a3295ad04ec946baa245ad02b9b2bca0" - integrity sha512-Tubj1hooFxCl52G4qQu0edzV/+EZzPUeN8p2NnW5uu4fbDs+Yo7+qDVDc4/oG3FbCqEBmu/OC3LSsyiU22oghw== +eslint-plugin-jest@^28.8.1: + version "28.8.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.8.1.tgz#3cf7d2752350bd711ca0de000b048a5464b52e0b" + integrity sha512-G46XMyYu6PtSNJUkQ0hsPjzXYpzq/O4vpCciMizTKRJG8kNsRreGoMRDG6H9FIB/xVgfFuclVnuX4XRvFUzrZQ== dependencies: "@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0"