From a305662fbeaa20b1d064e798ec93085f16294a39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 09:02:36 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest from 26.8.2 to 27.2.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.8.2 to 27.2.0. - [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/v26.8.2...v27.2.0) --- 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 dd9a441..d5f893c 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "eslint-config-airbnb-base": "^15.0.0", "eslint-import-resolver-typescript": "^3.2.7", "eslint-plugin-import": "^2.25.3", - "eslint-plugin-jest": "^26.0.0", + "eslint-plugin-jest": "^27.2.0", "eslint-plugin-json": "^3.1.0", "husky": "^8.0.1", "jest": "^27.4.3", diff --git a/yarn.lock b/yarn.lock index 8a358c6..41121c5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2735,10 +2735,10 @@ eslint-plugin-import@^2.25.3: resolve "^1.22.0" tsconfig-paths "^3.14.1" -eslint-plugin-jest@^26.0.0: - version "26.8.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.8.2.tgz#42a1248a5ade2bc589eb0f9c4e0608dd89b18cf3" - integrity sha512-67oh0FKaku9y48OpLzL3uK9ckrgLb83Sp5gxxTbtOGDw9lq6D8jw/Psj/9CipkbK406I2M7mvx1q+pv/MdbvxA== +eslint-plugin-jest@^27.2.0: + version "27.2.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.2.0.tgz#8e9976705642bea1981596c0ba5e3f46d449f3fc" + integrity sha512-KGIYtelk4rIhKocxRKUEeX+kJ0ZCab/CiSgS8BMcKD7AY7YxXhlg/d51oF5jq2rOrtuJEDYWRwXD95l6l2vtrA== dependencies: "@typescript-eslint/utils" "^5.10.0"