diff --git a/package-lock.json b/package-lock.json index cfb6b3a..1aa97f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "i18next": "^25.8.13", "react": "19.1.0", "react-dom": "^19.1.0", - "react-hook-form": "^7.71.1", + "react-hook-form": "^7.71.2", "react-i18next": "^16.5.4", "react-native": "0.81.5", "react-native-draggable-flatlist": "^4.0.3", @@ -12326,9 +12326,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.71.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.71.1.tgz", - "integrity": "sha512-9SUJKCGKo8HUSsCO+y0CtqkqI5nNuaDqTxyqPsZPqIwudpj4rCrAz/jZV+jn57bx5gtZKOh3neQu94DXMc+w5w==", + "version": "7.71.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.71.2.tgz", + "integrity": "sha512-1CHvcDYzuRUNOflt4MOq3ZM46AronNJtQ1S7tnX6YN4y72qhgiUItpacZUAQ0TyWYci3yz1X+rXaSxiuEm86PA==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index 321a409..0695072 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "i18next": "^25.8.13", "react": "19.1.0", "react-dom": "^19.1.0", - "react-hook-form": "^7.71.1", + "react-hook-form": "^7.71.2", "react-i18next": "^16.5.4", "react-native": "0.81.5", "react-native-draggable-flatlist": "^4.0.3",