Merge pull request #128 from Human-Connection/dependabot/npm_and_yarn/supertest-3.4.2

This commit is contained in:
dependabot[bot] 2019-01-23 12:43:20 +00:00 committed by GitHub
commit 58e9899509
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -88,6 +88,6 @@
"jest": "^23.6.0",
"nodemon": "~1.18.9",
"nyc": "^13.1.0",
"supertest": "^3.4.1"
"supertest": "^3.4.2"
}
}

View File

@ -7136,10 +7136,10 @@ superagent@^3.8.3:
qs "^6.5.1"
readable-stream "^2.3.5"
supertest@^3.4.1:
version "3.4.1"
resolved "https://registry.yarnpkg.com/supertest/-/supertest-3.4.1.tgz#91b19ea34804c205769d0ff5ad947aff3eb2731d"
integrity sha512-r4AmsjjKxC50LxGACe/E4xKjau2amiFlj3aCT2sZCRig2o3l4XFN6Acw7crDu4d8Af1f5chafIyLkQ1mac/boA==
supertest@^3.4.2:
version "3.4.2"
resolved "https://registry.yarnpkg.com/supertest/-/supertest-3.4.2.tgz#bad7de2e43d60d27c8caeb8ab34a67c8a5f71aad"
integrity sha512-WZWbwceHUo2P36RoEIdXvmqfs47idNNZjCuJOqDz6rvtkk8ym56aU5oglORCpPeXGxT7l9rkJ41+O1lffQXYSA==
dependencies:
methods "^1.1.2"
superagent "^3.8.3"