diff --git a/client/package-lock.json b/client/package-lock.json index da7abbb..5def8cd 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -18,7 +18,7 @@ "jssha": "^3.2.0", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-hook-form": "^7.14.0", + "react-hook-form": "^7.52.1", "react-router-dom": "^5.2.1", "styled-components": "^5.3.1", "vite": "^5.3.3", @@ -7083,15 +7083,19 @@ } }, "node_modules/react-hook-form": { - "version": "7.16.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.16.2.tgz", - "integrity": "sha512-99BOspznkVoYppJJSMRsQv9jIw65P0T5g3JhegeosRAeNut/VEEViuBPViDb+mU4sP+uaAcPqqSa7dxZOOgknw==", + "version": "7.52.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.52.1.tgz", + "integrity": "sha512-uNKIhaoICJ5KQALYZ4TOaOLElyM+xipord+Ha3crEFhTntdLvWZqVY49Wqd/0GiVCA/f9NjemLeiNPjG7Hpurg==", + "license": "MIT", + "engines": { + "node": ">=12.22.0" + }, "funding": { "type": "opencollective", "url": "https://opencollective.com/react-hook-form" }, "peerDependencies": { - "react": "^16.8.0 || ^17" + "react": "^16.8.0 || ^17 || ^18 || ^19" } }, "node_modules/react-is": { diff --git a/client/package.json b/client/package.json index 9fa6ce7..b078524 100644 --- a/client/package.json +++ b/client/package.json @@ -25,7 +25,7 @@ "jssha": "^3.2.0", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-hook-form": "^7.14.0", + "react-hook-form": "^7.52.1", "react-router-dom": "^5.2.1", "styled-components": "^5.3.1", "vite": "^5.3.3",