From f383a4804f1a12fb1e87c706c6582e78522061c5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 02:43:08 +0000 Subject: [PATCH] Bump husky from 5.1.0 to 6.0.0 Bumps [husky](https://github.com/typicode/husky) from 5.1.0 to 6.0.0. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v5.1.0...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 c382046..d598c05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10337,9 +10337,9 @@ "dev": true }, "husky": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/husky/-/husky-5.1.0.tgz", - "integrity": "sha512-Os0EY2haOO+59YZSwMiUDsHY43RFwBVIRStHcnnT8/kvA+sFfaA/YS4uLFRiymXYgQl6E6TQTt3y4v/Z2ctEtw==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/husky/-/husky-6.0.0.tgz", + "integrity": "sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ==", "dev": true }, "iconv-lite": { diff --git a/package.json b/package.json index 68e1912..f141fbf 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "dotenv": "^8.2.0", "esm": "^3.2.25", "graphql-tag": "^2.10.3", - "husky": "^5.0.9", + "husky": "^6.0.0", "nodemon": "^2.0.4", "nyc": "^15.0.1", "prettier": "^2.0.5",