npm warn deprecated superagent@8.1.2: Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See https://github.com/ladjs/superagent/pull/1800 for insight. This project is supported and maintained by the team at Forward Email @ https://forwardemail.net added 636 packages, and audited 1828 packages in 18s 118 packages are looking for funding run `npm fund` for details 20 vulnerabilities (7 low, 3 moderate, 5 high, 5 critical) To address issues that do not require attention, run: npm audit fix To address all issues (including breaking changes), run: npm audit fix --force Run `npm audit` for details. > test > AUTH_SERVICE_URL=http://localhost:4000 DEVICE_SERVICE_URL=http://localhost:4000 EXPERIMENT_SERVICE_URL=http://localhost:4000 mocha (node:6129) ExperimentalWarning: `--experimental-loader` may be removed in the future; instead use `register()`: --import 'data:text/javascript,import { register } from "node:module"; import { pathToFileURL } from "node:url"; register("ts-node/esm", pathToFileURL("./"));' (Use `node --trace-warnings ...` to show where the warning was created) (node:6129) [DEP0180] DeprecationWarning: fs.Stats constructor is deprecated. (Use `node --trace-deprecation ...` to show where the warning was created) LTI Login trying to fetch url: https://api.johannes.goldi-labs.de/token trying to fetch url: http://localhost:4000/token ✔ should be able to launch (950ms) trying to fetch url: https://api.johannes.goldi-labs.de/token trying to fetch url: http://localhost:4000/token trying to fetch url: https://api.johannes.goldi-labs.de/token trying to fetch url: http://localhost:4000/token ✔ should be able to launch multiple times (576ms) Platform ✔ should list platforms when authorized (58ms) ✔ should delete not registered platforms from the database ✔ should create a platform when authorized (85ms) ✔ should NOT create a platform when NOT authorized (61ms) LTI Role Selection trying to fetch url: https://api.johannes.goldi-labs.de/token trying to fetch url: http://localhost:4000/token ✔ should be able to modify session experiment (1097ms) LTI Students trying to fetch url: https://api.johannes.goldi-labs.de/token trying to fetch url: http://localhost:4000/token ✔ should display students (239ms) ✔ should update students (450ms) 9 passing (4s)