From ee5fd2aca58c3947bcabdbb3772118baf9a17020 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Aug 2022 21:47:59 +0000 Subject: [PATCH] fix(deps): update dependency eslint-plugin-jest to v27 --- web-extension/package.json | 2 +- web-extension/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web-extension/package.json b/web-extension/package.json index 7650adad..b6e13d14 100644 --- a/web-extension/package.json +++ b/web-extension/package.json @@ -33,7 +33,7 @@ "eslint-config-react-app": "7.0.1", "eslint-plugin-flowtype": "8.0.3", "eslint-plugin-import": "2.26.0", - "eslint-plugin-jest": "26.8.7", + "eslint-plugin-jest": "27.0.1", "eslint-plugin-jsx-a11y": "6.6.1", "eslint-plugin-react": "7.31.0", "eslint-plugin-react-hooks": "4.6.0", diff --git a/web-extension/yarn.lock b/web-extension/yarn.lock index 0c11057d..2f4e820e 100644 --- a/web-extension/yarn.lock +++ b/web-extension/yarn.lock @@ -6200,10 +6200,10 @@ eslint-plugin-import@2.26.0, eslint-plugin-import@^2.25.3: resolve "^1.22.0" tsconfig-paths "^3.14.1" -eslint-plugin-jest@26.8.7: - version "26.8.7" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.8.7.tgz#f38f067d0a69483d64578eb43508ca7b29c8a4b7" - integrity sha512-nJJVv3VY6ZZvJGDMC8h1jN/TIGT4We1JkNn1lvstPURicr/eZPVnlFULQ4W2qL9ByCuCr1hPmlBOc2aZ1ktw4Q== +eslint-plugin-jest@27.0.1: + version "27.0.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.0.1.tgz#3e67ee2051411540988c62075e8788702a1064da" + integrity sha512-LosUsrkwVSs/8Z/I8Hqn5vWgTEsHrfIquDEKOsV8/cl+gbFR4tiRCE1AimEotsHjSC0Rx1tYm6vPhw8C3ktmmg== dependencies: "@typescript-eslint/utils" "^5.10.0"