From 6d65ace61d858cfd8270ad64cace49563dfde546 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 May 2020 15:23:25 +0000 Subject: [PATCH] Bump eslint-plugin-jest from 22.21.0 to 23.13.1 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 22.21.0 to 23.13.1. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v22.21.0...v23.13.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6372159..ad4e321 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "devDependencies": { "eslint": "^5.6.1", "eslint-config-amber": "^2.0.0", - "eslint-plugin-jest": "^22.0.0", + "eslint-plugin-jest": "^23.13.1", "eslint-plugin-json": "^1.2.1", "jest": "^24.3.1" },