From 5d0e96163fd3baf297d2b7e5d01acb7be02e4122 Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Sun, 29 Mar 2026 14:06:31 +0200 Subject: [PATCH] chore: update react hook form --- apps/client/package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/client/package.json b/apps/client/package.json index f3f6213df..8f0d319e8 100644 --- a/apps/client/package.json +++ b/apps/client/package.json @@ -28,7 +28,7 @@ "react-colorful": "^5.6.1", "react-dom": "^19.2.3", "react-fast-compare": "^3.2.2", - "react-hook-form": "^7.62.0", + "react-hook-form": "^7.72.0", "react-icons": "5.5.0", "react-router": "^7.11.0", "react-virtuoso": "^4.17.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5df60e144..bf2ecb269 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -131,8 +131,8 @@ importers: specifier: ^3.2.2 version: 3.2.2 react-hook-form: - specifier: ^7.62.0 - version: 7.62.0(react@19.2.3) + specifier: ^7.72.0 + version: 7.72.0(react@19.2.3) react-icons: specifier: 5.5.0 version: 5.5.0(react@19.2.3) @@ -3975,8 +3975,8 @@ packages: react-fast-compare@3.2.2: resolution: {integrity: sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==} - react-hook-form@7.62.0: - resolution: {integrity: sha512-7KWFejc98xqG/F4bAxpL41NB3o1nnvQO1RWZT3TqRZYL8RryQETGfEdVnJN2fy1crCiBLLjkRBVK05j24FxJGA==} + react-hook-form@7.72.0: + resolution: {integrity: sha512-V4v6jubaf6JAurEaVnT9aUPKFbNtDgohj5CIgVGyPHvT9wRx5OZHVjz31GsxnPNI278XMu+ruFz+wGOscHaLKw==} engines: {node: '>=18.0.0'} peerDependencies: react: ^16.8.0 || ^17 || ^18 || ^19 @@ -8357,7 +8357,7 @@ snapshots: react-fast-compare@3.2.2: {} - react-hook-form@7.62.0(react@19.2.3): + react-hook-form@7.72.0(react@19.2.3): dependencies: react: 19.2.3