From 25d8e614f6260727ecf32cdbe57da73a0e4323f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 23:09:55 +0000 Subject: [PATCH] Bump husky from 5.1.3 to 8.0.1 Bumps [husky](https://github.com/typicode/husky) from 5.1.3 to 8.0.1. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v5.1.3...v8.0.1) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7c6873b..3281e54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4590,9 +4590,9 @@ "dev": true }, "husky": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/husky/-/husky-5.1.3.tgz", - "integrity": "sha512-fbNJ+Gz5wx2LIBtMweJNY1D7Uc8p1XERi5KNRMccwfQA+rXlxWNSdUxswo0gT8XqxywTIw7Ywm/F4v/O35RdMg==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.1.tgz", + "integrity": "sha512-xs7/chUH/CKdOCs7Zy0Aev9e/dKOMZf3K1Az1nar3tzlv0jfqnYtu235bstsWTmXOR0EfINrPa97yy4Lz6RiKw==", "dev": true }, "iconv-lite": { diff --git a/package.json b/package.json index b560386..d892d65 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@vercel/ncc": "^0.27.0", "babel-jest": "^26.6.3", "eslint": "^7.22.0", - "husky": "^5.1.3", + "husky": "^8.0.1", "isomorphic-fetch": "^3.0.0", "jest": "^26.6.3", "jsdom": "^16.5.1",