From ef3fbb7dfe88ee683780f328686200f4ea0d33a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 20:03:20 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest from 29.15.4 to 29.15.5 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 29.15.4 to 29.15.5. - [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.15.4...v29.15.5) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.15.5 dependency-type: direct:development update-type: version-update:semver-patch ... 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 25dbb0c..c1a6a0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "esbuild": "^0.28.1", "eslint": "^10.7.0", "eslint-plugin-github": "^6.1.1", - "eslint-plugin-jest": "^29.15.4", + "eslint-plugin-jest": "^29.15.5", "eslint-plugin-prettier": "^5.5.6", "jest": "^30.4.2", "js-yaml": "^5.2.1", @@ -4853,9 +4853,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "29.15.4", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.15.4.tgz", - "integrity": "sha512-6ln5i9Nkrb27X4w91ZPt/xHDsVQnvxTS2ntgq6r32u+8gymdUrp88TdcBXSveZW0Dl+M5v2H6K75kJhMvUGhjg==", + "version": "29.15.5", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.15.5.tgz", + "integrity": "sha512-gnY9aw4HO7bI6lnKf+tx9uX/dwDPX5tHK3MB5Jd/NmmOHwEY8H8Caf2a39DNCZoqJ+j8EqNra/iuoj/z3GuAeA==", "dev": true, "license": "MIT", "dependencies": { @@ -4868,7 +4868,7 @@ "@typescript-eslint/eslint-plugin": "^8.0.0", "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", "jest": "*", - "typescript": ">=4.8.4 <7.0.0" + "typescript": ">=4.8.4 <8.0.0" }, "peerDependenciesMeta": { "@typescript-eslint/eslint-plugin": { diff --git a/package.json b/package.json index 629b971..d92d3fe 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "esbuild": "^0.28.1", "eslint": "^10.7.0", "eslint-plugin-github": "^6.1.1", - "eslint-plugin-jest": "^29.15.4", + "eslint-plugin-jest": "^29.15.5", "eslint-plugin-prettier": "^5.5.6", "jest": "^30.4.2", "js-yaml": "^5.2.1",