From 83995692995baca8dcc92b70c2573045254b44d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 09:28:04 +0000 Subject: [PATCH] =?UTF-8?q?chore(dev):=20=F0=9F=A4=96=20bump=20eslint-plug?= =?UTF-8?q?in-jest=20from=2024.3.4=20to=2024.3.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.3.4 to 24.3.5. - [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/v24.3.4...v24.3.5) 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 e3df9e01..ff5e98b9 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "eslint-plugin-babel": "5.3.1", "eslint-plugin-filenames": "1.3.2", "eslint-plugin-import": "2.22.1", - "eslint-plugin-jest": "24.3.4", + "eslint-plugin-jest": "24.3.5", "eslint-plugin-jsdoc": "32.3.0", "eslint-plugin-no-use-extend-native": "0.5.0", "eslint-plugin-promise": "4.3.1", diff --git a/yarn.lock b/yarn.lock index d1a66852..2f381bae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3152,10 +3152,10 @@ eslint-plugin-import@2.22.1: resolve "^1.17.0" tsconfig-paths "^3.9.0" -eslint-plugin-jest@24.3.4: - version "24.3.4" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.3.4.tgz#6d90c3554de0302e879603dd6405474c98849f19" - integrity sha512-3n5oY1+fictanuFkTWPwSlehugBTAgwLnYLFsCllzE3Pl1BwywHl5fL0HFxmMjoQY8xhUDk8uAWc3S4JOHGh3A== +eslint-plugin-jest@24.3.5: + version "24.3.5" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.3.5.tgz#71f0b580f87915695c286c3f0eb88cf23664d044" + integrity sha512-XG4rtxYDuJykuqhsOqokYIR84/C8pRihRtEpVskYLbIIKGwPNW2ySxdctuVzETZE+MbF/e7wmsnbNVpzM0rDug== dependencies: "@typescript-eslint/experimental-utils" "^4.0.1"