From 5dd34d08615369d2e5148a8a077bde9b386b71e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 03:42:43 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest from 29.16.0 to 29.16.1 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 29.16.0 to 29.16.1. - [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.1) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.16.1 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 6cf18f9a..81595340 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@vercel/ncc": "^0.44.0", "eslint": "^10.7.0", "eslint-config-prettier": "^10.1.8", - "eslint-plugin-jest": "^29.15.4", + "eslint-plugin-jest": "^29.16.1", "eslint-plugin-n": "^18.2.2", "globals": "^17.9.0", "husky": "^9.1.7", @@ -3123,9 +3123,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.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.16.1.tgz", + "integrity": "sha512-tfxOIsjzaBud+f74aLbBMRcnrztt5eCIgnAdeoGdnzMAQ4IdAa/s/p8Ls55mk9MC79N3j2jbv4Qetz6Hclbcfw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 26be2e0e..bbc9c9c3 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@vercel/ncc": "^0.44.0", "eslint": "^10.7.0", "eslint-config-prettier": "^10.1.8", - "eslint-plugin-jest": "^29.15.4", + "eslint-plugin-jest": "^29.16.1", "eslint-plugin-n": "^18.2.2", "globals": "^17.9.0", "husky": "^9.1.7",