From 4bbb0f2e7b338583a4c604642a0e453b344f4b3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 04:45:45 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest in the all-npm group Bumps the all-npm group with 1 update: [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest). Updates `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 dependency-group: all-npm ... 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 c0cb4af..96f5c47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@typescript-eslint/eslint-plugin": "^8.67.0", "eslint": "^10.8.1", "eslint-config-prettier": "^10.1.8", - "eslint-plugin-jest": "^29.16.0", + "eslint-plugin-jest": "^29.16.1", "eslint-plugin-prettier": "^5.5.6", "jest": "^30.4.2", "prettier": "^3.9.6", @@ -6753,9 +6753,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 ea3a3b3..b554e95 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@typescript-eslint/eslint-plugin": "^8.67.0", "eslint": "^10.8.1", "eslint-config-prettier": "^10.1.8", - "eslint-plugin-jest": "^29.16.0", + "eslint-plugin-jest": "^29.16.1", "eslint-plugin-prettier": "^5.5.6", "jest": "^30.4.2", "prettier": "^3.9.6",