funmaker / Hybooru

Hydrus-based booru-styled imageboard in React
https://booru.funmaker.moe/
MIT License
100 stars 17 forks source link

Fix NPM high severity vulnerabilities warnings #27

Closed LilianBoulard closed 1 year ago

LilianBoulard commented 1 year ago

Fixes part of #26.

Fixed the vulnerability warnings with

npm audit fix
npm i --save

and updated the node version from 16.1.0 to 19.8.1 in Dockerfile.

Also, I've bumped the Hybooru version in package-lock.json from 1.6.1.dev to 1.7.1. Not sure if it's a good thing or not, I have no experience with NodeJS!

funmaker commented 1 year ago

I've changed Docker node target to v18.12.0 to more closely match my development environment. This should be more reliable. Thanks for PR.