Closed tjarbo closed 3 years ago
As a Developer I want to use the latest version of my packages that I can use the latest features
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
npm audit fix
GIVEN WHEN I run npm outdate && npm audit THEN The result should be empty
npm outdate && npm audit
This should not be required anymore ... for now
Description:
There are several upgrade available:
🟢 In scope:
npm audit fix
🔴 Not in scope:
What should be the result?
GIVEN WHEN I run
npm outdate && npm audit
THEN The result should be empty