From 2f266aba298f386468ced8c339536efd7c0ff516 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 00:08:05 +0000 Subject: [PATCH] :arrow_up: npm(deps-dev): Bump eslint-plugin-jest from 28.5.0 to 28.8.2 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 28.5.0 to 28.8.2. - [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/v28.5.0...v28.8.2) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0c733a8..2537e45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@vercel/ncc": "^0.38.1", "eslint": "^8.53.0", "eslint-plugin-github": "^4.10.1", - "eslint-plugin-jest": "^28.5.0", + "eslint-plugin-jest": "^28.8.2", "eslint-plugin-prettier": "^5.0.1", "jest": "^29.7.0", "jest-junit": "^16.0.0", @@ -3707,18 +3707,18 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "28.5.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.5.0.tgz", - "integrity": "sha512-6np6DGdmNq/eBbA7HOUNV8fkfL86PYwBfwyb8n23FXgJNTR8+ot3smRHjza9LGsBBZRypK3qyF79vMjohIL8eQ==", + "version": "28.8.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.8.2.tgz", + "integrity": "sha512-mC3OyklHmS5i7wYU1rGId9EnxRI8TVlnFG56AE+8U9iRy6zwaNygZR+DsdZuCL0gRG0wVeyzq+uWcPt6yJrrMA==", "dev": true, "dependencies": { - "@typescript-eslint/utils": "^6.0.0 || ^7.0.0" + "@typescript-eslint/utils": "^6.0.0 || ^7.0.0 || ^8.0.0" }, "engines": { "node": "^16.10.0 || ^18.12.0 || >=20.0.0" }, "peerDependencies": { - "@typescript-eslint/eslint-plugin": "^6.0.0 || ^7.0.0", + "@typescript-eslint/eslint-plugin": "^6.0.0 || ^7.0.0 || ^8.0.0", "eslint": "^7.0.0 || ^8.0.0 || ^9.0.0", "jest": "*" }, diff --git a/package.json b/package.json index 7c3daf4..f34e7a1 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@vercel/ncc": "^0.38.1", "eslint": "^8.53.0", "eslint-plugin-github": "^4.10.1", - "eslint-plugin-jest": "^28.5.0", + "eslint-plugin-jest": "^28.8.2", "eslint-plugin-prettier": "^5.0.1", "jest": "^29.7.0", "jest-junit": "^16.0.0",