From 22a43d8478f4d48b21570b0676b379b6e6238eeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 18:31:32 +0000 Subject: [PATCH] chore(deps-dev): Bump eslint-plugin-jest from 29.0.0 to 29.0.1 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 29.0.0 to 29.0.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.0.0...v29.0.1) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.0.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3463c1e..3f1a810 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@vitest/coverage-v8": "^2.0.5", "esbuild": "^0.25.5", "eslint-plugin-github": "^4.4.0", - "eslint-plugin-jest": "^29.0.0", + "eslint-plugin-jest": "^29.0.1", "eslint": "^8.57.1", "husky": "^8.0.1", "lint-staged": "^16.1.2", diff --git a/yarn.lock b/yarn.lock index 288f712..12cb164 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1926,10 +1926,10 @@ eslint-plugin-import@^2.25.2: resolve "^1.22.0" tsconfig-paths "^3.14.1" -eslint-plugin-jest@^29.0.0: - version "29.0.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-29.0.0.tgz#8b5ad582b8429d3880dad74b7e2435b8962500a3" - integrity sha512-r7wZBErZ4LEJ9NPgePyCMIRWQY+XPgGnGJUcda9EhSEs3/PdxpVMj8LxBpQ8H4w9r9B6hiqHkaZmFDG5VM0ytA== +eslint-plugin-jest@^29.0.1: + version "29.0.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-29.0.1.tgz#0f72a81349409d20742208260c9a6cb9efed4df5" + integrity sha512-EE44T0OSMCeXhDrrdsbKAhprobKkPtJTbQz5yEktysNpHeDZTAL1SfDTNKmcFfJkY6yrQLtTKZALrD3j/Gpmiw== dependencies: "@typescript-eslint/utils" "^8.0.0"