From fce717227125a2cec8201070b4fc317e80281bdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 21:07:28 +0000 Subject: [PATCH] chore(deps-dev): bump husky from 7.0.0 to 7.0.1 Bumps [husky](https://github.com/typicode/husky) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 52a3d54..a4272d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,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.1", "lint-staged": "^11.0.0", "markdown-it-deflist": "^2.1.0", "markdown-it-footnote": "^3.0.3", @@ -7760,9 +7760,9 @@ } }, "node_modules/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.1", + "resolved": "https://registry.npmjs.org/husky/-/husky-7.0.1.tgz", + "integrity": "sha512-gceRaITVZ+cJH9sNHqx5tFwbzlLCVxtVZcusME8JYQ8Edy5mpGDOqD8QBCdMhpyo9a+JXddnujQ4rpY2Ff9SJA==", "dev": true, "bin": { "husky": "lib/bin.js" @@ -24197,9 +24197,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.1", + "resolved": "https://registry.npmjs.org/husky/-/husky-7.0.1.tgz", + "integrity": "sha512-gceRaITVZ+cJH9sNHqx5tFwbzlLCVxtVZcusME8JYQ8Edy5mpGDOqD8QBCdMhpyo9a+JXddnujQ4rpY2Ff9SJA==", "dev": true }, "iconv-lite": { diff --git a/package.json b/package.json index 6752848..fb31a82 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.1", "lint-staged": "^11.0.0", "markdown-it-deflist": "^2.1.0", "markdown-it-footnote": "^3.0.3",