From 00dbd06fa73d03896a94b99f6b6d39aef56f7eb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 07:19:56 +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.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 4ee46c7..492c117 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "ajv": "8.18.0", "babel-plugin-transform-import-meta": "^2.3.3", "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-junit": "16.0.0",