From e4c6bf945ced161c5eee28fd5c270e8cc28efe7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 14:03:22 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest from 29.11.1 to 29.12.1 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 29.11.1 to 29.12.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.11.1...v29.12.1) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.12.1 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 e1d1bb5..6b14eef 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@typescript-eslint/parser": "5.62.0", "eslint": "8.57.1", "eslint-config-prettier": "10.1.8", - "eslint-plugin-jest": "29.11.1", + "eslint-plugin-jest": "29.12.1", "husky": "9.1.7", "jest": "30.2.0", "jest-extended": "7.0.0", diff --git a/yarn.lock b/yarn.lock index fc4a410..aabada8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1871,10 +1871,10 @@ eslint-config-prettier@10.1.8: resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.8.tgz#15734ce4af8c2778cc32f0b01b37b0b5cd1ecb97" integrity sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w== -eslint-plugin-jest@29.11.1: - version "29.11.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-29.11.1.tgz#eac1f35f0d1bf1c56bbc09f3260732ad7871993b" - integrity sha512-EP2+xBHm7yMRSprEAui15zTnXAobGVc/Ub50OW0o1oQum2iyidfsCmpzaxEZg8f1XPMcIZEVvomla31VUG6YeQ== +eslint-plugin-jest@29.12.1: + version "29.12.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-29.12.1.tgz#a0f78812f589796b09148a53a786866244185638" + integrity sha512-Rxo7r4jSANMBkXLICJKS0gjacgyopfNAsoS0e3R9AHnjoKuQOaaPfmsDJPi8UWwygI099OV/K/JhpYRVkxD4AA== dependencies: "@typescript-eslint/utils" "^8.0.0"