stoeffel / elm-verify-examples

BSD 3-Clause "New" or "Revised" License
167 stars 14 forks source link

Fix security vulnerabilities #90

Closed jwoudenberg closed 4 years ago

jwoudenberg commented 4 years ago

A couple of packages pull in lodash, tar, and fstream versions with vulnerabilities. This updates package.json and package-lock.json to make npm audit come back green.

jwoudenberg commented 4 years ago

CI failure is legit. I'll look into it.

jwoudenberg commented 4 years ago

Looks like I needed to upgrade Elm itself, which changes the nature of this PR somewhat. It's now about upgrading elm-verify-examples to Elm 0.19.1.

CI passes though!