diff --git a/package-lock.json b/package-lock.json index 922db81..1559813 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.5", "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.5", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.5.tgz", + "integrity": "sha512-J2ILT5gWx1XUIJRETiA7M19iXHlG74+6O3KApzvqB/w8S5NQR7AbU8HVZrMALdmDgWpRPYiZJl0zx8Z4L2mP6Q==", "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.5", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.5.tgz", + "integrity": "sha512-J2ILT5gWx1XUIJRETiA7M19iXHlG74+6O3KApzvqB/w8S5NQR7AbU8HVZrMALdmDgWpRPYiZJl0zx8Z4L2mP6Q==", "requires": {} }, "react-is": { diff --git a/package.json b/package.json index 4d27ec8..46f1755 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.5", "react-router-dom": "5.3.0" }, "devDependencies": {