From 732c8bf9a413d89197477757c046d45375ef3dce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 May 2022 11:04:36 +0000 Subject: [PATCH] Bump eslint-plugin-jest from 26.4.5 to 26.4.6 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.4.5 to 26.4.6. - [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.4.5...v26.4.6) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-patch ... 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 92f97457..90b0eee6 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@vercel/ncc": "^0.34.0", "eslint": "^8.16.0", "eslint-plugin-github": "^4.3.6", - "eslint-plugin-jest": "^26.4.5", + "eslint-plugin-jest": "^26.4.6", "https": "^1.0.0", "js-yaml": "^4.1.0", "prettier": "2.6.2", diff --git a/yarn.lock b/yarn.lock index 4a766f60..bca44e22 100644 --- a/yarn.lock +++ b/yarn.lock @@ -603,10 +603,10 @@ eslint-plugin-import@^2.25.2: resolve "^1.20.0" tsconfig-paths "^3.11.0" -eslint-plugin-jest@^26.4.5: - version "26.4.5" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.4.5.tgz#c1772800bfc15c6f34d3e1536932ece0627c9f2a" - integrity sha512-jGPKXoV7v21gvt2QivCPuN1c2RePxJ9XnYQjucioAZhMTXrJ0y48QhP7UOpgNs/sj0Lns2NKRvoAjnyXDCfqbw== +eslint-plugin-jest@^26.4.6: + version "26.4.6" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.4.6.tgz#9d8184c1ecf077722a20cc236c7e14f4e263606f" + integrity sha512-R3mq1IepnhtsukHQsWxdyKra3OVwYB+N4k8i45ndqSfr8p9KZV6G+EIUt1Z7hzAh4KlsbXG+nCTlNeGFLFLNvA== dependencies: "@typescript-eslint/utils" "^5.10.0"