From aa45b02784df8660d9e0610cf8a605558ed9a52e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 04:29:27 +0000 Subject: [PATCH] chore(deps-dev): bump the linting-dx-tools group across 1 directory with 2 updates Bumps the linting-dx-tools group with 2 updates in the / directory: [husky](https://github.com/typicode/husky) and [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest). Updates `husky` from 9.1.6 to 9.1.7 - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.1.6...v9.1.7) Updates `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: husky dependency-type: direct:development update-type: version-update:semver-patch dependency-group: linting-dx-tools - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: linting-dx-tools ... Signed-off-by: dependabot[bot] --- lib/package.json | 2 +- package-lock.json | 16 ++++++++-------- package.json | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/lib/package.json b/lib/package.json index 7b78961..fc90eeb 100644 --- a/lib/package.json +++ b/lib/package.json @@ -39,7 +39,7 @@ "babel-jest": "^29.7.0", "cypress": "^13.15.1", "eslint-plugin-cypress": "^2.15.2", - "eslint-plugin-jest": "^28.8.3", + "eslint-plugin-jest": "^28.9.0", "jest": "^29.7.0", "typescript": "^4.9.5", "vite": "^5.4.10", diff --git a/package-lock.json b/package-lock.json index 26c711c..34d9e28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-vue": "^9.9.0", - "husky": "^9.1.6", + "husky": "^9.1.7", "lint-staged": "^15.2.10", "prettier": "^3.3.3" } @@ -43,7 +43,7 @@ "babel-jest": "^29.7.0", "cypress": "^13.15.1", "eslint-plugin-cypress": "^2.15.2", - "eslint-plugin-jest": "^28.8.3", + "eslint-plugin-jest": "^28.9.0", "jest": "^29.7.0", "typescript": "^4.9.5", "vite": "^5.4.10", @@ -6180,9 +6180,9 @@ } }, "node_modules/eslint-plugin-jest": { - "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==", + "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, "dependencies": { "@typescript-eslint/utils": "^6.0.0 || ^7.0.0 || ^8.0.0" @@ -7004,9 +7004,9 @@ } }, "node_modules/husky": { - "version": "9.1.6", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.6.tgz", - "integrity": "sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==", + "version": "9.1.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz", + "integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==", "dev": true, "bin": { "husky": "bin.js" diff --git a/package.json b/package.json index 7705b88..afa7da5 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-vue": "^9.9.0", - "husky": "^9.1.6", + "husky": "^9.1.7", "lint-staged": "^15.2.10", "prettier": "^3.3.3" },