diff --git a/package-lock.json b/package-lock.json index 922db81..19bb243 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "date-fns": "3.1.0", "react": "18.1.0", "react-dom": "18.1.0", - "react-hook-form": "7.40.0", + "react-hook-form": "7.51.0", "react-router-dom": "5.3.0" }, "devDependencies": { @@ -3472,9 +3472,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.40.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.40.0.tgz", - "integrity": "sha512-0rokdxMPJs0k9bvFtY6dbcSydyNhnZNXCR49jgDr/aR03FDHFOK6gfh8ccqB3fl696Mk7lqh04xdm+agqWXKSw==", + "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" }, @@ -6675,9 +6675,9 @@ } }, "react-hook-form": { - "version": "7.40.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.40.0.tgz", - "integrity": "sha512-0rokdxMPJs0k9bvFtY6dbcSydyNhnZNXCR49jgDr/aR03FDHFOK6gfh8ccqB3fl696Mk7lqh04xdm+agqWXKSw==", + "version": "7.51.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.0.tgz", + "integrity": "sha512-BggOy5j58RdhdMzzRUHGOYhSz1oeylFAv6jUSG86OvCIvlAvS7KvnRY7yoAf2pfEiPN7BesnR0xx73nEk3qIiw==", "requires": {} }, "react-is": { diff --git a/package.json b/package.json index 4d27ec8..1d778aa 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "date-fns": "3.1.0", "react": "18.1.0", "react-dom": "18.1.0", - "react-hook-form": "7.40.0", + "react-hook-form": "7.51.0", "react-router-dom": "5.3.0" }, "devDependencies": {