From e6e077736c5c92d3825e0f7ef33da778e131c7ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Mar 2021 10:15:46 +0100 Subject: [PATCH] Bump husky from 5.2.0 to 6.0.0 (#6877) Bumps [husky](https://github.com/typicode/husky) from 5.2.0 to 6.0.0. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v5.2.0...v6.0.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 0d3f386085..b76aced0c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13719,9 +13719,9 @@ } }, "husky": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/husky/-/husky-5.2.0.tgz", - "integrity": "sha512-AM8T/auHXRBxlrfPVLKP6jt49GCM2Zz47m8G3FOMsLmTv8Dj/fKVWE0Rh2d4Qrvmy131xEsdQnb3OXRib67PGg==", + "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 af3ce081f0..68503566b0 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "github-api": "^3.4.0", "graphql": "^15.4.0", "graphql-request": "^3.1.0", - "husky": "^5.2.0", + "husky": "^6.0.0", "jasmine-ajax": "4.0.0", "jasmine-core": "~2.8.0", "jasmine-reporters": "^2.3.2",