diff --git a/apps/ui/bun.lock b/apps/ui/bun.lock index 9e9f6519..e127f97d 100644 --- a/apps/ui/bun.lock +++ b/apps/ui/bun.lock @@ -23,7 +23,7 @@ "react": "19.2.6", "react-dom": "19.2.6", "react-helmet-async": "3.0.0", - "react-hook-form": "7.75.0", + "react-hook-form": "7.77.0", "react-i18next": "17.0.8", "react-router-dom": "7.15.1", "sonner": "2.0.7", @@ -1864,7 +1864,7 @@ "react-helmet-async": ["react-helmet-async@3.0.0", "", { "dependencies": { "invariant": "2.2.4", "react-fast-compare": "3.2.2", "shallowequal": "1.1.0" }, "peerDependencies": { "react": "19.2.6" } }, "sha512-nA3IEZfXiclgrz4KLxAhqJqIfFDuvzQwlKwpdmzZIuC1KNSghDEIXmyU0TKtbM+NafnkICcwx8CECFrZ/sL/1w=="], - "react-hook-form": ["react-hook-form@7.75.0", "", { "peerDependencies": { "react": "19.2.6" } }, "sha512-Ovv94H+0p3sJ7B9B5QxPuCP1u8V/cHuVGyH55cSwodYDtoJwK+fqk3vjfIgSX59I2U/bU4z0nRJ9HMLpNiWEmw=="], + "react-hook-form": ["react-hook-form@7.77.0", "", { "peerDependencies": { "react": "^16.8.0 || ^17 || ^18 || ^19" } }, "sha512-Sslh9YDYc0GDlWT/lxasnIduNo4v3yyvqRGvmGKUre5AFjDs/HV9/OafHGD8d+sB2yoL4UIL9L8X9i0WlZZebg=="], "react-i18next": ["react-i18next@17.0.8", "", { "dependencies": { "@babel/runtime": "^7.29.2", "html-parse-stringify": "^3.0.1", "use-sync-external-store": "^1.6.0" }, "peerDependencies": { "i18next": ">= 26.2.0", "react": ">= 16.8.0", "typescript": "^5 || ^6" }, "optionalPeers": ["typescript"] }, "sha512-0ooKbGLU8JXhe1zwpQUWIeXSgLPOfwJmgheWRIUpcoA0CpyabpGhayjdG+/eA5esC1AQ8h2jWpXjJfzQzeDOCw=="], diff --git a/apps/ui/package.json b/apps/ui/package.json index 36076b7e..db3e7089 100644 --- a/apps/ui/package.json +++ b/apps/ui/package.json @@ -76,7 +76,7 @@ "react": "19.2.6", "react-dom": "19.2.6", "react-helmet-async": "3.0.0", - "react-hook-form": "7.75.0", + "react-hook-form": "7.77.0", "react-i18next": "17.0.8", "react-router-dom": "7.15.1", "sonner": "2.0.7",