From 469611056588da32bec6cea7bbb3f3ba8e71574d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 19:52:40 +0000 Subject: [PATCH] Bump eslint-plugin-jest from 29.15.5 to 29.16.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 29.15.5 to 29.16.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.15.5...v29.16.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.16.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 7947faf..392abaf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@vercel/ncc": "0.44.1", "eslint": "9.39.3", "eslint-plugin-github": "6.1.1", - "eslint-plugin-jest": "29.15.5", + "eslint-plugin-jest": "29.16.0", "globals": "17.8.0", "jest": "30.4.2", "jest-circus": "30.4.2", @@ -3894,9 +3894,9 @@ } }, "node_modules/eslint-plugin-jest": { - "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==", + "version": "29.16.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.16.0.tgz", + "integrity": "sha512-0WFBxDHlT2ratGQfnFQEVIsgQJ5cfd+0IV8Kc6U3X2onB8ATLG23voD2Ch5G9fCkEpCPmCMuzW0tbS0kYb8biw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e8466d6..371f20b 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@vercel/ncc": "0.44.1", "eslint": "9.39.3", "eslint-plugin-github": "6.1.1", - "eslint-plugin-jest": "29.15.5", + "eslint-plugin-jest": "29.16.0", "globals": "17.8.0", "jest": "30.4.2", "jest-circus": "30.4.2",