From f7831d6b576cfecc8289b51336d09f0e9b0b716c Mon Sep 17 00:00:00 2001 From: Marco Pedone Date: Wed, 14 Jan 2026 14:12:22 +0100 Subject: [PATCH] chore(deps): update react-hook-form to version 7.71.1 for improved features and compatibility --- apps/infoalloggi/package-lock.json | 8 ++++---- apps/infoalloggi/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/infoalloggi/package-lock.json b/apps/infoalloggi/package-lock.json index 6058763..2a8c295 100644 --- a/apps/infoalloggi/package-lock.json +++ b/apps/infoalloggi/package-lock.json @@ -72,7 +72,7 @@ "react-day-picker": "^9.11.1", "react-dom": "^19.1.1", "react-email": "^5.2.3", - "react-hook-form": "^7.65.0", + "react-hook-form": "^7.71.1", "react-hot-toast": "^2.5.2", "react-is": "^19.2.0", "react-leaflet": "^5.0.0", @@ -13141,9 +13141,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.71.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.71.1.tgz", + "integrity": "sha512-9SUJKCGKo8HUSsCO+y0CtqkqI5nNuaDqTxyqPsZPqIwudpj4rCrAz/jZV+jn57bx5gtZKOh3neQu94DXMc+w5w==", "license": "MIT", "peer": true, "engines": { diff --git a/apps/infoalloggi/package.json b/apps/infoalloggi/package.json index 39fddf0..0a8c2aa 100644 --- a/apps/infoalloggi/package.json +++ b/apps/infoalloggi/package.json @@ -84,7 +84,7 @@ "react-day-picker": "^9.11.1", "react-dom": "^19.1.1", "react-email": "^5.2.3", - "react-hook-form": "^7.65.0", + "react-hook-form": "^7.71.1", "react-hot-toast": "^2.5.2", "react-is": "^19.2.0", "react-leaflet": "^5.0.0",