ariabuckles / perseus-configured

Perseus, with fewer global deps
MIT License
4 stars 7 forks source link

jquery vulnerability #2

Open kwichmann opened 6 years ago

kwichmann commented 6 years ago

When installing the perseus-configured package by using yarn start, I get "found 1 high severity vulnerability".

npm audit fix doesn't remove this, but suggests that the bug is fixed in version >=3.0.0.

So I tried installing the newest version of jquery - 3.3.1 - but I still get the same errors.

kwichmann commented 6 years ago

Oh, seems like I should npm, not yarn ... (then why the yarn.lock file?)