diff --git a/package-lock.json b/package-lock.json index 94e7c25..bfa61c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -70,7 +70,7 @@ "react-day-picker": "^9.13.2", "react-dom": "19.1.0", "react-dropzone": "^14.3.8", - "react-hook-form": "^7.62.0", + "react-hook-form": "^7.77.0", "react-icons": "^5.5.0", "react-select-country-list": "^2.2.3", "react-syntax-highlighter": "^15.6.6", @@ -2813,9 +2813,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2832,9 +2829,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2851,9 +2845,6 @@ "cpu": [ "riscv64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2870,9 +2861,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2889,9 +2877,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -12967,9 +12952,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.77.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.77.0.tgz", + "integrity": "sha512-Sslh9YDYc0GDlWT/lxasnIduNo4v3yyvqRGvmGKUre5AFjDs/HV9/OafHGD8d+sB2yoL4UIL9L8X9i0WlZZebg==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index 2153982..34c36ab 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "react-day-picker": "^9.13.2", "react-dom": "19.1.0", "react-dropzone": "^14.3.8", - "react-hook-form": "^7.62.0", + "react-hook-form": "^7.77.0", "react-icons": "^5.5.0", "react-select-country-list": "^2.2.3", "react-syntax-highlighter": "^15.6.6",