From 497c7c3b44ec0036414f463472991b28a186041b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 21:13:52 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest from 26.9.0 to 27.1.4 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.9.0 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/v26.9.0...v27.1.4) --- 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 825a592..4437508 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "eslint-config-airbnb-base": "^15.0.0", "eslint-import-resolver-node": "^0.3.2", "eslint-plugin-import": "^2.17.2", - "eslint-plugin-jest": "^26.5.3", + "eslint-plugin-jest": "^27.1.4", "fast-async": "^7.0.6", "jest": "^28.1.1", "rollup": "^2.7.3",