From 61568a7720463bec8993b352fa250b06e0b474da Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 May 2020 05:50:40 +0000 Subject: [PATCH] chore(deps-dev): Bump eslint-plugin-jest from 23.11.0 to 23.13.1 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 23.11.0 to 23.13.1. - [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.11.0...v23.13.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 77394c56b..8eed97016 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "eslint": "6.8.0", "eslint-config-prettier": "6.11.0", "eslint-plugin-import": "2.20.2", - "eslint-plugin-jest": "23.11.0", + "eslint-plugin-jest": "23.13.1", "eslint-plugin-prettier": "3.1.3", "jest": "25.5.4", "jest-runner-eslint": "0.7.7", diff --git a/yarn.lock b/yarn.lock index 0e62f9dee..86b4fdba4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2020,10 +2020,10 @@ eslint-plugin-import@2.20.2: read-pkg-up "^2.0.0" resolve "^1.12.0" -eslint-plugin-jest@23.11.0: - version "23.11.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.11.0.tgz#6e01d83ea74c1eefd60811655bbc288bd8ab2e7d" - integrity sha512-qedvh6mcMgoLFHjITtG40yKOCu5Fa1GMYesDOclU30ZvtVkf+DaH0fnCn1ysOX/QMdk2SGhQvxvYLowcLaM0GA== +eslint-plugin-jest@23.13.1: + version "23.13.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.13.1.tgz#b2ce83f76064ad8ba1f1f26f322b86a86e44148e" + integrity sha512-TRLJH6M6EDvGocD98a7yVThrAOCK9WJfo9phuUb0MJptcrOYZeCKzC9aOzZCD93sxXCsiJVZywaTHdI/mAi0FQ== dependencies: "@typescript-eslint/experimental-utils" "^2.5.0"