chore(deps): update dependency supertest to v6

This commit is contained in:
Renovate Bot 2020-10-29 23:32:12 +00:00 committed by Joachim Van Herwegen
parent a7fa61ab2f
commit ac8423d28d
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -9954,9 +9954,9 @@
}
},
"supertest": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/supertest/-/supertest-5.0.0.tgz",
"integrity": "sha512-2JAWpPrUOZF4hHH5ZTCN2xjKXvJS3AEwPNXl0HUseHsfcXFvMy9kcsufIHCNAmQ5hlGCvgeAqaR5PBEouN3hlQ==",
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/supertest/-/supertest-6.0.0.tgz",
"integrity": "sha512-7+Skilm7kvUZIaKfALPgjS3i8zYs11zvEudAeYdqJZL3f+SGGFV4qQkkTVkYcs+zbE6de47HP8o0a0hy1BFlMA==",
"dev": true,
"requires": {
"methods": "1.1.2",

View File

@ -114,7 +114,7 @@
"nodemon": "^2.0.4",
"rimraf": "^3.0.2",
"stream-to-string": "^1.1.0",
"supertest": "^5.0.0",
"supertest": "^6.0.0",
"ts-jest": "^26.3.0",
"typescript": "^4.0.2"
}