diff --git a/package-lock.json b/package-lock.json index 685e66d3..9845a13c 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.47.0", + "react-hook-form": "7.49.3", "react-oidc-context": "^2.3.1", "react-router-dom": "6.14.2", "recoil": "0.7.7" @@ -16502,11 +16502,12 @@ "integrity": "sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==" }, "node_modules/react-hook-form": { - "version": "7.47.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.47.0.tgz", - "integrity": "sha512-F/TroLjTICipmHeFlMrLtNLceO2xr1jU3CyiNla5zdwsGUGu2UOxxR4UyJgLlhMwLW/Wzp4cpJ7CPfgJIeKdSg==", + "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 fc49d806..62427591 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.47.0", + "react-hook-form": "7.49.3", "react-oidc-context": "^2.3.1", "react-router-dom": "6.14.2", "recoil": "0.7.7"