mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Update dependency supertest to v6.1.5
This commit is contained in:
parent
4fe0535236
commit
67cf73074b
2 changed files with 5 additions and 5 deletions
|
@ -191,7 +191,7 @@
|
||||||
"rewire": "5.0.0",
|
"rewire": "5.0.0",
|
||||||
"should": "13.2.3",
|
"should": "13.2.3",
|
||||||
"sinon": "11.1.2",
|
"sinon": "11.1.2",
|
||||||
"supertest": "6.1.4",
|
"supertest": "6.1.5",
|
||||||
"tmp": "0.2.1"
|
"tmp": "0.2.1"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
|
|
|
@ -9535,10 +9535,10 @@ superagent@^6.1.0:
|
||||||
readable-stream "^3.6.0"
|
readable-stream "^3.6.0"
|
||||||
semver "^7.3.2"
|
semver "^7.3.2"
|
||||||
|
|
||||||
supertest@6.1.4:
|
supertest@6.1.5:
|
||||||
version "6.1.4"
|
version "6.1.5"
|
||||||
resolved "https://registry.yarnpkg.com/supertest/-/supertest-6.1.4.tgz#ea8953343e0ca316e80e975b39340934f754eb06"
|
resolved "https://registry.yarnpkg.com/supertest/-/supertest-6.1.5.tgz#b011c8465281b30c64e9d4be4cb3808b91cd1ec0"
|
||||||
integrity sha512-giC9Zm+Bf1CZP09ciPdUyl+XlMAu6rbch79KYiYKOGcbK2R1wH8h+APul1i/3wN6RF1XfWOIF+8X1ga+7SBrug==
|
integrity sha512-Is3pFB2TxSFPohDS2tIM8h2JOMvUQwbJ9TvTfsWAm89ZZv1CF4VTLAsQz+5+5S1wOgaMqFqSpFriU15L3e2AXQ==
|
||||||
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