diff --git a/package-lock.json b/package-lock.json index 329b277b..fccae951 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "benchmark": "2.1.4", "eslint": "8.57.0", "eslint-plugin-prettier": "5.2.1", - "husky": "9.1.2", + "husky": "9.1.3", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "jest-watch-typeahead": "2.2.2", @@ -5549,9 +5549,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" @@ -13907,9 +13907,9 @@ "dev": true }, "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 }, "iconv-lite": { diff --git a/package.json b/package.json index f73b0955..a516fd51 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "benchmark": "2.1.4", "eslint": "8.57.0", "eslint-plugin-prettier": "5.2.1", - "husky": "9.1.2", + "husky": "9.1.3", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "jest-watch-typeahead": "2.2.2",