From c393ede0f7a3e2419398b9978c9f475d78157365 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Dec 2025 20:06:51 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest from 29.10.1 to 29.11.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 29.10.1 to 29.11.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.10.1...v29.11.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.11.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ce7b11c..7ce10e9 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.10.1", + "eslint-plugin-jest": "^29.11.0", "eslint-plugin-prettier": "^5.5.4", "jest": "^30.2.0", "js-yaml": "^4.1.1", @@ -4178,9 +4178,9 @@ } }, "node_modules/eslint-plugin-jest": { - "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==", + "version": "29.11.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.11.0.tgz", + "integrity": "sha512-ay2MPUfHhwXyv+FbPxRWiEq3HNNsg4uMt/eBGlsfGHkM0891f0lcr0WrtID+TMyg17unAnNrnySD5LwirlA8EQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index b5998cd..50acb24 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.10.1", + "eslint-plugin-jest": "^29.11.0", "eslint-plugin-prettier": "^5.5.4", "jest": "^30.2.0", "js-yaml": "^4.1.1",