From 580f118caf6d2b6c221a8b2029c73819b96212ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 02:45:11 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest from 25.7.0 to 26.5.3 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 25.7.0 to 26.5.3. - [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/v25.7.0...v26.5.3) --- 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 bdee235..825a592 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": "^25.3.0", + "eslint-plugin-jest": "^26.5.3", "fast-async": "^7.0.6", "jest": "^28.1.1", "rollup": "^2.7.3",