Skip to content

Commit

Permalink
Update superagent to version 3.5.0 馃殌 (#8043)
Browse files Browse the repository at this point in the history
* chore(package): update superagent to version 3.5.0

https://greenkeeper.io/

* chore: yarn.lock
  • Loading branch information
greenkeeperio-bot authored and kirrg001 committed Mar 3, 2017
1 parent 499a2c8 commit f74dbc4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"sanitize-html": "1.14.1",
"semver": "5.3.0",
"showdown-ghost": "0.3.6",
"superagent": "3.4.1",
"superagent": "3.5.0",
"unidecode": "0.1.8",
"uuid": "3.0.0",
"validator": "6.3.0",
Expand Down
19 changes: 17 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1934,7 +1934,7 @@ formatio@1.1.1:
dependencies:
samsam "~1.1"

formidable@^1.0.17:
formidable@^1.0.17, formidable@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/formidable/-/formidable-1.1.1.tgz#96b8886f7c3c3508b932d6bd70c4d3a88f35f1a9"

Expand Down Expand Up @@ -5707,7 +5707,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.4.1, superagent@^3.0.0:
superagent@3.5.0:
version "3.5.0"
resolved "https://registry.yarnpkg.com/superagent/-/superagent-3.5.0.tgz#56872b8e1ee6de994035ada2e53266899af95a6d"
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.1.1"
methods "^1.1.1"
mime "^1.3.4"
qs "^6.1.0"
readable-stream "^2.0.5"

superagent@^3.0.0:
version "3.4.1"
resolved "https://registry.yarnpkg.com/superagent/-/superagent-3.4.1.tgz#4bd12741224d0ece6d9f757f1c3becbe7f24c115"
dependencies:
Expand Down

0 comments on commit f74dbc4

Please sign in to comment.