From 3ae00f254f5007652f338490af4b37f20aa69927 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Dec 2021 00:11:19 +0000 Subject: [PATCH] build(deps-dev): Bump eslint-plugin-jest from 25.3.0 to 25.3.2 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 25.3.0 to 25.3.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.3.0...v25.3.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 bda061c..39829a6 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@vercel/ncc": "^0.33.1", "eslint": "^8.5.0", "eslint-plugin-github": "^4.3.5", - "eslint-plugin-jest": "^25.3.0", + "eslint-plugin-jest": "^25.3.2", "eslint-plugin-prettier": "^4.0.0", "jest": "^27.4.5", "js-yaml": "^4.1.0", diff --git a/yarn.lock b/yarn.lock index 8e5905e..259d449 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1439,10 +1439,10 @@ eslint-plugin-import@^2.25.2: resolve "^1.20.0" tsconfig-paths "^3.11.0" -eslint-plugin-jest@^25.3.0: - version "25.3.0" - resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.3.0.tgz" - integrity sha512-79WQtuBsTN1S8Y9+7euBYwxIOia/k7ykkl9OCBHL3xuww5ecursHy/D8GCIlvzHVWv85gOkS5Kv6Sh7RxOgK1Q== +eslint-plugin-jest@^25.3.2: + version "25.3.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.3.2.tgz#702801e37c502546fe4c4986888720f6eed3b129" + integrity sha512-1aPC7RRJkMCNgklHMDECw8fnzag3JBH53LaxmFkDTR7+PfMCO5V6f8XFRHoT2I+Fr4pVO9cPdRGlf7/haB2O5Q== dependencies: "@typescript-eslint/experimental-utils" "^5.0.0"