trynmaps / metrics-mvp

Prototype of public transit data visualization system
https://muni.opentransit.city
MIT License
30 stars 34 forks source link

Use package resolutions to fix security issues #614

Open akgupta89 opened 4 years ago

akgupta89 commented 4 years ago

Theoretically, since the page is static and doesn't contain any personal data, there isn't any significant risk for a user with any vulnerabilities.

However, this seems like a popular point to resolve, so for anyone interested in fixing these issues, please use this package: https://www.npmjs.com/package/npm-force-resolutions

And force packages to be updated to the vulnerability free version while ensuring backwards compatibility.