From bb4b8b54aeb5772a4c903789a8b62841aeb829fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 23:22:51 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest from 29.12.2 to 29.13.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 29.12.2 to 29.13.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.12.2...v29.13.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.13.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index c4e183d..5bb1818 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@vercel/ncc": "^0.38.4", "eslint": "^9.39.2", "eslint-plugin-github": "^6.0.0", - "eslint-plugin-jest": "^29.12.2", + "eslint-plugin-jest": "^29.13.0", "eslint-plugin-prettier": "^5.5.5", "jest": "^30.2.0", "js-yaml": "^4.1.1", @@ -4166,9 +4166,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "29.12.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.12.2.tgz", - "integrity": "sha512-IIRg0IZ5yuERfzOZrKuNScxk9yeuKo0M4Urx7RZcthK5HE/8gJUY518bdi7picLRBJVctjOW3yVx0zyBp4Cq+g==", + "version": "29.13.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.13.0.tgz", + "integrity": "sha512-VoONe0NsaQLb7ijvg4k35rzchqfyCaBsXammNMCkTyLvKLTpzQOVdXiPC54q7Vp/W7shMcqPBLwAc3yRSiGjSQ==", "dev": true, "license": "MIT", "dependencies": { @@ -4179,7 +4179,7 @@ }, "peerDependencies": { "@typescript-eslint/eslint-plugin": "^8.0.0", - "eslint": "^8.57.0 || ^9.0.0", + "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", "jest": "*", "typescript": ">=4.8.4 <6.0.0" }, diff --git a/package.json b/package.json index 23714cb..7da3aeb 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@vercel/ncc": "^0.38.4", "eslint": "^9.39.2", "eslint-plugin-github": "^6.0.0", - "eslint-plugin-jest": "^29.12.2", + "eslint-plugin-jest": "^29.13.0", "eslint-plugin-prettier": "^5.5.5", "jest": "^30.2.0", "js-yaml": "^4.1.1",