From 7458928227b6e9cb740f52c363b970de7f22dc7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 09:19:08 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-jest from 24.7.0 to 27.1.1 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.7.0 to 27.1.1. - [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...v27.1.1) --- 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 d56990d..04ce7b3 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "babel-eslint": "^10.1.0", "eslint": "^7.0.0", "eslint-ast-utils": "^1.1.0", - "eslint-plugin-jest": "^24.3.6", + "eslint-plugin-jest": "^27.1.1", "eslint-plugin-nuxt": "^2.0.0", "nodemon": "^2.0.7", "sass": "^1.33.0",