Update dependency supertest to v6.1.1

This commit is contained in:
Renovate Bot 2021-01-15 19:09:28 +00:00
parent a9777139f9
commit f7690dedc1
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 5 additions and 5 deletions

View File

@ -169,7 +169,7 @@
"rewire": "5.0.0",
"should": "13.2.3",
"sinon": "9.2.3",
"supertest": "6.1.0",
"supertest": "6.1.1",
"tmp": "0.0.33"
},
"resolutions": {

View File

@ -9013,10 +9013,10 @@ superagent@^6.1.0:
readable-stream "^3.6.0"
semver "^7.3.2"
supertest@6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/supertest/-/supertest-6.1.0.tgz#680a91ac5d58984965c014eccbdc9176fabaa47f"
integrity sha512-3l1F78crTryOfgEipLeBljKcIf1JTgs/Rzn9TmxDLCXiFyBq1rELCTyDMOJLc4od3Y1Wpre4TXiSO4p1LpS6lA==
supertest@6.1.1:
version "6.1.1"
resolved "https://registry.yarnpkg.com/supertest/-/supertest-6.1.1.tgz#4fe6ddfdad4ef3eb72926046c6c625217771d9ae"
integrity sha512-3WDAWfqdNifCURjGUHZFv3u5nMg5tFtFRCTJOcSZXdlYZ0gqVF3UMhA7IJDP8nDXnR3gocbQ6s0bpiPnsoFeQw==
dependencies:
methods "^1.1.2"
superagent "^6.1.0"