From b46d351188afe75feea3929f5e97d1648a6e64c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 20:02:03 +0000 Subject: [PATCH] build(deps-dev): Bump eslint-plugin-jest from 24.5.2 to 25.0.3 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.5.2 to 25.0.3. - [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.5.2...v25.0.3) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-major ... 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 911ab6b..0ece691 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@vercel/ncc": "^0.31.1", "eslint": "^7.32.0", "eslint-plugin-github": "^4.3.0", - "eslint-plugin-jest": "^24.5.2", + "eslint-plugin-jest": "^25.0.3", "jest": "^27.2.4", "jest-circus": "^27.2.4", "js-yaml": "^4.1.0", diff --git a/yarn.lock b/yarn.lock index be7b737..ea8472c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1590,10 +1590,10 @@ eslint-plugin-import@^2.22.1: resolve "^1.20.0" tsconfig-paths "^3.11.0" -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== +eslint-plugin-jest@^25.0.3: + version "25.0.3" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.0.3.tgz#e881ad84e0b67ec2daa02c29ca010755063d0a6a" + integrity sha512-Iz94ap1huFirBsT2a0cCMA0p1D3FI0HZdI3rFkhY1VFxPgumAgrnXI2MPfaAAv8swiu3rhDUIkG/IgOkpyy3HA== dependencies: "@typescript-eslint/experimental-utils" "^4.0.1"