diff --git a/package-lock.json b/package-lock.json index f816afe..9ccec67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,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": "^8.0.3", "lint-staged": "^11.0.0", "markdown-it-deflist": "^2.1.0", "markdown-it-footnote": "^3.0.3", @@ -9492,15 +9492,15 @@ } }, "node_modules/husky": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/husky/-/husky-7.0.4.tgz", - "integrity": "sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==", + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", + "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", "dev": true, "bin": { "husky": "lib/bin.js" }, "engines": { - "node": ">=12" + "node": ">=14" }, "funding": { "url": "https://github.com/sponsors/typicode" @@ -27159,9 +27159,9 @@ "dev": true }, "husky": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/husky/-/husky-7.0.4.tgz", - "integrity": "sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==", + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", + "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", "dev": true }, "iconv-lite": { diff --git a/package.json b/package.json index 4af94df..0421449 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": "^8.0.3", "lint-staged": "^11.0.0", "markdown-it-deflist": "^2.1.0", "markdown-it-footnote": "^3.0.3",