From 3034c00ceb4cc721466960b6a172988dd6686934 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 08:35:31 +0000 Subject: [PATCH] npm: bump eslint-plugin-jest from 27.2.0 to 27.2.1 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.2.0 to 27.2.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/v27.2.0...v27.2.1) --- 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f2d9e58..203c9ad 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "cross-env": "7.0.3", "eslint": "8.31.0", "eslint-config-prettier": "8.6.0", - "eslint-plugin-jest": "27.2.0", + "eslint-plugin-jest": "27.2.1", "eslint-plugin-prettier": "4.2.1", "eslint-plugin-unicorn": "45.0.2", "generate-changelog": "1.8.0",