From 0656093924cae379184ff77d5bc2d8188e238af1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 09:16:25 +0000 Subject: [PATCH] chore(deps-dev): Bump eslint-plugin-jest from 27.6.0 to 27.8.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.6.0 to 27.8.0. - [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/v27.6.0...v27.8.0) --- 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 | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8a9b1c1..01ee9a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@types/semver": "^7.5.5", "eslint": "^8.53.0", "eslint-plugin-github": "^4.10.1", - "eslint-plugin-jest": "^27.6.0", + "eslint-plugin-jest": "^27.8.0", "jest": "^29.7.0", "jest-junit": "^16.0.0", "js-yaml": "^4.1.0", @@ -3698,9 +3698,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "27.6.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.6.0.tgz", - "integrity": "sha512-MTlusnnDMChbElsszJvrwD1dN3x6nZl//s4JD23BxB6MgR66TZlL064su24xEIS3VACfAoHV1vgyMgPw8nkdng==", + "version": "27.8.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.8.0.tgz", + "integrity": "sha512-347hVFiu4ZKMYl5xFp0X81gLNwBdno0dl0CMpUMjwuAux9X/M2a7z+ab2VHmPL6XCT87q8nv1vaVzhIO4TE/hw==", "dev": true, "dependencies": { "@typescript-eslint/utils": "^5.10.0" @@ -3709,7 +3709,7 @@ "node": "^14.15.0 || ^16.10.0 || >=18.0.0" }, "peerDependencies": { - "@typescript-eslint/eslint-plugin": "^5.0.0 || ^6.0.0", + "@typescript-eslint/eslint-plugin": "^5.0.0 || ^6.0.0 || ^7.0.0", "eslint": "^7.0.0 || ^8.0.0", "jest": "*" }, diff --git a/package.json b/package.json index aa1da7c..f92ed1c 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@types/semver": "^7.5.5", "eslint": "^8.53.0", "eslint-plugin-github": "^4.10.1", - "eslint-plugin-jest": "^27.6.0", + "eslint-plugin-jest": "^27.8.0", "jest": "^29.7.0", "jest-junit": "^16.0.0", "js-yaml": "^4.1.0",