From 8f577de5981489f2bec9c3b22be5ad8f890450e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 07:05:43 +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.0 to 29.15.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/v29.15.0...v29.15.1) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.15.1 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 259225b..81e0356 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "cross-env": "10.1.0", "css-loader": "7.1.4", "eslint": "10.1.0", - "eslint-plugin-jest": "29.15.0", + "eslint-plugin-jest": "29.15.1", "globals": "17.4.0", "jest": "30.3.0", "jest-environment-jsdom": "30.3.0",