diff --git a/package-lock.json b/package-lock.json index dd3e66c2..f8b92483 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "html-minifier-terser": "^7.2.0", "htmlhint": "^1.1.4", "http-server": "^14.1.1", - "husky": "^9.1.2", + "husky": "^9.1.3", "markdownlint": "^0.34.0", "markdownlint-cli": "^0.41.0", "nodemon": "^3.1.4", @@ -2855,9 +2855,9 @@ } }, "node_modules/husky": { - "version": "9.1.2", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.2.tgz", - "integrity": "sha512-1/aDMXZdhr1VdJJTLt6e7BipM0Jd9qkpubPiIplon1WmCeOy3nnzsCMeBqS9AsL5ioonl8F8y/F2CLOmk19/Pw==", + "version": "9.1.3", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.3.tgz", + "integrity": "sha512-ET3TQmQgdIu0pt+jKkpo5oGyg/4MQZpG6xcam5J5JyNJV+CBT23OBpCF15bKHKycRyMH9k6ONy8g2HdGIsSkMQ==", "dev": true, "bin": { "husky": "bin.js" diff --git a/package.json b/package.json index db0e64ba..43166268 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "html-minifier-terser": "^7.2.0", "htmlhint": "^1.1.4", "http-server": "^14.1.1", - "husky": "^9.1.2", + "husky": "^9.1.3", "markdownlint": "^0.34.0", "markdownlint-cli": "^0.41.0", "nodemon": "^3.1.4",