From 2ead50cc6bc27bf2d97533d7b643e15cf437b10e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 08:32:25 +0000 Subject: [PATCH] build(deps): bump react-hook-form from 7.52.2 to 7.53.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.52.2 to 7.53.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.52.2...v7.53.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9cc9e53b..71776c99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "react": "^18", "react-dom": "^18", "react-gauge-component": "^1.2.51", - "react-hook-form": "^7.52.2", + "react-hook-form": "^7.53.0", "recharts": "^2.12.7", "socket.io-client": "^4.7.5", "tailwind-merge": "^2.4.0", @@ -12396,9 +12396,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.52.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.52.2.tgz", - "integrity": "sha512-pqfPEbERnxxiNMPd0bzmt1tuaPcVccywFDpyk2uV5xCIBphHV5T8SVnX9/o3kplPE1zzKt77+YIoq+EMwJp56A==", + "version": "7.53.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.53.0.tgz", + "integrity": "sha512-M1n3HhqCww6S2hxLxciEXy2oISPnAzxY7gvwVPrtlczTM/1dDadXgUxDpHMrMTblDOcm/AXtXxHwZ3jpg1mqKQ==", "engines": { "node": ">=18.0.0" }, diff --git a/package.json b/package.json index 75acdb4a..3d4b7a8b 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "react": "^18", "react-dom": "^18", "react-gauge-component": "^1.2.51", - "react-hook-form": "^7.52.2", + "react-hook-form": "^7.53.0", "recharts": "^2.12.7", "socket.io-client": "^4.7.5", "tailwind-merge": "^2.4.0", diff --git a/yarn.lock b/yarn.lock index 1f3482ce..6a041f3b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7060,10 +7060,10 @@ react-gauge-component@^1.2.51: lodash "^4.17.21" serve "^14.2.3" -react-hook-form@^7.52.2: - version "7.52.2" - resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.52.2.tgz#ff40f4776250b86ddfcde6be68d34aa82b1c60fe" - integrity sha512-pqfPEbERnxxiNMPd0bzmt1tuaPcVccywFDpyk2uV5xCIBphHV5T8SVnX9/o3kplPE1zzKt77+YIoq+EMwJp56A== +react-hook-form@^7.53.0: + version "7.53.0" + resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.53.0.tgz#3cf70951bf41fa95207b34486203ebefbd3a05ab" + integrity sha512-M1n3HhqCww6S2hxLxciEXy2oISPnAzxY7gvwVPrtlczTM/1dDadXgUxDpHMrMTblDOcm/AXtXxHwZ3jpg1mqKQ== react-is@^16.10.2, react-is@^16.13.1: version "16.13.1"