From 26e876a96844e01d8e86b0e9be2f14f53481105a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 04:27:25 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest from 24.5.0 to 24.5.1 (#96) Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.5.0 to 24.5.1. - [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/v24.5.0...v24.5.1) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 43968f3c..913c6a09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2044,9 +2044,9 @@ "dev": true }, "eslint-plugin-jest": { - "version": "24.5.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.5.0.tgz", - "integrity": "sha512-Cm+XdX7Nms2UXGRnivHFVcM3ZmlKheHvc9VD78iZLO1XcqB59WbVjrMSiesCbHDlToxWjMJDiJMgc1CzFE13Vg==", + "version": "24.5.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.5.1.tgz", + "integrity": "sha512-SfIcGC3Mtp3kqUZlBXl+CtKzWVe8qGJm9XpcA8knJSKJ0F2XciZbGUter+wSpEfer09sIMgnTiaKGakju3PY7g==", "dev": true, "requires": { "@typescript-eslint/experimental-utils": "^4.0.1" diff --git a/package.json b/package.json index 4d2bbe50..657186d4 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@typescript-eslint/parser": ">=4.32.0", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", - "eslint-plugin-jest": "^24.5.0", + "eslint-plugin-jest": "^24.5.1", "eslint-plugin-prettier": "^4.0.0", "jest": "^27.2.4", "prettier": "^2.4.1",