From 961c3b06563a415e189149efb69fe3d9a5b962d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 20:03:24 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest from 29.15.2 to 29.15.4 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 29.15.2 to 29.15.4. - [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.15.2...v29.15.4) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.15.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e2bab7f..f0fab67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,13 +22,16 @@ "esbuild": "^0.28.1", "eslint": "^9.39.2", "eslint-plugin-github": "^6.0.0", - "eslint-plugin-jest": "^29.15.1", + "eslint-plugin-jest": "^29.15.4", "eslint-plugin-prettier": "^5.5.6", "jest": "^30.4.2", "js-yaml": "^5.2.0", "prettier": "^3.8.4", "ts-jest": "^29.4.11", "typescript": "^6.0.3" + }, + "engines": { + "node": ">=24" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -4727,9 +4730,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "29.15.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.15.2.tgz", - "integrity": "sha512-kEN4r9RZl1xcsb4arGq89LrcVdOUFII/JSCwtTPJyv16mDwmPrcuEQwpxqZHeINvcsd7oK5O/rhdGlxFRaZwvQ==", + "version": "29.15.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.15.4.tgz", + "integrity": "sha512-6ln5i9Nkrb27X4w91ZPt/xHDsVQnvxTS2ntgq6r32u+8gymdUrp88TdcBXSveZW0Dl+M5v2H6K75kJhMvUGhjg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 2c90c5f..fefc8d5 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "esbuild": "^0.28.1", "eslint": "^9.39.2", "eslint-plugin-github": "^6.0.0", - "eslint-plugin-jest": "^29.15.1", + "eslint-plugin-jest": "^29.15.4", "eslint-plugin-prettier": "^5.5.6", "jest": "^30.4.2", "js-yaml": "^5.2.0",