From caf99c2135a640f841897ba45d46e30bad39a539 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 09:06:00 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-jest from 24.7.0 to 28.6.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.7.0 to 28.6.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/v24.7.0...v28.6.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 d56990d..86f5eb6 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": "^28.6.0", "eslint-plugin-nuxt": "^2.0.0", "nodemon": "^2.0.7", "sass": "^1.33.0",