From 292c587b98eb53334db404be0a2a8795bb3e0b1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 07:34:25 +0000 Subject: [PATCH] Bump react-hook-form from 7.60.0 to 7.62.0 in /apps/infoalloggi Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.60.0 to 7.62.0. - [Release notes](https://github.com/react-hook-form/react-hook-form/releases) - [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md) - [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.60.0...v7.62.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.62.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 da73866..d0c199d 100644 --- a/apps/infoalloggi/package-lock.json +++ b/apps/infoalloggi/package-lock.json @@ -57,7 +57,7 @@ "react-day-picker": "^9.8.0", "react-dom": "^19.1.1", "react-email": "^4.2.3", - "react-hook-form": "^7.60.0", + "react-hook-form": "^7.62.0", "react-hot-toast": "^2.5.2", "react-is": "^19.1.0", "react-leaflet": "^5.0.0", @@ -16476,9 +16476,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.60.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.60.0.tgz", - "integrity": "sha512-SBrYOvMbDB7cV8ZfNpaiLcgjH/a1c7aK0lK+aNigpf4xWLO8q+o4tcvVurv3c4EOyzn/3dCsYt4GKD42VvJ/+A==", + "version": "7.62.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.62.0.tgz", + "integrity": "sha512-7KWFejc98xqG/F4bAxpL41NB3o1nnvQO1RWZT3TqRZYL8RryQETGfEdVnJN2fy1crCiBLLjkRBVK05j24FxJGA==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/apps/infoalloggi/package.json b/apps/infoalloggi/package.json index d398782..fc30149 100644 --- a/apps/infoalloggi/package.json +++ b/apps/infoalloggi/package.json @@ -68,7 +68,7 @@ "react-day-picker": "^9.8.0", "react-dom": "^19.1.1", "react-email": "^4.2.3", - "react-hook-form": "^7.60.0", + "react-hook-form": "^7.62.0", "react-hot-toast": "^2.5.2", "react-is": "^19.1.0", "react-leaflet": "^5.0.0",