solid-contrib / solid-auth-fetcher

A client library for authenticating with Solid
Other
2 stars 7 forks source link

Security issues in the `example` code #6

Closed michielbdejong closed 4 years ago

michielbdejong commented 4 years ago

Related to https://github.com/inrupt/solid-auth-fetcher/issues/97

michielbdejong commented 4 years ago

I ran npm update and npm audit fix in each example folder, and npm update lodash --depth 3 where necessary. All examples are at 0 vulnerabilities now, except for examples/native. The repo root is at 0 vulnerabilities as well now.

The alerts in example/native are:

found 332 vulnerabilities (325 low, 7 moderate) in 1108 scanned packages

And most of those seem to be from react-native, but that's already at the latest version, so nothing more we can do that for now.