Closed Alx101 closed 1 year ago
Fixed in #823. We've had to drop support for Node versions < v12 because I couldn't find a way to apply the fixes without doing so in a reasonable time. Fortunately those versions of Node have been unsupported for quite a while now: https://github.com/nodejs/Release
This was released in 4.13.0
Summary
graphile-build-pg
depends on vulnerable version ofjsonwebtoken
(>= 8.5.1) with severity highSteps to reproduce
Running
npm audit
on a project withpostgraphile
installed:Possible Solution
Upgrade to latest secure version of jsonwebtoken (v 9.0.0)