From 8e2971519b77beeec05d7bd725fd0750a354e5f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 12:26:16 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest from 28.2.0 to 28.6.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 28.2.0 to 28.6.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/v28.2.0...v28.6.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 ff216a9..426f0f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@vercel/ncc": "^0.38.1", "eslint": "^8.55.0", "eslint-plugin-github": "^4.10.1", - "eslint-plugin-jest": "^28.2.0", + "eslint-plugin-jest": "^28.6.0", "jest": "^29.7.0", "jest-circus": "^29.5.0", "js-yaml": "^4.1.0", @@ -3323,12 +3323,12 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "28.2.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.2.0.tgz", - "integrity": "sha512-yRDti/a+f+SMSmNTiT9/M/MzXGkitl8CfzUxnpoQcTyfq8gUrXMriVcWU36W1X6BZSUoyUCJrDAWWUA2N4hE5g==", + "version": "28.6.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.6.0.tgz", + "integrity": "sha512-YG28E1/MIKwnz+e2H7VwYPzHUYU4aMa19w0yGcwXnnmJH6EfgHahTJ2un3IyraUxNfnz/KUhJAFXNNwWPo12tg==", "dev": true, "dependencies": { - "@typescript-eslint/utils": "^6.0.0" + "@typescript-eslint/utils": "^6.0.0 || ^7.0.0" }, "engines": { "node": "^16.10.0 || ^18.12.0 || >=20.0.0" diff --git a/package.json b/package.json index 7da041a..2e289ed 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@vercel/ncc": "^0.38.1", "eslint": "^8.55.0", "eslint-plugin-github": "^4.10.1", - "eslint-plugin-jest": "^28.2.0", + "eslint-plugin-jest": "^28.6.0", "jest": "^29.7.0", "jest-circus": "^29.5.0", "js-yaml": "^4.1.0",