From b31a7864a810dcb87ad44b09d034d1febc92910b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 04:25:56 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-jest in the npm-development group Bumps the npm-development group with 1 update: [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest). Updates `eslint-plugin-jest` from 29.11.0 to 29.11.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.0...v29.11.1) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.11.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development ... 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 8fa6418..b708956 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "eslint-config-prettier": "^10.1.8", "eslint-import-resolver-typescript": "^4.4.4", "eslint-plugin-import": "^2.32.0", - "eslint-plugin-jest": "^29.2.1", + "eslint-plugin-jest": "^29.11.1", "eslint-plugin-prettier": "^5.5.4", "jest": "^30.2.0", "js-yaml": "^4.1.1", @@ -6570,9 +6570,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "29.11.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.11.0.tgz", - "integrity": "sha512-ay2MPUfHhwXyv+FbPxRWiEq3HNNsg4uMt/eBGlsfGHkM0891f0lcr0WrtID+TMyg17unAnNrnySD5LwirlA8EQ==", + "version": "29.11.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.11.1.tgz", + "integrity": "sha512-EP2+xBHm7yMRSprEAui15zTnXAobGVc/Ub50OW0o1oQum2iyidfsCmpzaxEZg8f1XPMcIZEVvomla31VUG6YeQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 9c1a383..5747481 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "eslint-config-prettier": "^10.1.8", "eslint-import-resolver-typescript": "^4.4.4", "eslint-plugin-import": "^2.32.0", - "eslint-plugin-jest": "^29.2.1", + "eslint-plugin-jest": "^29.11.1", "eslint-plugin-prettier": "^5.5.4", "jest": "^30.2.0", "js-yaml": "^4.1.1",