diff --git a/package-lock.json b/package-lock.json index 36bbd83..502055e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "react": "^18.3.1", "react-day-picker": "^9.11.1", "react-dom": "^18.3.1", - "react-hook-form": "^7.65.0", + "react-hook-form": "^7.66.0", "react-resizable-panels": "^2.1.9", "react-router-dom": "^6.30.1", "recharts": "^3.3.0", @@ -5677,9 +5677,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.65.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.65.0.tgz", - "integrity": "sha512-xtOzDz063WcXvGWaHgLNrNzlsdFgtUWcb32E6WFaGTd7kPZG3EeDusjdZfUsPwKCKVXy1ZlntifaHZ4l8pAsmw==", + "version": "7.66.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.66.0.tgz", + "integrity": "sha512-xXBqsWGKrY46ZqaHDo+ZUYiMUgi8suYu5kdrS20EG8KiL7VRQitEbNjm+UcrDYrNi1YLyfpmAeGjCZYXLT9YBw==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index 85edca3..74121ae 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "react": "^18.3.1", "react-day-picker": "^9.11.1", "react-dom": "^18.3.1", - "react-hook-form": "^7.65.0", + "react-hook-form": "^7.66.0", "react-resizable-panels": "^2.1.9", "react-router-dom": "^6.30.1", "recharts": "^3.3.0",