diff --git a/package-lock.json b/package-lock.json index bf3032f..47c869c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "react": "^18.2.0", "react-bootstrap": "^2.4.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.32.2", + "react-hook-form": "^7.51.0", "react-i18next": "^11.17.2", "react-router-dom": "^6.3.0", "rollup-plugin-polyfill-node": "^0.9.0", @@ -4192,10 +4192,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.34.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.34.2.tgz", - "integrity": "sha512-1lYWbEqr0GW7HHUjMScXMidGvV0BE2RJV3ap2BL7G0EJirkqpccTaawbsvBO8GZaB3JjCeFBEbnEWI1P8ZoLRQ==", - "license": "MIT", + "version": "7.51.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.0.tgz", + "integrity": "sha512-BggOy5j58RdhdMzzRUHGOYhSz1oeylFAv6jUSG86OvCIvlAvS7KvnRY7yoAf2pfEiPN7BesnR0xx73nEk3qIiw==", "engines": { "node": ">=12.22.0" }, @@ -7869,9 +7868,9 @@ } }, "react-hook-form": { - "version": "7.34.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.34.2.tgz", - "integrity": "sha512-1lYWbEqr0GW7HHUjMScXMidGvV0BE2RJV3ap2BL7G0EJirkqpccTaawbsvBO8GZaB3JjCeFBEbnEWI1P8ZoLRQ==", + "version": "7.51.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.0.tgz", + "integrity": "sha512-BggOy5j58RdhdMzzRUHGOYhSz1oeylFAv6jUSG86OvCIvlAvS7KvnRY7yoAf2pfEiPN7BesnR0xx73nEk3qIiw==", "requires": {} }, "react-i18next": { diff --git a/package.json b/package.json index c4ab0e1..0f899c3 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "react": "^18.2.0", "react-bootstrap": "^2.4.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.32.2", + "react-hook-form": "^7.51.0", "react-i18next": "^11.17.2", "react-router-dom": "^6.3.0", "rollup-plugin-polyfill-node": "^0.9.0",