diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 66a15782be..ee434622fd 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -19,7 +19,7 @@ "react": "^19.1.1", "react-dom": "^19.2.0", "react-error-boundary": "^6.0.0", - "react-hook-form": "7.62.0", + "react-hook-form": "7.65.0", "react-icons": "^5.5.0" }, "devDependencies": { @@ -4958,10 +4958,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.62.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.62.0.tgz", - "integrity": "sha512-7KWFejc98xqG/F4bAxpL41NB3o1nnvQO1RWZT3TqRZYL8RryQETGfEdVnJN2fy1crCiBLLjkRBVK05j24FxJGA==", - "license": "MIT", + "version": "7.65.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.65.0.tgz", + "integrity": "sha512-xtOzDz063WcXvGWaHgLNrNzlsdFgtUWcb32E6WFaGTd7kPZG3EeDusjdZfUsPwKCKVXy1ZlntifaHZ4l8pAsmw==", "engines": { "node": ">=18.0.0" }, @@ -8865,9 +8864,9 @@ } }, "react-hook-form": { - "version": "7.62.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.62.0.tgz", - "integrity": "sha512-7KWFejc98xqG/F4bAxpL41NB3o1nnvQO1RWZT3TqRZYL8RryQETGfEdVnJN2fy1crCiBLLjkRBVK05j24FxJGA==", + "version": "7.65.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.65.0.tgz", + "integrity": "sha512-xtOzDz063WcXvGWaHgLNrNzlsdFgtUWcb32E6WFaGTd7kPZG3EeDusjdZfUsPwKCKVXy1ZlntifaHZ4l8pAsmw==", "requires": {} }, "react-icons": { diff --git a/frontend/package.json b/frontend/package.json index 41357dadc6..2bff48c8c8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -22,7 +22,7 @@ "react": "^19.1.1", "react-dom": "^19.2.0", "react-error-boundary": "^6.0.0", - "react-hook-form": "7.62.0", + "react-hook-form": "7.65.0", "react-icons": "^5.5.0" }, "devDependencies": {