diff --git a/package-lock.json b/package-lock.json index 796134a..2ef7f6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@types/pathval": "^1.1.2", "cross-env": "^7.0.3", "eslint": "^8.37.0", - "husky": "^9.0.11", + "husky": "^9.1.7", "jest": "^29.7.0", "rollup": "^4.24.0", "semantic-release": "^22.0.12", @@ -6308,9 +6308,9 @@ } }, "node_modules/husky": { - "version": "9.1.5", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.5.tgz", - "integrity": "sha512-rowAVRUBfI0b4+niA4SJMhfQwc107VLkBUgEYYAOQAbqDCnra1nYh83hF/MDmhYs9t9n1E3DuKOrs2LYNC+0Ag==", + "version": "9.1.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz", + "integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==", "dev": true, "bin": { "husky": "bin.js" diff --git a/package.json b/package.json index 8d849f8..349c18f 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@types/pathval": "^1.1.2", "cross-env": "^7.0.3", "eslint": "^8.37.0", - "husky": "^9.0.11", + "husky": "^9.1.7", "jest": "^29.7.0", "rollup": "^4.24.0", "semantic-release": "^22.0.12",