From d745d226a6546f8c042f23ad22194a952a181f08 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Sep 2024 11:32:07 +0000 Subject: [PATCH] fix: upgrade react-hook-form from 7.52.2 to 7.53.0 Snyk has created this PR to upgrade react-hook-form from 7.52.2 to 7.53.0. See this package in npm: react-hook-form See this project in Snyk: https://app.snyk.io/org/sagararyal/project/395a97e6-7105-4e7a-850d-c08c6e789fee?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3fa7beb7ea..740cb26abf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -82,7 +82,7 @@ "react-dom": "^18.2.0", "react-dropzone": "^11.4.0", "react-gtm-module": "^2.0.11", - "react-hook-form": "^7.44.2", + "react-hook-form": "^7.53.0", "react-insta-stories": "^2.2.5", "react-json-editor-ajrm": "^2.5.13", "react-lazyload": "^3.2.0", @@ -27413,9 +27413,10 @@ "integrity": "sha512-8gyj4TTxeP7eEyc2QKawEuQoAZdjKvMY4pgWfycGmqGByhs17fR+zEBs0JUDq4US/l+vbTl+6zvUIx27iDo/Vw==" }, "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==", + "license": "MIT", "engines": { "node": ">=18.0.0" }, diff --git a/package.json b/package.json index 3f96bac63d..0860ab4705 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "react-dom": "^18.2.0", "react-dropzone": "^11.4.0", "react-gtm-module": "^2.0.11", - "react-hook-form": "^7.44.2", + "react-hook-form": "^7.53.0", "react-insta-stories": "^2.2.5", "react-json-editor-ajrm": "^2.5.13", "react-lazyload": "^3.2.0",