diff --git a/rekisterointi-ui/package-lock.json b/rekisterointi-ui/package-lock.json index f38e89f..1465fa6 100644 --- a/rekisterointi-ui/package-lock.json +++ b/rekisterointi-ui/package-lock.json @@ -18,7 +18,7 @@ "react-datepicker": "^4.11.0", "react-dom": "^18.2.0", "react-helmet": "^6.1.0", - "react-hook-form": "^7.43.9", + "react-hook-form": "^7.51.5", "react-markdown": "^8.0.7", "react-redux": "^8.0.5", "react-router": "^6.10.0", @@ -4847,9 +4847,10 @@ } }, "node_modules/react-hook-form": { - "version": "7.43.9", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.9.tgz", - "integrity": "sha512-AUDN3Pz2NSeoxQ7Hs6OhQhDr6gtF9YRuutGDwPQqhSUAHJSgGl2VeY3qN19MG0SucpjgDiuMJ4iC5T5uB+eaNQ==", + "version": "7.51.5", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.5.tgz", + "integrity": "sha512-J2ILT5gWx1XUIJRETiA7M19iXHlG74+6O3KApzvqB/w8S5NQR7AbU8HVZrMALdmDgWpRPYiZJl0zx8Z4L2mP6Q==", + "license": "MIT", "engines": { "node": ">=12.22.0" }, @@ -10223,9 +10224,9 @@ } }, "react-hook-form": { - "version": "7.43.9", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.9.tgz", - "integrity": "sha512-AUDN3Pz2NSeoxQ7Hs6OhQhDr6gtF9YRuutGDwPQqhSUAHJSgGl2VeY3qN19MG0SucpjgDiuMJ4iC5T5uB+eaNQ==", + "version": "7.51.5", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.5.tgz", + "integrity": "sha512-J2ILT5gWx1XUIJRETiA7M19iXHlG74+6O3KApzvqB/w8S5NQR7AbU8HVZrMALdmDgWpRPYiZJl0zx8Z4L2mP6Q==", "requires": {} }, "react-is": { diff --git a/rekisterointi-ui/package.json b/rekisterointi-ui/package.json index 99db98e..1b5999e 100644 --- a/rekisterointi-ui/package.json +++ b/rekisterointi-ui/package.json @@ -13,7 +13,7 @@ "react-datepicker": "^4.11.0", "react-dom": "^18.2.0", "react-helmet": "^6.1.0", - "react-hook-form": "^7.43.9", + "react-hook-form": "^7.51.5", "react-markdown": "^8.0.7", "react-redux": "^8.0.5", "react-router": "^6.10.0",