From add8557e16c13882d86167b33e3d49a1da051e1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 02:08:41 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-jest from 29.5.0 to 29.10.1 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 29.5.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.5.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 ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 335e4fa..c3d7cea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "eslint": "^8.57.1", "eslint-config-standard": "^17.1.0", "eslint-plugin-import": "^2.32.0", - "eslint-plugin-jest": "^29.5.0", + "eslint-plugin-jest": "^29.10.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.6.0", "jest": "^30.2.0" @@ -3363,9 +3363,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.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, "dependencies": { "@typescript-eslint/utils": "^8.0.0" @@ -9966,9 +9966,9 @@ } }, "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.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, "requires": { "@typescript-eslint/utils": "^8.0.0" diff --git a/package.json b/package.json index a40aa0b..8a81c7d 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "eslint": "^8.57.1", "eslint-config-standard": "^17.1.0", "eslint-plugin-import": "^2.32.0", - "eslint-plugin-jest": "^29.5.0", + "eslint-plugin-jest": "^29.10.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.6.0", "jest": "^30.2.0"