diff --git a/package-lock.json b/package-lock.json index 92d8bb8..e4df7c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "clinton": "^0.14.0", "conventional-changelog-cli": "^2.1.1", "highlight.js": "^11.6.0", - "husky": "^5.1.3", + "husky": "^8.0.3", "lint-staged": "^10.5.4", "markdown-it-anchor": "^8.6.5", "markdown-it-include": "^2.0.0", @@ -8092,25 +8092,18 @@ } }, "node_modules/husky": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/husky/-/husky-5.2.0.tgz", - "integrity": "sha512-AM8T/auHXRBxlrfPVLKP6jt49GCM2Zz47m8G3FOMsLmTv8Dj/fKVWE0Rh2d4Qrvmy131xEsdQnb3OXRib67PGg==", + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", + "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/typicode" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/husky" - } - ], "bin": { "husky": "lib/bin.js" }, "engines": { - "node": ">= 10" + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/typicode" } }, "node_modules/ieee754": { @@ -22671,9 +22664,9 @@ "dev": true }, "husky": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/husky/-/husky-5.2.0.tgz", - "integrity": "sha512-AM8T/auHXRBxlrfPVLKP6jt49GCM2Zz47m8G3FOMsLmTv8Dj/fKVWE0Rh2d4Qrvmy131xEsdQnb3OXRib67PGg==", + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", + "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", "dev": true }, "ieee754": { diff --git a/package.json b/package.json index 6d9d106..d8b813f 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "clinton": "^0.14.0", "conventional-changelog-cli": "^2.1.1", "highlight.js": "^11.6.0", - "husky": "^5.1.3", + "husky": "^8.0.3", "lint-staged": "^10.5.4", "markdown-it-anchor": "^8.6.5", "markdown-it-include": "^2.0.0",