diff --git a/package-lock.json b/package-lock.json index 4b4c935..bc5b241 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,8 +23,8 @@ "eslint-plugin-promise": "^6.1.0", "eslint-plugin-standard": "^5.0.0", "faucet": "^0.0.3", - "husky": "^8.0.3", - "nyc": "^17.0.0", + "husky": "^9.1.0", + "nyc": "~17.0.0", "opener": "1.5.2", "serve": "^14.2.0", "stream-browserify": "^3.0.0", @@ -5983,15 +5983,16 @@ } }, "node_modules/husky": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", - "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.0.tgz", + "integrity": "sha512-8XCjbomYTGdNF2h50dio3T3zghmZ9f/ZNzr99YwSkvDdhEjJGs5qzy8tbFx+SG8yCx2wn9nMVfZxVrr/yT8gNQ==", "dev": true, + "license": "MIT", "bin": { - "husky": "lib/bin.js" + "husky": "bin.js" }, "engines": { - "node": ">=14" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/typicode" @@ -15512,9 +15513,9 @@ "dev": true }, "husky": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", - "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.0.tgz", + "integrity": "sha512-8XCjbomYTGdNF2h50dio3T3zghmZ9f/ZNzr99YwSkvDdhEjJGs5qzy8tbFx+SG8yCx2wn9nMVfZxVrr/yT8gNQ==", "dev": true }, "ieee754": { diff --git a/package.json b/package.json index da6ff45..10454e1 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "eslint-plugin-promise": "^6.1.0", "eslint-plugin-standard": "^5.0.0", "faucet": "^0.0.3", - "husky": "^8.0.3", + "husky": "^9.1.0", "nyc": "~17.0.0", "opener": "1.5.2", "serve": "^14.2.0",