From 8cdfc91cb9d971c99d3148094d8cff1c08a6287f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 09:25:22 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest from 29.1.0 to 29.2.1 in /site Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 29.1.0 to 29.2.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.1.0...v29.2.1) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.2.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- site/package-lock.json | 8 ++++---- site/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/site/package-lock.json b/site/package-lock.json index 659e9052..e4608762 100644 --- a/site/package-lock.json +++ b/site/package-lock.json @@ -24,7 +24,7 @@ "@docusaurus/types": "^3.7.0", "@types/react": "^19.2.5", "eslint": "^9.39.1", - "eslint-plugin-jest": "^29.1.0", + "eslint-plugin-jest": "^29.2.1", "globals": "^16.5.0", "jest": "^30.2.0", "prettier": "^3.6.2", @@ -9895,9 +9895,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "29.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.1.0.tgz", - "integrity": "sha512-LabxXbASXVjguqL+kBHTPMf3gUeSqwH4fsrEyHTY/MCs42I/p9+ctg09SJpYiD8eGaIsP6GwYr5xW6xWS9XgZg==", + "version": "29.2.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.2.1.tgz", + "integrity": "sha512-0WLIezrIxitUGbjMIGwznVzSIp0uFJV0PZ2fiSvpyVcxe+QMXKUt7MRhUpzdbctnnLwiOTOFkACplgB0wAglFw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/site/package.json b/site/package.json index 514f82a1..8a8fced9 100644 --- a/site/package.json +++ b/site/package.json @@ -34,7 +34,7 @@ "@docusaurus/types": "^3.7.0", "@types/react": "^19.2.5", "eslint": "^9.39.1", - "eslint-plugin-jest": "^29.1.0", + "eslint-plugin-jest": "^29.2.1", "globals": "^16.5.0", "jest": "^30.2.0", "prettier": "^3.6.2",