From 6fcfda0999dbcef3f70fb7984dc182639d52e97d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 16:15:40 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest from 27.9.0 to 28.6.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.9.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/v27.9.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 07feb48..b8c69e5 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "eslint": "^8", "eslint-config-standard": "^17", "eslint-plugin-import": "^2", - "eslint-plugin-jest": "^27", + "eslint-plugin-jest": "^28", "eslint-plugin-jsdoc": "^48", "eslint-plugin-n": "^16.4", "eslint-plugin-node": "^11",