From 1c7e222cdd1744b779f796145f2df46a08626b80 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 30 Mar 2021 07:05:14 +0000 Subject: [PATCH] build(deps-dev): bump husky from 5.1.3 to 6.0.0 Bumps [husky](https://github.com/typicode/husky) from 5.1.3 to 6.0.0. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v5.1.3...v6.0.0) Signed-off-by: dependabot-preview[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 04b911e..1393237 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1493,9 +1493,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": "6.0.0", + "resolved": "https://registry.npmjs.org/husky/-/husky-6.0.0.tgz", + "integrity": "sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ==", "dev": true }, "import-fresh": { diff --git a/package.json b/package.json index 6e11eab..5eff9f7 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "autoprefixer": "^10.2.1", "cssnano": "^4.1.10", "fs-extra": "^9.0.1", - "husky": "^5.0.6", + "husky": "^6.0.0", "pinst": "^2.1.1", "postcss": "^8.2.4", "postcss-import": "^14.0.0",