From 4e1f346a1fd6c6f1c21952c6ef715556df57f060 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 21:23:11 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest from 25.7.0 to 26.1.3 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 25.7.0 to 26.1.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.1.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 5743c85..058bc29 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.1.3", "fast-async": "^7.0.6", "jest": "^27.4.5", "rollup": "^2.7.3",