From 4fdb1f242197e1f41cd365ef031a6c3b03d289d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 21:18:14 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-jest from 29.2.0 to 29.2.1 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 29.2.0 to 29.2.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.2.0...v29.2.1) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.2.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 48e5af29..6bdb4eeb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "eslint": "^9.39.1", "eslint-plugin-anti-trojan-source": "^1.1.2", "eslint-plugin-github": "^5.1.8", - "eslint-plugin-jest": "^29.2.0", + "eslint-plugin-jest": "^29.2.1", "eslint-plugin-prettier": "^5.5.4", "globals": "^16.5.0", "jest": "^30.2.0", @@ -4594,9 +4594,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "29.2.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.2.0.tgz", - "integrity": "sha512-IeRNZN5FTRfWwxPuUlAeShUisPVHTQ+xqHRswxiiRjdH8o44xrwp2eluPjPWEwEE3UeLcsgihAB40ZOrzbudAg==", + "version": "29.2.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.2.1.tgz", + "integrity": "sha512-0WLIezrIxitUGbjMIGwznVzSIp0uFJV0PZ2fiSvpyVcxe+QMXKUt7MRhUpzdbctnnLwiOTOFkACplgB0wAglFw==", "dev": true, "dependencies": { "@typescript-eslint/utils": "^8.0.0" @@ -12875,9 +12875,9 @@ } }, "eslint-plugin-jest": { - "version": "29.2.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.2.0.tgz", - "integrity": "sha512-IeRNZN5FTRfWwxPuUlAeShUisPVHTQ+xqHRswxiiRjdH8o44xrwp2eluPjPWEwEE3UeLcsgihAB40ZOrzbudAg==", + "version": "29.2.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.2.1.tgz", + "integrity": "sha512-0WLIezrIxitUGbjMIGwznVzSIp0uFJV0PZ2fiSvpyVcxe+QMXKUt7MRhUpzdbctnnLwiOTOFkACplgB0wAglFw==", "dev": true, "requires": { "@typescript-eslint/utils": "^8.0.0" diff --git a/package.json b/package.json index d3b16ce3..db72740e 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "eslint": "^9.39.1", "eslint-plugin-anti-trojan-source": "^1.1.2", "eslint-plugin-github": "^5.1.8", - "eslint-plugin-jest": "^29.2.0", + "eslint-plugin-jest": "^29.2.1", "eslint-plugin-prettier": "^5.5.4", "globals": "^16.5.0", "jest": "^30.2.0",