diff --git a/package-lock.json b/package-lock.json index b172091..e7530df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "react": "^18.2.0", "react-chartjs-2": "^5.2.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.51.1", + "react-hook-form": "^7.51.2", "react-select": "^5.8.0", "react-toastify": "^9.0.8", "spinners-react": "^1.0.7", @@ -3737,9 +3737,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.51.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.1.tgz", - "integrity": "sha512-ifnBjl+kW0ksINHd+8C/Gp6a4eZOdWyvRv0UBaByShwU8JbVx5hTcTWEcd5VdybvmPTATkVVXk9npXArHmo56w==", + "version": "7.51.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.2.tgz", + "integrity": "sha512-y++lwaWjtzDt/XNnyGDQy6goHskFualmDlf+jzEZvjvz6KWDf7EboL7pUvRCzPTJd0EOPpdekYaQLEvvG6m6HA==", "engines": { "node": ">=12.22.0" }, diff --git a/package.json b/package.json index 6b0eb83..cdb11fa 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "react": "^18.2.0", "react-chartjs-2": "^5.2.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.51.1", + "react-hook-form": "^7.51.2", "react-select": "^5.8.0", "react-toastify": "^9.0.8", "spinners-react": "^1.0.7",