tjarbo / discord-moodle-bot

Get notified about changes on moodle on you favorite platform!
https://docs.tjarbo.me/moodle-notification-service/1.0.0/home
GNU Affero General Public License v3.0
28 stars 3 forks source link

✨ Upgrade packages #91

Closed tjarbo closed 3 years ago

tjarbo commented 3 years ago

As a Developer I want to use the latest version of my packages that I can use the latest features

Description:

There are several upgrade available:

Package              Current    Wanted    Latest  Location
@types/express-jwt    0.0.42    0.0.42     6.0.1  @fmdb/backend
@types/helmet         0.0.46    0.0.46     4.0.0  @fmdb/backend
@types/jest           25.2.3    25.2.3   26.0.20  @fmdb/backend
@types/node         13.13.45  13.13.45  14.14.31  @fmdb/backend
concurrently           5.3.0     5.3.0     6.0.0  @fmdb/backend
helmet                3.23.3    3.23.3     4.4.1  @fmdb/backend
ts-loader              7.0.5     7.0.5    8.0.17  @fmdb/backend
typescript             3.9.9     3.9.9     4.1.5  @fmdb/backend
Package  Current  Wanted  Latest  Location
buefy     0.8.20  0.8.20   0.9.4  @fmdb/frontend
core-js    3.8.3   3.9.0   3.9.0  @fmdb/frontend

🟢 In scope:

🔴 Not in scope:

What should be the result?

GIVEN WHEN I run npm outdate && npm audit THEN The result should be empty

tjarbo commented 3 years ago

This should not be required anymore ... for now