From fe6c01a11827696e9714c9d8e233efdd96fb331c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Oct 2021 20:51:34 +0000 Subject: [PATCH] chore(deps-dev): bump husky from 7.0.0 to 7.0.2 Bumps [husky](https://github.com/typicode/husky) from 7.0.0 to 7.0.2. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v7.0.0...v7.0.2) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[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 922a734..8979d20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6769,9 +6769,9 @@ "dev": true }, "husky": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/husky/-/husky-7.0.0.tgz", - "integrity": "sha512-xK7lO0EtSzfFPiw+oQncQVy/XqV7UVVjxBByc+Iv5iK3yhW9boDoWgvZy3OGo48QKg/hUtZkzz0hi2HXa0kn7w==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/husky/-/husky-7.0.2.tgz", + "integrity": "sha512-8yKEWNX4z2YsofXAMT7KvA1g8p+GxtB1ffV8XtpAEGuXNAbCV5wdNKH+qTpw8SM9fh4aMPDR+yQuKfgnreyZlg==", "dev": true }, "iconv-lite": { diff --git a/package.json b/package.json index 6752848..c17b2a5 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@vuepress/plugin-back-to-top": "^1.8.2", "@vuepress/plugin-html-redirect": "^0.1.4", "@vuepress/plugin-last-updated": "^1.8.2", - "husky": "^7.0.0", + "husky": "^7.0.2", "lint-staged": "^11.0.0", "markdown-it-deflist": "^2.1.0", "markdown-it-footnote": "^3.0.3",