1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

chore: upgrade supertest to version 4.0.2

This commit is contained in:
ivaosthu 2019-10-02 21:50:45 +02:00 committed by Ivar Conradi Østhus
parent b70d0d18a6
commit f54f5727de
2 changed files with 5 additions and 4 deletions

View File

@ -108,7 +108,7 @@
"prettier": "^1.15.3",
"proxyquire": "^2.1.0",
"superagent": "^5.0.2",
"supertest": "^4.0.1",
"supertest": "^4.0.2",
"supervisor": "^0.12.0"
},
"lint-staged": {

View File

@ -5478,9 +5478,10 @@ supertap@^1.0.0:
serialize-error "^2.1.0"
strip-ansi "^4.0.0"
supertest@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/supertest/-/supertest-4.0.1.tgz#3d8a245559a9fcd60e5ec91092e42adec4d9ccc1"
supertest@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/supertest/-/supertest-4.0.2.tgz#c2234dbdd6dc79b6f15b99c8d6577b90e4ce3f36"
integrity sha512-1BAbvrOZsGA3YTCWqbmh14L0YEq0EGICX/nBnfkfVJn7SrxQV1I3pMYjSzG9y/7ZU2V9dWqyqk2POwxlb09duQ==
dependencies:
methods "^1.1.2"
superagent "^3.8.3"