From 8ca1ee0815bd829d4213acecd20f81b3c3c33d2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Oct 2021 11:03:50 +0000 Subject: [PATCH] Bump eslint-plugin-jest from 25.0.5 to 25.0.6 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 25.0.5 to 25.0.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/v25.0.5...v25.0.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 41dbcb22..05b80d95 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@vercel/ncc": "^0.31.1", "eslint": "^7.32.0", "eslint-plugin-github": "^4.3.2", - "eslint-plugin-jest": "^25.0.5", + "eslint-plugin-jest": "^25.0.6", "https": "^1.0.0", "js-yaml": "^4.1.0", "prettier": "2.4.1", diff --git a/yarn.lock b/yarn.lock index ee584253..0e097be4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -683,10 +683,10 @@ eslint-plugin-import@^2.24.2: resolve "^1.20.0" tsconfig-paths "^3.11.0" -eslint-plugin-jest@^25.0.5: - version "25.0.5" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.0.5.tgz#22b0f155aa68aa0932adda104c930c0b1a9ca6ca" - integrity sha512-fMVTvh/pgBHgEyJp643qRjqvyR3TAw3VIldYV0LltepKo4whYZ4oYlsplT0SIqjnclkuNN+PRr841XPMgaOswg== +eslint-plugin-jest@^25.0.6: + version "25.0.6" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.0.6.tgz#75141c0ee60a5747d27b9920f3687d13a012cbb4" + integrity sha512-uXmY2P1iYew6m7ziAyrO6Ircb/r0161s9oxfR8G1HY65KTHm0RY6ohz95PxrW6eQnhqQ7dEk+WodzSdHBZZs3A== dependencies: "@typescript-eslint/experimental-utils" "^5.0.0"