From f99a71501ca06ef0422dafc1f93cb1ee531f37d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 23:11:23 +0000 Subject: [PATCH] chore: bump eslint-plugin-jest from 29.2.1 to 29.5.0 in /site Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 29.2.1 to 29.5.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.2.1...v29.5.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.5.0 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 0ede9bc..8c552a2 100644 --- a/site/package-lock.json +++ b/site/package-lock.json @@ -24,7 +24,7 @@ "@docusaurus/tsconfig": "3.9.2", "@docusaurus/types": "3.9.2", "@eslint/js": "^9.39.1", - "eslint-plugin-jest": "^29.2.1", + "eslint-plugin-jest": "^29.5.0", "globals": "^16.5.0", "jest": "^30.2.0", "prettier": "^3.7.3", @@ -10404,9 +10404,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "29.2.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.2.1.tgz", - "integrity": "sha512-0WLIezrIxitUGbjMIGwznVzSIp0uFJV0PZ2fiSvpyVcxe+QMXKUt7MRhUpzdbctnnLwiOTOFkACplgB0wAglFw==", + "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==", "dev": true, "license": "MIT", "dependencies": { diff --git a/site/package.json b/site/package.json index 366d26d..8e45b71 100644 --- a/site/package.json +++ b/site/package.json @@ -34,7 +34,7 @@ "@docusaurus/tsconfig": "3.9.2", "@docusaurus/types": "3.9.2", "@eslint/js": "^9.39.1", - "eslint-plugin-jest": "^29.2.1", + "eslint-plugin-jest": "^29.5.0", "globals": "^16.5.0", "jest": "^30.2.0", "prettier": "^3.7.3",