From d522625458a0d51187a76e5b4708d880671e4734 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Sep 2024 10:05:55 +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/yunji0387/project/a468ef16-1817-43b6-a043-31f02cde71b9?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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 66e4ff7..7455dbe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "next-themes": "^0.3.0", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-hook-form": "^7.52.2", + "react-hook-form": "^7.53.0", "react-spinners": "^0.14.1", "react-toastify": "^10.0.5", "yup": "^1.4.0" @@ -3674,9 +3674,9 @@ "integrity": "sha512-suNP+J1VU1MWFKcyt7RtjiSWUjvidmQSlqu+eHslq+342xCbGTYmC0mEhPCOHxlW0CywylOC1u2DFAT+bv4dBw==" }, "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 9903013..a18ab9b 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "next-themes": "^0.3.0", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-hook-form": "^7.52.2", + "react-hook-form": "^7.53.0", "react-spinners": "^0.14.1", "react-toastify": "^10.0.5", "yup": "^1.4.0"