From 0ca441e745207fcaac380d621f6f837786b4b111 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 07:12:03 +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 29.15.1 to 29.15.2 - [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/v29.15.1...v29.15.2) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.15.2 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 5753cd6..bed6454 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "cross-env": "10.1.0", "css-loader": "7.1.4", "eslint": "10.2.0", - "eslint-plugin-jest": "29.15.1", + "eslint-plugin-jest": "29.15.2", "globals": "17.4.0", "jest": "30.3.0", "jest-environment-jsdom": "30.3.0",