From b2dd1f4a89ae0faccec74c305a89f2206426df8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 11:25:00 +0000 Subject: [PATCH] Bump eslint-plugin-jest from 29.16.0 to 29.16.5 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 29.16.0 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.0...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 8e4e947..59d54cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@vercel/ncc": "^0.44.1", "babel-jest": "^30.2.0", "eslint": "^10.9.1", - "eslint-plugin-jest": "^29.16.0", + "eslint-plugin-jest": "^29.16.5", "globals": "^17.8.0", "jest": "^30.4.2", "js-yaml": "^5.2.2", @@ -5066,9 +5066,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "29.16.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.16.0.tgz", - "integrity": "sha512-0WFBxDHlT2ratGQfnFQEVIsgQJ5cfd+0IV8Kc6U3X2onB8ATLG23voD2Ch5G9fCkEpCPmCMuzW0tbS0kYb8biw==", + "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 0a5c9ff..8b7b5bb 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@vercel/ncc": "^0.44.1", "babel-jest": "^30.2.0", "eslint": "^10.9.1", - "eslint-plugin-jest": "^29.16.0", + "eslint-plugin-jest": "^29.16.5", "globals": "^17.8.0", "jest": "^30.4.2", "js-yaml": "^5.2.2",