From 38da1d6f2d2e7b1ba551a311e3ebe067aa7b7ee5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 09:03:06 +0000 Subject: [PATCH] chore(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.14.0 to 29.15.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/v29.14.0...v29.15.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.15.0 dependency-type: direct:development update-type: version-update:semver-minor 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 94bc267..58597c7 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "bumpp": "^10.0.3", "d3-hierarchy": "^3.1.2", "eslint": "^10.0.0", - "eslint-plugin-jest": "29.14.0", + "eslint-plugin-jest": "29.15.0", "globals": "17.3.0", "jest": "30.2.0", "jest-environment-jsdom": "30.2.0",