nodeSolidServer/oidc-auth-manager

Fix dependency security vulnerability

Closed this issue · 2 comments

oidc-auth-manager transitively depends on "base64url": "^2.0.0" through a couple of old package versions of other libraries.

base64url should be updated to 3.0.0 in all dependencies because of https://nodesecurity.io/advisories/658

👍 , workin' on it.

Addressed by #24, closing.