fix(oidc): update oidc client
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-03-26 14:00:30 +02:00
parent 4f76cce8d3
commit d0e5faa040
2 changed files with 10 additions and 10 deletions

View File

@@ -66,7 +66,7 @@
"cookie-parser": "^1.4.6",
"express-session": "^1.17.3",
"ioredis": "^5.3.2",
"openid-client": "^5.4.3",
"openid-client": "^5.6.5",
"redis": "^4.6.7",
"winston": "^3.10.0"
},
@@ -91,4 +91,4 @@
"lint-staged": {
"*.{ts,js,css,md}": "prettier --write"
}
}
}