From 49f4b5af52f0e9f3e7e9468fe299db6ff4593ae5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Nov 2022 20:10:15 +0000 Subject: [PATCH] build(deps-dev): Bump eslint-plugin-jest from 27.1.3 to 27.1.5 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.1.3 to 27.1.5. - [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/v27.1.3...v27.1.5) --- 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 f8bca41..f103125 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@vercel/ncc": "^0.34.0", "eslint": "^8.26.0", "eslint-plugin-github": "^4.4.0", - "eslint-plugin-jest": "^27.1.3", + "eslint-plugin-jest": "^27.1.5", "jest": "^27.5.1", "jest-circus": "^29.2.2", "js-yaml": "^4.1.0", diff --git a/yarn.lock b/yarn.lock index a847ec7..f5162b7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2399,10 +2399,10 @@ eslint-plugin-import@^2.25.2: resolve "^1.20.0" tsconfig-paths "^3.11.0" -eslint-plugin-jest@^27.1.3: - version "27.1.3" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.1.3.tgz#9f359eeac0c720a825f658e7e261a9eef869dc8d" - integrity sha512-7DrIfYRQPa7JQd1Le8G/BJsfYHVUKQdJQ/6vULSp/4NjKZmSMJ/605G2hhScEra++SiH68zPEjLnrO74nHrMLg== +eslint-plugin-jest@^27.1.5: + version "27.1.5" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.1.5.tgz#16fad619cfee6cdf73d56098fbed0761e1f653ce" + integrity sha512-CK2dekZ5VBdzsOSOH5Fc1rwC+cWXjkcyrmf1RV714nDUDKu+o73TTJiDxpbILG8PtPPpAAl3ywzh5QA7Ft0mjA== dependencies: "@typescript-eslint/utils" "^5.10.0"