chore(deps): update dependency supertest to v6.0.1 (#199)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-01-05 19:45:28 +03:00 committed by GitHub
parent 0e370c1635
commit a48a879836
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -9930,9 +9930,9 @@
}
},
"supertest": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/supertest/-/supertest-6.0.0.tgz",
"integrity": "sha512-7+Skilm7kvUZIaKfALPgjS3i8zYs11zvEudAeYdqJZL3f+SGGFV4qQkkTVkYcs+zbE6de47HP8o0a0hy1BFlMA==",
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/supertest/-/supertest-6.0.1.tgz",
"integrity": "sha512-8yDNdm+bbAN/jeDdXsRipbq9qMpVF7wRsbwLgsANHqdjPsCoecmlTuqEcLQMGpmojFBhxayZ0ckXmLXYq7e+0g==",
"dev": true,
"requires": {
"methods": "1.1.2",

View File

@ -45,7 +45,7 @@
"eslint-plugin-prettier": "3.3.1",
"jest": "26.6.3",
"prettier": "2.1.2",
"supertest": "6.0.0",
"supertest": "6.0.1",
"ts-jest": "26.4.3",
"ts-loader": "8.0.8",
"ts-node": "9.0.0",