diff options
-rw-r--r-- | package-lock.json | 14 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index 33348c0c..79459421 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "react-cookie": "^4.1.1", "react-dom": "^18.2.0", "react-helmet": "^6.1.0", - "react-hook-form": "^7.43.8", + "react-hook-form": "^7.43.9", "react-hot-toast": "^2.4.0", "react-router-dom": "^6.10.0", "svg4everybody": "^2.1.9", @@ -15293,9 +15293,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.43.8", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.8.tgz", - "integrity": "sha512-BQm+Ge5KjTk1EchDBRhdP8Pkb7MArO2jFF+UWYr3rtvh6197khi22uloLqlWeuY02ItlCzPunPsFt1/q9wQKnw==", + "version": "7.43.9", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.9.tgz", + "integrity": "sha512-AUDN3Pz2NSeoxQ7Hs6OhQhDr6gtF9YRuutGDwPQqhSUAHJSgGl2VeY3qN19MG0SucpjgDiuMJ4iC5T5uB+eaNQ==", "engines": { "node": ">=12.22.0" }, @@ -29199,9 +29199,9 @@ } }, "react-hook-form": { - "version": "7.43.8", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.8.tgz", - "integrity": "sha512-BQm+Ge5KjTk1EchDBRhdP8Pkb7MArO2jFF+UWYr3rtvh6197khi22uloLqlWeuY02ItlCzPunPsFt1/q9wQKnw==", + "version": "7.43.9", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.9.tgz", + "integrity": "sha512-AUDN3Pz2NSeoxQ7Hs6OhQhDr6gtF9YRuutGDwPQqhSUAHJSgGl2VeY3qN19MG0SucpjgDiuMJ4iC5T5uB+eaNQ==", "requires": {} }, "react-hot-toast": { diff --git a/package.json b/package.json index 0625ec14..1ae379cd 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "react-cookie": "^4.1.1", "react-dom": "^18.2.0", "react-helmet": "^6.1.0", - "react-hook-form": "^7.43.8", + "react-hook-form": "^7.43.9", "react-hot-toast": "^2.4.0", "react-router-dom": "^6.10.0", "svg4everybody": "^2.1.9", |