From b297d9ed065f6a2b5dd59a1caaf079b8318b5ef1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 01:00:30 +0000 Subject: [PATCH] devDependencies: bump husky from 8.0.2 to 8.0.3 Bumps [husky](https://github.com/typicode/husky) from 8.0.2 to 8.0.3. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v8.0.2...v8.0.3) --- updated-dependencies: - dependency-name: husky 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 10d53b1..93ab320 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@types/mocha": "^10.0.1", "c8": "^7.12.0", "eslint-config-binden-ts": "^1.0.2", - "husky": "^8.0.2", + "husky": "^8.0.3", "lint-staged": "^13.1.0", "mocha": "^10.2.0", "prettier": "^2.8.1", @@ -3298,9 +3298,9 @@ } }, "node_modules/husky": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.2.tgz", - "integrity": "sha512-Tkv80jtvbnkK3mYWxPZePGFpQ/tT3HNSs/sasF9P2YfkMezDl3ON37YN6jUUI4eTg5LcyVynlb6r4eyvOmspvg==", + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", + "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", "dev": true, "bin": { "husky": "lib/bin.js" diff --git a/package.json b/package.json index 04f1918..e7d247b 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@types/mocha": "^10.0.1", "c8": "^7.12.0", "eslint-config-binden-ts": "^1.0.2", - "husky": "^8.0.2", + "husky": "^8.0.3", "lint-staged": "^13.1.0", "mocha": "^10.2.0", "prettier": "^2.8.1",