From 6e48d4884dae5ea165a014d482cdd9a834644a8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 21:32:29 +0000 Subject: [PATCH] build(deps): bump eslint-plugin-jest from 26.8.7 to 27.6.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.8.7 to 27.6.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/v26.8.7...v27.6.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e67b067..ca48c91 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "eslint-import-resolver-typescript": "^2.4.0", "eslint-plugin-compat": "^4.0.0", "eslint-plugin-import": "^2.22.1", - "eslint-plugin-jest": "^26.1.1", + "eslint-plugin-jest": "^27.6.0", "eslint-plugin-jest-dom": "^4.0.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-promise": "^6.0.0", diff --git a/yarn.lock b/yarn.lock index ec7aaf2..8230f69 100644 --- a/yarn.lock +++ b/yarn.lock @@ -987,10 +987,10 @@ eslint-plugin-jest-dom@^4.0.0: "@testing-library/dom" "^8.11.1" requireindex "^1.2.0" -eslint-plugin-jest@^26.1.1: - version "26.8.7" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.8.7.tgz#f38f067d0a69483d64578eb43508ca7b29c8a4b7" - integrity sha512-nJJVv3VY6ZZvJGDMC8h1jN/TIGT4We1JkNn1lvstPURicr/eZPVnlFULQ4W2qL9ByCuCr1hPmlBOc2aZ1ktw4Q== +eslint-plugin-jest@^27.6.0: + version "27.6.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.6.0.tgz#e5c0cf735b3c8cad0ef9db5b565b2fc99f5e55ed" + integrity sha512-MTlusnnDMChbElsszJvrwD1dN3x6nZl//s4JD23BxB6MgR66TZlL064su24xEIS3VACfAoHV1vgyMgPw8nkdng== dependencies: "@typescript-eslint/utils" "^5.10.0"