0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Update dependency supertest to v6.1.2

This commit is contained in:
Renovate Bot 2021-01-25 06:46:03 +00:00
parent 8fd3034d3c
commit 01206217f5
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.4",
"supertest": "6.1.1",
"supertest": "6.1.2",
"tmp": "0.0.33"
},
"resolutions": {

View file

@ -9081,10 +9081,10 @@ superagent@^6.1.0:
readable-stream "^3.6.0"
semver "^7.3.2"
supertest@6.1.1:
version "6.1.1"
resolved "https://registry.yarnpkg.com/supertest/-/supertest-6.1.1.tgz#4fe6ddfdad4ef3eb72926046c6c625217771d9ae"
integrity sha512-3WDAWfqdNifCURjGUHZFv3u5nMg5tFtFRCTJOcSZXdlYZ0gqVF3UMhA7IJDP8nDXnR3gocbQ6s0bpiPnsoFeQw==
supertest@6.1.2:
version "6.1.2"
resolved "https://registry.yarnpkg.com/supertest/-/supertest-6.1.2.tgz#1679c234b139eed93911c185b67f689348fc2453"
integrity sha512-hZ8bu3TebxCYQ40mF6/2ou58EEG5jxo1AbsE1vprqXo3emkmqbQMcQrF7acsQteOjYlkExSvYOAQ/feTE9n7uA==
dependencies:
methods "^1.1.2"
superagent "^6.1.0"