diff --git a/package-lock.json b/package-lock.json index b695d26..f4d1352 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "react": "^18", "react-dom": "^18", "react-fast-marquee": "^1.6.4", - "react-hook-form": "^7.51.3", + "react-hook-form": "^7.62.0", "react-redux": "^9.1.1", "react-responsive-carousel": "^3.2.23", "react-slick": "^0.30.2", @@ -5279,9 +5279,10 @@ } }, "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.62.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.62.0.tgz", + "integrity": "sha512-7KWFejc98xqG/F4bAxpL41NB3o1nnvQO1RWZT3TqRZYL8RryQETGfEdVnJN2fy1crCiBLLjkRBVK05j24FxJGA==", + "license": "MIT", "engines": { "node": ">=18.0.0" }, diff --git a/package.json b/package.json index 4a45c1f..f89efe9 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "react": "^18", "react-dom": "^18", "react-fast-marquee": "^1.6.4", - "react-hook-form": "^7.51.3", + "react-hook-form": "^7.62.0", "react-redux": "^9.1.1", "react-responsive-carousel": "^3.2.23", "react-slick": "^0.30.2",