diff --git a/package-lock.json b/package-lock.json index b2ff258..bcdd84d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "react-datepicker": "^6.9.0", "react-dom": "^18.2.0", "react-google-recaptcha": "^3.1.0", - "react-hook-form": "^7.49.3", + "react-hook-form": "^7.52.0", "react-icons": "^4.11.0", "react-password-checklist": "^1.5.1", "react-password-strength-bar": "^0.4.1", @@ -4766,19 +4766,19 @@ } }, "node_modules/react-hook-form": { - "version": "7.49.3", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.49.3.tgz", - "integrity": "sha512-foD6r3juidAT1cOZzpmD/gOKt7fRsDhXXZ0y28+Al1CHgX+AY1qIN9VSIIItXRq1dN68QrRwl1ORFlwjBaAqeQ==", + "version": "7.52.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.52.0.tgz", + "integrity": "sha512-mJX506Xc6mirzLsmXUJyqlAI3Kj9Ph2RhplYhUVffeOQSnubK2uVqBFOBJmvKikvbFV91pxVXmDiR+QMF19x6A==", + "license": "MIT", "engines": { - "node": ">=18", - "pnpm": "8" + "node": ">=12.22.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/react-hook-form" }, "peerDependencies": { - "react": "^16.8.0 || ^17 || ^18" + "react": "^16.8.0 || ^17 || ^18 || ^19" } }, "node_modules/react-icons": { @@ -9122,9 +9122,9 @@ } }, "react-hook-form": { - "version": "7.49.3", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.49.3.tgz", - "integrity": "sha512-foD6r3juidAT1cOZzpmD/gOKt7fRsDhXXZ0y28+Al1CHgX+AY1qIN9VSIIItXRq1dN68QrRwl1ORFlwjBaAqeQ==", + "version": "7.52.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.52.0.tgz", + "integrity": "sha512-mJX506Xc6mirzLsmXUJyqlAI3Kj9Ph2RhplYhUVffeOQSnubK2uVqBFOBJmvKikvbFV91pxVXmDiR+QMF19x6A==", "requires": {} }, "react-icons": { diff --git a/package.json b/package.json index f5dff6e..b161a16 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "react-datepicker": "^6.9.0", "react-dom": "^18.2.0", "react-google-recaptcha": "^3.1.0", - "react-hook-form": "^7.49.3", + "react-hook-form": "^7.52.0", "react-icons": "^4.11.0", "react-password-checklist": "^1.5.1", "react-password-strength-bar": "^0.4.1",