From ff340ea42cb60ab49d30e49e9ba53dd3b1dc2776 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 11:29:16 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest from 27.1.3 to 27.1.4 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.1.3 to 27.1.4. - [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.4) --- 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 54877b0..0f7788e 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "conventional-changelog-conventionalcommits": "^5.0.0", "eslint": "^8.26.0", "eslint-plugin-github": "^4.1.1", - "eslint-plugin-jest": "^27.1.3", + "eslint-plugin-jest": "^27.1.4", "jest": "^29.2.2", "jest-circus": "^29.2.2", "js-yaml": "^4.1.0", diff --git a/yarn.lock b/yarn.lock index d4fcd6f..f3e843e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2637,10 +2637,10 @@ eslint-plugin-import@^2.25.2: resolve "^1.22.0" tsconfig-paths "^3.14.1" -eslint-plugin-jest@^27.1.3: - version "27.1.3" - resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.1.3.tgz" - integrity sha512-7DrIfYRQPa7JQd1Le8G/BJsfYHVUKQdJQ/6vULSp/4NjKZmSMJ/605G2hhScEra++SiH68zPEjLnrO74nHrMLg== +eslint-plugin-jest@^27.1.4: + version "27.1.4" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.1.4.tgz#bdfaf51ee9ed0b86dac1e83753e22da072acaa92" + integrity sha512-evJ9E9id/z2Fu6LR+ncNySJ6UMs5RiJiv4JsmdA3gPWoq0AR+uZyva738+Y9Uln+3WaYX+3OYP9HJoau94Iurg== dependencies: "@typescript-eslint/utils" "^5.10.0"