From a0d25d30a144f41774209d5ce430646b36c0085c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 08:15:36 +0000 Subject: [PATCH] Bump eslint-plugin-jest from 29.16.1 to 29.16.5 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 29.16.1 to 29.16.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.16.1...v29.16.5) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.16.5 dependency-type: direct:development update-type: version-update:semver-patch ... 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 159add3b..8df119f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@vercel/ncc": "^0.44.1", "eslint": "^10.8.0", "eslint-plugin-github": "^6.1.2", - "eslint-plugin-jest": "^29.16.1", + "eslint-plugin-jest": "^29.16.5", "eslint-plugin-jsonc": "^3.4.1", "eslint-plugin-prettier": "^5.5.6", "globals": "^17.11.0", @@ -4368,9 +4368,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "29.16.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.16.1.tgz", - "integrity": "sha512-tfxOIsjzaBud+f74aLbBMRcnrztt5eCIgnAdeoGdnzMAQ4IdAa/s/p8Ls55mk9MC79N3j2jbv4Qetz6Hclbcfw==", + "version": "29.16.5", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.16.5.tgz", + "integrity": "sha512-2JblbVHN+FAF5iEz2Lky3jvzPRRmEOHJxFSvAl698FF6KPo+sdgaVT0j49HOAJ6gBP8Vlf/DAUs9/I6S3fj9VQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index b5d8f173..1d7382a2 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "@vercel/ncc": "^0.44.1", "eslint": "^10.8.0", "eslint-plugin-github": "^6.1.2", - "eslint-plugin-jest": "^29.16.1", + "eslint-plugin-jest": "^29.16.5", "eslint-plugin-jsonc": "^3.4.1", "eslint-plugin-prettier": "^5.5.6", "globals": "^17.11.0",