From 98e0fa9231130ec4a8f92152c4c45e02a3582537 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 05:03:06 +0000 Subject: [PATCH] Bump husky from 5.1.3 to 5.2.0 Bumps [husky](https://github.com/typicode/husky) from 5.1.3 to 5.2.0. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v5.1.3...v5.2.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- yarn.lock | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index ed35fd8..6781869 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11483,9 +11483,9 @@ } }, "husky": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/husky/-/husky-5.1.3.tgz", - "integrity": "sha512-fbNJ+Gz5wx2LIBtMweJNY1D7Uc8p1XERi5KNRMccwfQA+rXlxWNSdUxswo0gT8XqxywTIw7Ywm/F4v/O35RdMg==" + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/husky/-/husky-5.2.0.tgz", + "integrity": "sha512-AM8T/auHXRBxlrfPVLKP6jt49GCM2Zz47m8G3FOMsLmTv8Dj/fKVWE0Rh2d4Qrvmy131xEsdQnb3OXRib67PGg==" }, "iconv-lite": { "version": "0.4.19", diff --git a/package.json b/package.json index 86e1d02..3cd5457 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "gatsby-remark-responsive-iframe": "^1.4.20", "gatsby-source-filesystem": "^1.5.39", "gatsby-transformer-remark": "^1.7.44", - "husky": "^5.1.3", + "husky": "^5.2.0", "lodash": "^4.17.21", "lodash-webpack-plugin": "^0.11.6", "react": "^15.7.0", diff --git a/yarn.lock b/yarn.lock index 4c2b373..94730c2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6650,9 +6650,9 @@ humanize-url@^1.0.0: normalize-url "^1.0.0" strip-url-auth "^1.0.0" -husky@^5.1.3: - version "5.1.3" - resolved "https://registry.yarnpkg.com/husky/-/husky-5.1.3.tgz#1a0645a4fe3ffc006c4d0d8bd0bcb4c98787cc9d" +husky@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/husky/-/husky-5.2.0.tgz#fc5e1c2300d34855d47de4753607d00943fc0802" iconv-lite@0.4.15: version "0.4.15"