mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Update dependency supertest to v6
This commit is contained in:
parent
1cc58c1f95
commit
6e82934230
2 changed files with 5 additions and 5 deletions
|
@ -169,7 +169,7 @@
|
||||||
"rewire": "5.0.0",
|
"rewire": "5.0.0",
|
||||||
"should": "13.2.3",
|
"should": "13.2.3",
|
||||||
"sinon": "9.2.1",
|
"sinon": "9.2.1",
|
||||||
"supertest": "5.0.0",
|
"supertest": "6.0.0",
|
||||||
"tmp": "0.0.33"
|
"tmp": "0.0.33"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
|
|
|
@ -8777,10 +8777,10 @@ superagent@6.1.0:
|
||||||
readable-stream "^3.6.0"
|
readable-stream "^3.6.0"
|
||||||
semver "^7.3.2"
|
semver "^7.3.2"
|
||||||
|
|
||||||
supertest@5.0.0:
|
supertest@6.0.0:
|
||||||
version "5.0.0"
|
version "6.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/supertest/-/supertest-5.0.0.tgz#771aedfeb0a95466cc5d100d5d11288736fd25da"
|
resolved "https://registry.yarnpkg.com/supertest/-/supertest-6.0.0.tgz#8371509fadd616217b42ff3d3be7cc0267baea1b"
|
||||||
integrity sha512-2JAWpPrUOZF4hHH5ZTCN2xjKXvJS3AEwPNXl0HUseHsfcXFvMy9kcsufIHCNAmQ5hlGCvgeAqaR5PBEouN3hlQ==
|
integrity sha512-7+Skilm7kvUZIaKfALPgjS3i8zYs11zvEudAeYdqJZL3f+SGGFV4qQkkTVkYcs+zbE6de47HP8o0a0hy1BFlMA==
|
||||||
dependencies:
|
dependencies:
|
||||||
methods "1.1.2"
|
methods "1.1.2"
|
||||||
superagent "6.1.0"
|
superagent "6.1.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue