From e95035bc552d54c4b367f85c594f308bc497528c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 17:01:33 -0700 Subject: [PATCH] build(deps-dev): bump eslint-plugin-jest from 24.5.0 to 24.5.2 (#8) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index afb83c6..9612332 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@vercel/ncc": "^0.31.1", "eslint": "^7.31.0", "eslint-plugin-github": "^4.1.1", - "eslint-plugin-jest": "^24.3.6", + "eslint-plugin-jest": "^24.5.2", "eslint-plugin-prettier": "^4.0.0", "jest": "^27.0.6", "js-yaml": "^4.1.0", diff --git a/yarn.lock b/yarn.lock index 4ce54ca..7833cff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1460,10 +1460,10 @@ eslint-plugin-import@^2.22.1: resolve "^1.20.0" tsconfig-paths "^3.11.0" -eslint-plugin-jest@^24.3.6: - version "24.5.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.5.0.tgz#a223a0040a19af749a161807254f0e47f5bfdcc3" - integrity sha512-Cm+XdX7Nms2UXGRnivHFVcM3ZmlKheHvc9VD78iZLO1XcqB59WbVjrMSiesCbHDlToxWjMJDiJMgc1CzFE13Vg== +eslint-plugin-jest@^24.5.2: + version "24.5.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.5.2.tgz#f71f98f27fd18b50f55246ca090f36d1730e36a6" + integrity sha512-lrI3sGAyZi513RRmP08sIW241Ti/zMnn/6wbE4ZBhb3M2pJ9ztaZMnSKSKKBUfotVdwqU8W1KtD8ao2/FR8DIg== dependencies: "@typescript-eslint/experimental-utils" "^4.0.1"