diff options
-rw-r--r-- | package-lock.json | 8 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index 3c9e7200..5d7d41ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "react-content-loader": "^7.0.0", "react-dom": "^18.3.1", "react-helmet-async": "^2.0.4", - "react-hook-form": "^7.51.3", + "react-hook-form": "^7.51.4", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.23.0", "svg4everybody": "^2.1.9", @@ -17035,9 +17035,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.51.3", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.3.tgz", - "integrity": "sha512-cvJ/wbHdhYx8aviSWh28w9ImjmVsb5Y05n1+FW786vEZQJV5STNM0pW6ujS+oiBecb0ARBxJFyAnXj9+GHXACQ==", + "version": "7.51.4", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.4.tgz", + "integrity": "sha512-V14i8SEkh+V1gs6YtD0hdHYnoL4tp/HX/A45wWQN15CYr9bFRmmRdYStSO5L65lCCZRF+kYiSKhm9alqbcdiVA==", "engines": { "node": ">=12.22.0" }, diff --git a/package.json b/package.json index bf2e203c..4405fd25 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "react-content-loader": "^7.0.0", "react-dom": "^18.3.1", "react-helmet-async": "^2.0.4", - "react-hook-form": "^7.51.3", + "react-hook-form": "^7.51.4", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.23.0", "svg4everybody": "^2.1.9", |