diff --git a/package-lock.json b/package-lock.json index aae6aa5ce2..dcfe5f0fdd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "eslint-plugin-prettier": "5.2.1", "eslint-plugin-react": "7.35.0", "eslint-plugin-react-hooks": "4.6.2", - "husky": "9.1.2", + "husky": "9.1.3", "lerna": "8.1.7", "lint-staged": "15.2.7", "prettier": "3.3.3", @@ -16927,9 +16927,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 5f4eab6b76..5983e7e749 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "eslint-plugin-prettier": "5.2.1", "eslint-plugin-react": "7.35.0", "eslint-plugin-react-hooks": "4.6.2", - "husky": "9.1.2", + "husky": "9.1.3", "lerna": "8.1.7", "lint-staged": "15.2.7", "prettier": "3.3.3",