From dac48fe02e66d7421bc7cb728c3734cbddc1dddf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 11:03:35 +0000 Subject: [PATCH] Bump eslint-plugin-jest from 25.2.1 to 25.2.2 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 25.2.1 to 25.2.2. - [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/v25.2.1...v25.2.2) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-patch ... 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 1c314aa0..b153fd47 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@vercel/ncc": "^0.31.1", "eslint": "^7.32.0", "eslint-plugin-github": "^4.3.2", - "eslint-plugin-jest": "^25.2.1", + "eslint-plugin-jest": "^25.2.2", "https": "^1.0.0", "js-yaml": "^4.1.0", "prettier": "2.4.1", diff --git a/yarn.lock b/yarn.lock index f2ac63b5..7fd88924 100644 --- a/yarn.lock +++ b/yarn.lock @@ -683,10 +683,10 @@ eslint-plugin-import@^2.24.2: resolve "^1.20.0" tsconfig-paths "^3.11.0" -eslint-plugin-jest@^25.2.1: - version "25.2.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.2.1.tgz#998b8a770b816534674a2df72b6165a0a42c1f61" - integrity sha512-fC6T95lqgWHsdVFd+f0kTHH32NxbIzIm1fJ/3kGaCFcQP1fJc5khV7DzUHjNQSTOHd5Toa7ccEBptab4uFqbNQ== +eslint-plugin-jest@^25.2.2: + version "25.2.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.2.2.tgz#aada85113268e79d4e7423f8ad4e1b740f112e71" + integrity sha512-frn5yhOF60U4kcqozO3zKTNZQUk+mfx037XOy2iiYL8FhorEkuCuL3/flzKcY1ECDP2WYT9ydmvlO3fRW9o4mg== dependencies: "@typescript-eslint/experimental-utils" "^5.0.0"