RiiConnect24 / RiiTag

RiiTag is a customizable gamertag for the Wii.
https://tag.rc24.xyz/
GNU Affero General Public License v3.0
14 stars 7 forks source link

Update Various Dependancies #50

Closed Exorcism0666 closed 2 years ago

Exorcism0666 commented 2 years ago
Package:
  1. axios
  2. pug
  3. @sentry/node
  4. canvas
  5. sqlite3
  6. passport
  7. dd-trace
  8. express-session
TheShadowEevee commented 2 years ago

I have some time later today, I'll test to make sure nothing broke with the updates

TheShadowEevee commented 2 years ago

Everything seems sane, and none of the version updates were major so they were relatively safe to begin with.

I downgraded sqlite3 to 4.2.0 from 5.0.0/5.0.2 due to a security vulnerablity I discovered while checking the packages, once that vulnerablity is fixed (it's in the tar library, more info in the commit comment) it should be updated again.

Thanks for updating these!