From eafa7d641e61c2b8c795f5ae82fc2778f4280bb2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 22:21:03 +0000 Subject: [PATCH] fix(deps): update dependency react-hook-form to v7.53.1 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e16d2906..1aac7ee39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -73,7 +73,7 @@ "react": "18.3.1", "react-dom": "18.3.1", "react-favicon": "2.0.7", - "react-hook-form": "7.53.0", + "react-hook-form": "7.53.1", "react-icons": "4.12.0", "react-remove-scroll": "2.6.0", "react-select": "5.8.1", @@ -13210,9 +13210,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.53.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.53.0.tgz", - "integrity": "sha512-M1n3HhqCww6S2hxLxciEXy2oISPnAzxY7gvwVPrtlczTM/1dDadXgUxDpHMrMTblDOcm/AXtXxHwZ3jpg1mqKQ==", + "version": "7.53.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.53.1.tgz", + "integrity": "sha512-6aiQeBda4zjcuaugWvim9WsGqisoUk+etmFEsSUMm451/Ic8L/UAb7sRtMj3V+Hdzm6mMjU1VhiSzYUZeBm0Vg==", "engines": { "node": ">=18.0.0" }, @@ -25759,9 +25759,9 @@ } }, "react-hook-form": { - "version": "7.53.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.53.0.tgz", - "integrity": "sha512-M1n3HhqCww6S2hxLxciEXy2oISPnAzxY7gvwVPrtlczTM/1dDadXgUxDpHMrMTblDOcm/AXtXxHwZ3jpg1mqKQ==" + "version": "7.53.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.53.1.tgz", + "integrity": "sha512-6aiQeBda4zjcuaugWvim9WsGqisoUk+etmFEsSUMm451/Ic8L/UAb7sRtMj3V+Hdzm6mMjU1VhiSzYUZeBm0Vg==" }, "react-icons": { "version": "4.12.0", diff --git a/package.json b/package.json index ef172514d..bd16cf7ca 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "react": "18.3.1", "react-dom": "18.3.1", "react-favicon": "2.0.7", - "react-hook-form": "7.53.0", + "react-hook-form": "7.53.1", "react-icons": "4.12.0", "react-remove-scroll": "2.6.0", "react-select": "5.8.1",