diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 433aa82..b48cac9 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -16,7 +16,7 @@ "moment": "^2.30.1", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-hook-form": "^7.50.1", + "react-hook-form": "^7.51.4", "react-icons": "^5.0.1", "react-router-dom": "^6.23.1" }, @@ -3808,9 +3808,10 @@ } }, "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.4", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.4.tgz", + "integrity": "sha512-V14i8SEkh+V1gs6YtD0hdHYnoL4tp/HX/A45wWQN15CYr9bFRmmRdYStSO5L65lCCZRF+kYiSKhm9alqbcdiVA==", + "license": "MIT", "engines": { "node": ">=12.22.0" }, @@ -8079,9 +8080,9 @@ } }, "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.4", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.4.tgz", + "integrity": "sha512-V14i8SEkh+V1gs6YtD0hdHYnoL4tp/HX/A45wWQN15CYr9bFRmmRdYStSO5L65lCCZRF+kYiSKhm9alqbcdiVA==", "requires": {} }, "react-icons": { diff --git a/frontend/package.json b/frontend/package.json index e9e4ebf..e9c626c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -41,7 +41,7 @@ "moment": "^2.30.1", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-hook-form": "^7.50.1", + "react-hook-form": "^7.51.4", "react-icons": "^5.0.1", "react-router-dom": "^6.23.1" }