diff --git a/package-lock.json b/package-lock.json index 742a254..9dd76f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "conventional-changelog-conventionalcommits": "^8.0.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-import": "2.29.1", - "husky": "9.1.5", + "husky": "9.1.7", "npm-run-all2": "6.1.2", "prettier": "3.2.5", "prettier-plugin-packagejson": "^2.5.2", @@ -4582,11 +4582,10 @@ } }, "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, - "license": "MIT", "bin": { "husky": "bin.js" }, diff --git a/package.json b/package.json index 195501e..e18afc5 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "conventional-changelog-conventionalcommits": "^8.0.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-import": "2.29.1", - "husky": "9.1.5", + "husky": "9.1.7", "npm-run-all2": "6.1.2", "prettier": "3.2.5", "prettier-plugin-packagejson": "^2.5.2",