dependencies: update supertest 3.0.0 -> 4.0.2

This is a dev dependency. No impact in production. After this upgrade the
backend tests ("cd src; npm test") still pass.
This commit is contained in:
muxator 2020-03-22 00:33:22 +01:00
parent 6a55e7e03f
commit 4cbbf9893f
2 changed files with 6 additions and 6 deletions

View file

@ -70,7 +70,7 @@
"devDependencies": {
"mocha": "5.2.0",
"nyc": "14.1.0",
"supertest": "3.0.0",
"supertest": "4.0.2",
"wd": "1.11.4"
},
"engines": {