Skip to content

Update `jwt-simple` to fix critical npm audit security issue

Eric Eastwood requested to merge feature/fix-some-npm-audit-critical into develop

Update jwt-simple to fix critical npm audit issue. More info: https://www.npmjs.com/advisories/87. As a note, we don't .decode in our code so I don't think we were affected.

$ npm audit | grep Critical -B3 -A10

# Run  npm install jwt-simple@0.5.1  to resolve 1 vulnerability

  Critical        Forgeable Public/Private Tokens

  Package         jwt-simple

  Dependency of   jwt-simple

  Path            jwt-simple

  More info       https://nodesecurity.io/advisories/87
Edited by Eric Eastwood

Merge request reports