diff --git a/package-lock.json b/package-lock.json index 8a5ebd0..2735f55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "eslint": "7.24.0", "eslint-config-prettier": "8.2.0", "eslint-plugin-prettier": "3.4.0", - "husky": "6.0.0", + "husky": "9.1.3", "jest": "29.5.0", "prettier": "2.2.1", "shell-quote": "1.7.3", @@ -3841,11 +3841,15 @@ } }, "node_modules/husky": { - "version": "6.0.0", + "version": "9.1.3", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.3.tgz", + "integrity": "sha512-ET3TQmQgdIu0pt+jKkpo5oGyg/4MQZpG6xcam5J5JyNJV+CBT23OBpCF15bKHKycRyMH9k6ONy8g2HdGIsSkMQ==", "dev": true, - "license": "MIT", "bin": { - "husky": "lib/bin.js" + "husky": "bin.js" + }, + "engines": { + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/typicode" @@ -9637,7 +9641,9 @@ "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==" }, "husky": { - "version": "6.0.0", + "version": "9.1.3", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.3.tgz", + "integrity": "sha512-ET3TQmQgdIu0pt+jKkpo5oGyg/4MQZpG6xcam5J5JyNJV+CBT23OBpCF15bKHKycRyMH9k6ONy8g2HdGIsSkMQ==", "dev": true }, "ignore": { diff --git a/package.json b/package.json index 736092c..1481c08 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "eslint": "7.24.0", "eslint-config-prettier": "8.2.0", "eslint-plugin-prettier": "3.4.0", - "husky": "6.0.0", + "husky": "9.1.3", "jest": "29.5.0", "prettier": "2.2.1", "shell-quote": "1.7.3",