From d997779370c9e10110ab7c7ee5a8563640511c29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 03:01:59 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest in the dependencies group Bumps the dependencies group with 1 update: [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest). Updates `eslint-plugin-jest` from 29.5.0 to 29.8.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.5.0...v29.8.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 28b542251..d5a565e4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10281,9 +10281,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "29.5.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.5.0.tgz", - "integrity": "sha512-DAi9H8xN/TUuNOt+xDP1RqpCJLsSxBb5u1zXSpCyp0VAWGL8MBAg5t7/Dk+76iX7d1LhWu4DDH77IQNUolLDyg==", + "version": "29.8.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.8.0.tgz", + "integrity": "sha512-/v7zJQeLzBn2Y6W+64vL0N/s77CzSiubkmN4zdJ/dQbYEm8yKIMj/3duLOs/BHKFjqi7LP/q5KKM26OSskB+ow==", "dev": true, "license": "MIT", "peer": true,