From 4ac5f73bc00ae1f258efec209ff14f2705365975 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Feb 2026 09:31:58 +0000 Subject: [PATCH] fix: upgrade react-hook-form from 7.70.0 to 7.71.1 Snyk has created this PR to upgrade react-hook-form from 7.70.0 to 7.71.1. See this package in npm: react-hook-form See this project in Snyk: https://app.snyk.io/org/joaltoroc/project/4c4ac2de-caf7-4472-b47d-7ed071e0bee5?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a923868..a1cd26b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@tailwindcss/postcss": "4.1.18", "postcss": "8.5.6", "react": "18.3.1", - "react-hook-form": "7.70.0", + "react-hook-form": "^7.71.1", "tailwindcss": "4.1.18", "usehooks-ts": "3.1.1" }, @@ -78,7 +78,6 @@ "@tailwindcss/postcss": "4.1.18", "postcss": "8.5.6", "react": "18.3.1", - "react-hook-form": "7.58.1", "tailwindcss": "4.1.18", "usehooks-ts": "3.1.1" } @@ -16192,9 +16191,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.70.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.70.0.tgz", - "integrity": "sha512-COOMajS4FI3Wuwrs3GPpi/Jeef/5W1DRR84Yl5/ShlT3dKVFUfoGiEZ/QE6Uw8P4T2/CLJdcTVYKvWBMQTEpvw==", + "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", "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index 3d435b1..9c416f1 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@tailwindcss/postcss": "4.1.18", "postcss": "8.5.6", "react": "18.3.1", - "react-hook-form": "7.70.0", + "react-hook-form": "7.71.1", "tailwindcss": "4.1.18", "usehooks-ts": "3.1.1" },