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 8e82a0a9..d619b3da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "react-content-loader": "^6.2.1", "react-dom": "^18.2.0", "react-helmet-async": "^2.0.4", - "react-hook-form": "^7.50.1", + "react-hook-form": "^7.51.0", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.22.2", "svg4everybody": "^2.1.9", @@ -16175,9 +16175,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.50.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.50.1.tgz", - "integrity": "sha512-3PCY82oE0WgeOgUtIr3nYNNtNvqtJ7BZjsbxh6TnYNbXButaD5WpjOmTjdxZfheuHKR68qfeFnEDVYoSSFPMTQ==", + "version": "7.51.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.0.tgz", + "integrity": "sha512-BggOy5j58RdhdMzzRUHGOYhSz1oeylFAv6jUSG86OvCIvlAvS7KvnRY7yoAf2pfEiPN7BesnR0xx73nEk3qIiw==", "engines": { "node": ">=12.22.0" }, diff --git a/package.json b/package.json index 64103c2f..d81b492e 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "react-content-loader": "^6.2.1", "react-dom": "^18.2.0", "react-helmet-async": "^2.0.4", - "react-hook-form": "^7.50.1", + "react-hook-form": "^7.51.0", "react-hot-toast": "^2.4.1", "react-router-dom": "^6.22.2", "svg4everybody": "^2.1.9", |