mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Update dependency supertest to v6.1.1
This commit is contained in:
parent
a9777139f9
commit
f7690dedc1
2 changed files with 5 additions and 5 deletions
|
@ -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": {
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue