mirror of
https://github.com/TryGhost/Ghost.git
synced 2023-12-13 21:00:40 +01:00
Update superagent to version 3.4.1 🚀 (#7913)
* chore(package): update superagent to version 3.4.1 https://greenkeeper.io/ * chore: yarn.lock
This commit is contained in:
parent
bc77d05183
commit
44655f6f3d
2 changed files with 21 additions and 6 deletions
|
@ -82,7 +82,7 @@
|
|||
"sanitize-html": "1.14.1",
|
||||
"semver": "5.3.0",
|
||||
"showdown-ghost": "0.3.6",
|
||||
"superagent": "3.3.2",
|
||||
"superagent": "3.4.1",
|
||||
"unidecode": "0.1.8",
|
||||
"uuid": "3.0.0",
|
||||
"validator": "6.2.1",
|
||||
|
|
25
yarn.lock
25
yarn.lock
|
@ -2934,11 +2934,11 @@ icojs@0.5.0:
|
|||
dependencies:
|
||||
jimp "^0.2.24"
|
||||
|
||||
iconv-lite@0.4.13, iconv-lite@^0.4.5, iconv-lite@~0.4.13:
|
||||
iconv-lite@0.4.13:
|
||||
version "0.4.13"
|
||||
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.13.tgz#1f88aba4ab0b1508e8312acc39345f36e992e2f2"
|
||||
|
||||
iconv-lite@0.4.15:
|
||||
iconv-lite@0.4.15, iconv-lite@^0.4.5, iconv-lite@~0.4.13:
|
||||
version "0.4.15"
|
||||
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.15.tgz#fe265a218ac6a57cfe854927e9d04c19825eddeb"
|
||||
|
||||
|
@ -4877,11 +4877,11 @@ qs@5.2.0:
|
|||
version "5.2.0"
|
||||
resolved "https://registry.yarnpkg.com/qs/-/qs-5.2.0.tgz#a9f31142af468cb72b25b30136ba2456834916be"
|
||||
|
||||
qs@6.2.0, qs@^6.0.2, qs@^6.1.0, qs@~6.2.0:
|
||||
qs@6.2.0:
|
||||
version "6.2.0"
|
||||
resolved "https://registry.yarnpkg.com/qs/-/qs-6.2.0.tgz#3b7848c03c2dece69a9522b0fae8c4126d745f3b"
|
||||
|
||||
qs@6.2.1:
|
||||
qs@6.2.1, qs@^6.0.2, qs@^6.1.0, qs@~6.2.0:
|
||||
version "6.2.1"
|
||||
resolved "https://registry.yarnpkg.com/qs/-/qs-6.2.1.tgz#ce03c5ff0935bc1d9d69a9f14cbd18e568d67625"
|
||||
|
||||
|
@ -5718,7 +5718,22 @@ strip-json-comments@1.0.x, strip-json-comments@~1.0.2, strip-json-comments@~1.0.
|
|||
version "1.0.4"
|
||||
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-1.0.4.tgz#1e15fbcac97d3ee99bf2d73b4c656b082bbafb91"
|
||||
|
||||
superagent@3.3.2, superagent@^3.0.0:
|
||||
superagent@3.4.1:
|
||||
version "3.4.1"
|
||||
resolved "https://registry.yarnpkg.com/superagent/-/superagent-3.4.1.tgz#4bd12741224d0ece6d9f757f1c3becbe7f24c115"
|
||||
dependencies:
|
||||
component-emitter "^1.2.0"
|
||||
cookiejar "^2.0.6"
|
||||
debug "^2.2.0"
|
||||
extend "^3.0.0"
|
||||
form-data "^2.1.1"
|
||||
formidable "^1.0.17"
|
||||
methods "^1.1.1"
|
||||
mime "^1.3.4"
|
||||
qs "^6.1.0"
|
||||
readable-stream "^2.0.5"
|
||||
|
||||
superagent@^3.0.0:
|
||||
version "3.3.2"
|
||||
resolved "https://registry.yarnpkg.com/superagent/-/superagent-3.3.2.tgz#23b4ed895911215a1f90b44d16638b6492f9c114"
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue