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
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
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
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
andrm package-lock.json
before runningnpm install