From 8404c5ee491a762f4fd8f3ce9ac930497f71256d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Dec 2025 00:02:04 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest from 29.0.1 to 29.11.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 29.0.1 to 29.11.0. - [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.1...v29.11.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.11.0 dependency-type: direct:development update-type: version-update:semver-minor ... 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 c25d527..03828c6 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@babel/preset-env": "^7.28.0", "babel-jest": "^30.0.5", "eslint": "^8.57.1", - "eslint-plugin-jest": "^29.0.1", + "eslint-plugin-jest": "^29.11.0", "jest": "^30.0.5", "node-fetch": "^2", "nodemon": "^3.1.10" diff --git a/yarn.lock b/yarn.lock index e9c7e81..66644f2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2529,10 +2529,10 @@ escodegen@^2.1.0: optionalDependencies: source-map "~0.6.1" -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== +eslint-plugin-jest@^29.11.0: + version "29.11.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-29.11.0.tgz#299de6ed64f6647e664e464085725fd534328fdc" + integrity sha512-ay2MPUfHhwXyv+FbPxRWiEq3HNNsg4uMt/eBGlsfGHkM0891f0lcr0WrtID+TMyg17unAnNrnySD5LwirlA8EQ== dependencies: "@typescript-eslint/utils" "^8.0.0"