From 3a103f774a2f2f7285a62c050b5898a7eca68dc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 08:01:08 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-jest from 23.20.0 to 27.2.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 23.20.0 to 27.2.0. - [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/v23.20.0...v27.2.0) --- 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 6a22b99..ebf4164 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@zeit/ncc": "^0.22.3", "eslint": "^7.5.0", "eslint-plugin-github": "^4.1.1", - "eslint-plugin-jest": "^23.18.0", + "eslint-plugin-jest": "^27.2.0", "jest": "^24.9.0", "jest-circus": "^26.1.0", "js-yaml": "^3.14.0",