From 0d2eb7ea7c4398b6aebb5431e58ac3b12ce5463e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 04:01:41 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-jest from 26.1.5 to 27.2.1 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.1.5 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/v26.1.5...v27.2.1) --- 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ba714f..f42fcf5 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "eslint-config-standard": "~16.0.3", "eslint-formatter-table": "~7.32.1", "eslint-plugin-import": "~2.25.4", - "eslint-plugin-jest": "~26.1.1", + "eslint-plugin-jest": "~27.2.1", "eslint-plugin-node": "~11.1.0", "eslint-plugin-promise": "~6.0.0", "eslint-plugin-react": "~7.29.3",