prior-art-archive / priorartarchive.org

Prior Art Archive Site
https://priorartarchive.org
GNU General Public License v2.0
3 stars 1 forks source link

NPM Audit #11

Open slifty opened 5 years ago

slifty commented 5 years ago

There are a slew of packages that need to be upgraded according to npm; we should run npm audit and upgrade the packages.

slifty commented 5 years ago

Note: I suspect there are also some packages that simply aren't used at all and are relics from past iterations. We should go through and identify those as well, though maybe as a separate post-v2 deployment.

metasj commented 5 years ago

A round of cleanup, in docs + removing old packages + clarifying quirks, sounds right for post-v2

reefdog commented 5 years ago

I wonder if I accidentally stumbled into doing part of this with https://github.com/prior-art-archive/priorartarchive.org/pull/6/commits/10a757ca5eeca76fafe8137677e8b1287b1025a7. I had to blast my lockfile and node_modules because Node SASS compilation was exploding. I just did npm install though, so no actual version changing/editing in the package.json or anything.