diff --git a/ui/package-lock.json b/ui/package-lock.json index 54f08b4..b90fd42 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -44,7 +44,7 @@ "radix-ui": "^1.4.3", "react": "^19.0.0", "react-dom": "^19.0.0", - "react-hook-form": "^7.54.0", + "react-hook-form": "^7.73.1", "react-router-dom": "^6.28.0", "recharts": "^3.8.1", "shiki": "^1.24.0", @@ -9014,9 +9014,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.72.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.72.1.tgz", - "integrity": "sha512-RhwBoy2ygeVZje+C+bwJ8g0NjTdBmDlJvAUHTxRjTmSUKPYsKfMphkS2sgEMotsY03bP358yEYlnUeZy//D9Ig==", + "version": "7.73.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.73.1.tgz", + "integrity": "sha512-VAfVYOPcx3piiEVQy95vyFmBwbVUsP/AUIN+mpFG8h11yshDd444nn0VyfaGWSRnhOLVgiDu7HIuBtAIzxn9dA==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/ui/package.json b/ui/package.json index e6a4ef8..53dae85 100644 --- a/ui/package.json +++ b/ui/package.json @@ -50,7 +50,7 @@ "radix-ui": "^1.4.3", "react": "^19.0.0", "react-dom": "^19.0.0", - "react-hook-form": "^7.54.0", + "react-hook-form": "^7.73.1", "react-router-dom": "^6.28.0", "recharts": "^3.8.1", "shiki": "^1.24.0",