From a9fe02cdbafeba02e15c9cd1fff19760b7662cb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 09:45:13 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-jest in the dev-dependencies group Bumps the dev-dependencies group with 1 update: [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest). Updates `eslint-plugin-jest` from 28.13.3 to 28.13.5 - [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/v28.13.3...v28.13.5) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 28.13.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8d9b2b5..1464d55 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "cross-env": "7.0.3", "css-loader": "7.1.2", "eslint": "9.28.0", - "eslint-plugin-jest": "28.13.3", + "eslint-plugin-jest": "28.13.5", "globals": "16.2.0", "jest": "30.0.0", "jest-environment-jsdom": "30.0.0",