From a1d3451451fc98d3ac75b3a83222ea0f7ec3cf83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 16:47:27 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-jest from 28.8.1 to 28.8.3 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 28.8.1 to 28.8.3. - [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.1...v28.8.3) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index af0eb491..6dcf968b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "eslint": "^8.57.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jasmine": "^4.2.2", - "eslint-plugin-jest": "^28.8.1", + "eslint-plugin-jest": "^28.8.3", "husky": "^9.1.6", "lint-staged": "^15.2.10", "prettier": "^3.3.3", @@ -11726,9 +11726,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "28.8.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.8.1.tgz", - "integrity": "sha512-G46XMyYu6PtSNJUkQ0hsPjzXYpzq/O4vpCciMizTKRJG8kNsRreGoMRDG6H9FIB/xVgfFuclVnuX4XRvFUzrZQ==", + "version": "28.8.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.8.3.tgz", + "integrity": "sha512-HIQ3t9hASLKm2IhIOqnu+ifw7uLZkIlR7RYNv7fMcEi/p0CIiJmfriStQS2LDkgtY4nyLbIZAD+JL347Yc2ETQ==", "dev": true, "dependencies": { "@typescript-eslint/utils": "^6.0.0 || ^7.0.0 || ^8.0.0" diff --git a/package.json b/package.json index 2d39eb3b..68cc86cd 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "eslint": "^8.57.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jasmine": "^4.2.2", - "eslint-plugin-jest": "^28.8.1", + "eslint-plugin-jest": "^28.8.3", "husky": "^9.1.6", "lint-staged": "^15.2.10", "prettier": "^3.3.3",