From 94d48abcb38e2ee18ebb2fd72ba7374ec6739a92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 16:39:39 +0000 Subject: [PATCH] Bump eslint-plugin-jest from 28.8.3 to 28.9.0 in /client Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 28.8.3 to 28.9.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.8.3...v28.9.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 7 ++++--- client/package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 1fb9099a..63abc471 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -76,7 +76,7 @@ "babel-jest": "^29.7.0", "cross-env": "^7.0.3", "eslint": "^8.57.0", - "eslint-plugin-jest": "^28.8.3", + "eslint-plugin-jest": "^28.9.0", "eslint-plugin-react": "^7.37.2", "eslint-plugin-react-hooks": "^5.0.0", "jest": "^29.7.0", @@ -25514,9 +25514,10 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "28.8.3", + "version": "28.9.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.9.0.tgz", + "integrity": "sha512-rLu1s1Wf96TgUUxSw6loVIkNtUjq1Re7A9QdCCHSohnvXEBAjuL420h0T/fMmkQlNsQP2GhQzEUpYHPfxBkvYQ==", "dev": true, - "license": "MIT", "dependencies": { "@typescript-eslint/utils": "^6.0.0 || ^7.0.0 || ^8.0.0" }, diff --git a/client/package.json b/client/package.json index 7d966a71..8d73845c 100644 --- a/client/package.json +++ b/client/package.json @@ -111,7 +111,7 @@ "babel-jest": "^29.7.0", "cross-env": "^7.0.3", "eslint": "^8.57.0", - "eslint-plugin-jest": "^28.8.3", + "eslint-plugin-jest": "^28.9.0", "eslint-plugin-react": "^7.37.2", "eslint-plugin-react-hooks": "^5.0.0", "jest": "^29.7.0",