pin openid-client to 5.7.0 for moment

Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
si458 2024-10-17 17:36:17 +01:00
parent 0c825251eb
commit 1e2d736d6d
1 changed files with 1 additions and 1 deletions

View File

@ -4192,7 +4192,7 @@ function mainStart() {
|| ((Math.floor(nodeVersion) == 16) && (nodeVersion >= 16.13))
|| ((Math.floor(nodeVersion) == 14) && (nodeVersion >= 14.15))
|| ((Math.floor(nodeVersion) == 12) && (nodeVersion >= 12.19))) {
passport.push('openid-client');
passport.push('openid-client@5.7.0');
} else {
addServerWarning('This NodeJS version does not support OpenID Connect on MeshCentral.', 25);
delete config.domains[i].authstrategies.oidc;