diff --git a/package-lock.json b/package-lock.json index 26e1791..012c5dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "conventional-changelog-conventionalcommits": "^7.0.2", "eslint": "^7.25.0", "eslint-plugin-node": "^11.1.0", - "husky": "^6.0.0", + "husky": "^8.0.3", "semantic-release": "^22.0.5", "semantic-release-pypi": "^3.0.0-beta.2", "ts-node": "^10.2.1", @@ -2926,13 +2926,16 @@ } }, "node_modules/husky": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/husky/-/husky-6.0.0.tgz", - "integrity": "sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ==", + "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": ">=14" + }, "funding": { "url": "https://github.com/sponsors/typicode" } diff --git a/package.json b/package.json index 3115609..fce4ec2 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "conventional-changelog-conventionalcommits": "^7.0.2", "eslint": "^7.25.0", "eslint-plugin-node": "^11.1.0", - "husky": "^6.0.0", + "husky": "^8.0.3", "semantic-release": "^22.0.5", "semantic-release-pypi": "^3.0.0-beta.2", "ts-node": "^10.2.1",