From f1e098492eb3bdfc26513ccf0b74f5bc511e2a53 Mon Sep 17 00:00:00 2001
From: snyk-bot <snyk-bot@snyk.io>
Date: Sat, 14 Sep 2024 08:47:12 +0000
Subject: [PATCH] fix: upgrade multiple dependencies with Snyk

Snyk has created this PR to upgrade:
  - @babel/preset-env from 7.25.3 to 7.25.4.
    See this package in npm: https://www.npmjs.com/package/@babel/preset-env
  - @zxing/library from 0.21.2 to 0.21.3.
    See this package in npm: https://www.npmjs.com/package/@zxing/library
  - react-hook-form from 7.52.2 to 7.53.0.
    See this package in npm: https://www.npmjs.com/package/react-hook-form

See this project in Snyk:
https://app.snyk.io/org/keyasuda/project/59199cca-f1a3-4814-91df-aa43c81c0240?utm_source=github&utm_medium=referral&page=upgrade-pr
---
 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 18400df..8d1cb8a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -26,7 +26,7 @@
         "react": "^17.0.2",
         "react-dom": "^17.0.2",
         "react-helmet": "^6.1.0",
-        "react-hook-form": "^7.52.2",
+        "react-hook-form": "^7.53.0",
         "react-router-dom": "^5.3.3",
         "react-to-print": "^2.15.1",
         "redux-first-history": "^5.2.0",
@@ -11914,9 +11914,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==",
       "license": "MIT",
       "engines": {
         "node": ">=18.0.0"
@@ -22602,9 +22602,9 @@
       }
     },
     "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==",
       "requires": {}
     },
     "react-is": {
diff --git a/package.json b/package.json
index 8f6d0d5..b16c3ae 100644
--- a/package.json
+++ b/package.json
@@ -36,7 +36,7 @@
     "react": "^17.0.2",
     "react-dom": "^17.0.2",
     "react-helmet": "^6.1.0",
-    "react-hook-form": "^7.52.2",
+    "react-hook-form": "^7.53.0",
     "react-router-dom": "^5.3.3",
     "react-to-print": "^2.15.1",
     "redux-first-history": "^5.2.0",