chore(deps): update dependency supertest to v4 (#1713)

This commit is contained in:
renovate[bot] 2019-03-18 15:15:45 +08:00 committed by DIYgod
parent 1bf0490bff
commit 2bbceece4e
2 changed files with 5 additions and 5 deletions

View File

@ -40,7 +40,7 @@
"nodemon": "1.18.10",
"prettier": "1.16.4",
"prettier-check": "2.0.0",
"supertest": "3.4.2",
"supertest": "4.0.2",
"vuepress": "0.14.10",
"yorkie": "2.0.0"
},

View File

@ -9602,10 +9602,10 @@ superagent@^3.8.3:
qs "^6.5.1"
readable-stream "^2.3.5"
supertest@3.4.2:
version "3.4.2"
resolved "https://registry.yarnpkg.com/supertest/-/supertest-3.4.2.tgz#bad7de2e43d60d27c8caeb8ab34a67c8a5f71aad"
integrity sha512-WZWbwceHUo2P36RoEIdXvmqfs47idNNZjCuJOqDz6rvtkk8ym56aU5oglORCpPeXGxT7l9rkJ41+O1lffQXYSA==
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"