From ba650a8e93166df8c526b4d45312adaee41ade4d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 04:50:19 +0000 Subject: [PATCH] Bump husky from 5.1.3 to 7.0.0 Bumps [husky](https://github.com/typicode/husky) from 5.1.3 to 7.0.0. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v5.1.3...v7.0.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 39f12b8..8d5cd30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11621,9 +11621,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": "7.0.0", + "resolved": "https://registry.npmjs.org/husky/-/husky-7.0.0.tgz", + "integrity": "sha512-xK7lO0EtSzfFPiw+oQncQVy/XqV7UVVjxBByc+Iv5iK3yhW9boDoWgvZy3OGo48QKg/hUtZkzz0hi2HXa0kn7w==" }, "iconv-lite": { "version": "0.4.19", diff --git a/package.json b/package.json index 21d17e4..5fb1cf2 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": "^7.0.0", "lodash": "^4.17.21", "lodash-webpack-plugin": "^0.11.6", "react": "^15.7.0", diff --git a/yarn.lock b/yarn.lock index ce32ac4..651186b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6682,9 +6682,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@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.0.tgz#3dbd5d28e76234689ee29bb41e048f28e3e46616" iconv-lite@0.4.15: version "0.4.15"