diff --git a/package-lock.json b/package-lock.json index a36f34cfb66..745e0cf2381 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "ISC", "devDependencies": { - "husky": "9.1.5", + "husky": "9.1.7", "lint-staged": "15.2.9", "prettier": "3.3.3" } @@ -243,9 +243,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, "license": "MIT", "bin": { diff --git a/package.json b/package.json index c3663f18db6..eff57013df8 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "homepage": "https://github.com/johnnyreilly/blog.johnnyreilly.com#readme", "devDependencies": { - "husky": "9.1.5", + "husky": "9.1.7", "lint-staged": "15.2.9", "prettier": "3.3.3" },