From 62e9ee5b0527940d2e696694db6c2a203f551dfe Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Sat, 31 Jan 2026 16:32:02 -0800 Subject: [PATCH] Roll react hook form which shall be even lighter --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d043dce23..ed7a25b84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "puppeteer-core": "^24.36.1", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-hook-form": "^7.70.0", + "react-hook-form": "^7.71.1", "react-markdown": "^10.1.0", "react-player": "^3.4.0", "react-resizable-panels": "^3.0.6", @@ -10878,9 +10878,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 d44b6e649..518420a00 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "puppeteer-core": "^24.36.1", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-hook-form": "^7.70.0", + "react-hook-form": "^7.71.1", "react-markdown": "^10.1.0", "react-player": "^3.4.0", "react-resizable-panels": "^3.0.6",