From 13144028f2b21a69902e4ee00fb17b757904bc09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 19:58:15 +0000 Subject: [PATCH] Bump eslint-plugin-jest from 29.16.1 to 29.16.6 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 29.16.1 to 29.16.6. - [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.6) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.16.6 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 83fd5ab..eff7f3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@vercel/ncc": "0.45.0", "eslint": "9.39.3", "eslint-plugin-github": "6.1.2", - "eslint-plugin-jest": "29.16.1", + "eslint-plugin-jest": "29.16.6", "globals": "17.12.0", "jest": "30.5.1", "jest-circus": "30.5.1", @@ -4348,9 +4348,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.6", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.16.6.tgz", + "integrity": "sha512-q8TVr0rlNvUD0XnafGWkwtPeX+tTl2llP86EDl3sJtwWrQA/JT9SIu2hLLZbhhX6fT5SDE4O0gIKyZUujKnkYA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 81b0a9d..79c37b4 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@vercel/ncc": "0.45.0", "eslint": "9.39.3", "eslint-plugin-github": "6.1.2", - "eslint-plugin-jest": "29.16.1", + "eslint-plugin-jest": "29.16.6", "globals": "17.12.0", "jest": "30.5.1", "jest-circus": "30.5.1",