From 7e64ed6599f996af732afd477b73be9c37d0aa85 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2020 08:38:11 +0200 Subject: [PATCH] Bump eslint-plugin-jest from 23.2.0 to 23.8.2 (#120) Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 23.2.0 to 23.8.2. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v23.2.0...v23.8.2) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b80e118..4a1168c 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "css-loader": "^3.4.0", "eslint": "^6.8.0", "eslint-config-prettier": "^6.9.0", - "eslint-plugin-jest": "^23.2.0", + "eslint-plugin-jest": "^23.8.2", "eslint-plugin-prettier": "^3.1.2", "eslint-plugin-react": "^7.19.0", "file-loader": "^5.0.2", diff --git a/yarn.lock b/yarn.lock index 75b78a5..2bd78eb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2963,10 +2963,10 @@ eslint-config-prettier@^6.9.0: dependencies: get-stdin "^6.0.0" -eslint-plugin-jest@^23.2.0: - version "23.2.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.2.0.tgz#72d9ac0421b9b6ef774bcf4783329c016ed7cd6a" - integrity sha512-/jbCUW+g0jejXAvsytgcNhii6uEgolt0RO2e4+mhmXybfkcram5V3XIyrHCnUsb0vCmDKgHhJ1lYSm7F3VCEDA== +eslint-plugin-jest@^23.8.2: + version "23.8.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.8.2.tgz#6f28b41c67ef635f803ebd9e168f6b73858eb8d4" + integrity sha512-xwbnvOsotSV27MtAe7s8uGWOori0nUsrXh2f1EnpmXua8sDfY6VZhHAhHg2sqK7HBNycRQExF074XSZ7DvfoFg== dependencies: "@typescript-eslint/experimental-utils" "^2.5.0"