diff --git a/package-lock.json b/package-lock.json index 45ee807..5e3974a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "json-server": "^0.17.3", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.46.1", + "react-hook-form": "^7.49.3", "react-icons": "^4.10.1", "react-router-dom": "^6.15.0", "style-components": "^0.1.0", @@ -6324,11 +6324,12 @@ } }, "node_modules/react-hook-form": { - "version": "7.46.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.46.1.tgz", - "integrity": "sha512-0GfI31LRTBd5tqbXMGXT1Rdsv3rnvy0FjEk8Gn9/4tp6+s77T7DPZuGEpBRXOauL+NhyGT5iaXzdIM2R6F/E+w==", + "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==", "engines": { - "node": ">=12.22.0" + "node": ">=18", + "pnpm": "8" }, "funding": { "type": "opencollective", diff --git a/package.json b/package.json index 9fc18ff..2addc82 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "json-server": "^0.17.3", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.46.1", + "react-hook-form": "^7.49.3", "react-icons": "^4.10.1", "react-router-dom": "^6.15.0", "style-components": "^0.1.0",