From c66560c694bff3f8345ccdf29120d0df64cce786 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 17:10:38 +0000 Subject: [PATCH] Bump husky from 8.0.1 to 8.0.3 Bumps [husky](https://github.com/typicode/husky) from 8.0.1 to 8.0.3. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v8.0.1...v8.0.3) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 1702c0a..4bae9cd 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@swc/core": "^1.3.4", "@types/node": "^18.8.1", "chokidar": "^3.5.3", - "husky": "^8.0.0", + "husky": "^8.0.3", "pinst": "^3.0.0", "ts-node": "^10.9.1", "typedoc": "^0.23.14", diff --git a/yarn.lock b/yarn.lock index 5fff475..3dceef0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1271,9 +1271,9 @@ human-signals@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0" -husky@^8.0.0: - version "8.0.1" - resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.1.tgz#511cb3e57de3e3190514ae49ed50f6bc3f50b3e9" +husky@^8.0.3: + version "8.0.3" + resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.3.tgz#4936d7212e46d1dea28fef29bb3a108872cd9184" ignore@^5.0.5, ignore@^5.1.1, ignore@^5.2.0: version "5.2.0"