From d244346a126f5836c72863fa3c19ee8ef79749e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 03:02:09 +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.8.0 to 29.10.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.8.0...v29.10.1) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.10.1 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 d5a565e4b..484d1bdf2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10281,9 +10281,9 @@ } }, "node_modules/eslint-plugin-jest": { - "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==", + "version": "29.10.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.10.1.tgz", + "integrity": "sha512-4Nv70A4cHwKadDGlD2Znt+lbbsBKcY0N/GAeN2/0kDaVW3Lv8txVsvkvJcSUiAcS9qvLOPOwDihnlfSk32x85Q==", "dev": true, "license": "MIT", "peer": true,