mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Update dependency supertest to v6.1.3
This commit is contained in:
parent
31f8156676
commit
fad905d86c
2 changed files with 5 additions and 5 deletions
|
@ -169,7 +169,7 @@
|
|||
"rewire": "5.0.0",
|
||||
"should": "13.2.3",
|
||||
"sinon": "9.2.4",
|
||||
"supertest": "6.1.2",
|
||||
"supertest": "6.1.3",
|
||||
"tmp": "0.0.33"
|
||||
},
|
||||
"resolutions": {
|
||||
|
|
|
@ -9062,10 +9062,10 @@ superagent@^6.1.0:
|
|||
readable-stream "^3.6.0"
|
||||
semver "^7.3.2"
|
||||
|
||||
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==
|
||||
supertest@6.1.3:
|
||||
version "6.1.3"
|
||||
resolved "https://registry.yarnpkg.com/supertest/-/supertest-6.1.3.tgz#3f49ea964514c206c334073e8dc4e70519c7403f"
|
||||
integrity sha512-v2NVRyP73XDewKb65adz+yug1XMtmvij63qIWHZzSX8tp6wiq6xBLUy4SUAd2NII6wIipOmHT/FD9eicpJwdgQ==
|
||||
dependencies:
|
||||
methods "^1.1.2"
|
||||
superagent "^6.1.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue