diff --git a/package-lock.json b/package-lock.json index 207d23f..4ddbdac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "oidc-client-ts": "^2.4.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "7.49.3", + "react-hook-form": "7.50.0", "react-oidc-context": "^2.3.1", "react-router-dom": "6.21.3", "recoil": "0.7.7" @@ -16303,12 +16303,11 @@ "integrity": "sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==" }, "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.50.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.50.0.tgz", + "integrity": "sha512-AOhuzM3RdP09ZCnq+Z0yvKGHK25yiOX5phwxjV9L7U6HMla10ezkBnvQ+Pk4GTuDfsC5P2zza3k8mawFwFLVuQ==", "engines": { - "node": ">=18", - "pnpm": "8" + "node": ">=12.22.0" }, "funding": { "type": "opencollective", diff --git a/package.json b/package.json index c394342..d4e65be 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "oidc-client-ts": "^2.4.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "7.49.3", + "react-hook-form": "7.50.0", "react-oidc-context": "^2.3.1", "react-router-dom": "6.21.3", "recoil": "0.7.7"