From 5924cc700bb5ad47dd76ec9bfced9013af69c733 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 12:39:35 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-jest from 24.7.0 to 25.0.5 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.7.0 to 25.0.5. - [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/v24.7.0...v25.0.5) --- 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 5dd35ad0..700db12a 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "eslint-config-airbnb-base": "^14.2.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.24.2", - "eslint-plugin-jest": "^24.3.6", + "eslint-plugin-jest": "^25.0.5", "eslint-plugin-jsdoc": "^36.0.6", "eslint-plugin-promise": "^5.1.0", "eslint-plugin-security": "^1.4.0",