spacehackers / luti

Apache License 2.0
1 stars 2 forks source link

updates to handle npm vulnerability warnings #169

Closed basilleaf closed 2 years ago

basilleaf commented 2 years ago

a note about the 2 pull requests - previous one is from a fork at basilleaf but when I saw all the netlify CI failures decided to try instead from another branch in same repo (this PR, and did not help! same failures)

some npm package updates (and small code change) to get rid of npm vuln warnings

image

I did a quick QA check and looks good BUT not sure I'm aware of all the latest features these days! So might want to take this for a quick spin before merging.

No rush if this is inconvenient but these vuln warnings have been popping off and climbing in number for awhile so felt like smashing them 🔨

folks will likely need to rm -rf node_modules and rm package-lock.json before running npm install