I ran npm audit on augur-core, which generated some alarming-looking output, followed by a suggestion to run npm audit fix. I did so, and it changed a bunch of stuff in package-lock.json. It appears to mostly be un-fixing package version numbers, which doesn't seem desirable per se.
@nuevoalex up to you what (if anything) to do with this PR, feel free to close it if it's not needed!
I ran
npm audit
on augur-core, which generated some alarming-looking output, followed by a suggestion to runnpm audit fix
. I did so, and it changed a bunch of stuff in package-lock.json. It appears to mostly be un-fixing package version numbers, which doesn't seem desirable per se.@nuevoalex up to you what (if anything) to do with this PR, feel free to close it if it's not needed!