From 71c89f91dce3d43f39169064d5d60d97d085359f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 21:38:33 +0000 Subject: [PATCH] Bump eslint-plugin-jest from 29.15.2 to 29.16.1 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 29.15.2 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.15.2...v29.16.1) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.15.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5b78f334..1a145931 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@vercel/ncc": "^0.44.0", "eslint": "^10.5.0", "eslint-config-prettier": "^10.0.0", - "eslint-plugin-jest": "^29.15.2", + "eslint-plugin-jest": "^29.16.1", "eslint-plugin-n": "^18.1.0", "globals": "^17.7.0", "jest": "^30.4.2", @@ -3221,9 +3221,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "29.15.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.15.2.tgz", - "integrity": "sha512-kEN4r9RZl1xcsb4arGq89LrcVdOUFII/JSCwtTPJyv16mDwmPrcuEQwpxqZHeINvcsd7oK5O/rhdGlxFRaZwvQ==", + "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": { @@ -3236,7 +3236,7 @@ "@typescript-eslint/eslint-plugin": "^8.0.0", "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", "jest": "*", - "typescript": ">=4.8.4 <7.0.0" + "typescript": ">=4.8.4 <8.0.0" }, "peerDependenciesMeta": { "@typescript-eslint/eslint-plugin": { diff --git a/package.json b/package.json index fc85e30e..585ddd38 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@vercel/ncc": "^0.44.0", "eslint": "^10.5.0", "eslint-config-prettier": "^10.0.0", - "eslint-plugin-jest": "^29.15.2", + "eslint-plugin-jest": "^29.16.1", "eslint-plugin-n": "^18.1.0", "globals": "^17.7.0", "jest": "^30.4.2",