Skip to content

Commit

Permalink
⬆️ Update dependency superagent to v5.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 12, 2019
1 parent 82d1661 commit e2bea87
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"react-sound": "1.2.0",
"recompose": "0.30.0",
"socket.io-client": "2.2.0",
"superagent": "5.0.6",
"superagent": "5.0.8",
"typeface-roboto": "0.0.54"
},
"scripts": {
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7282,10 +7282,10 @@ mime@^2.0.3, mime@^2.3.1:
resolved "https://registry.yarnpkg.com/mime/-/mime-2.4.0.tgz#e051fd881358585f3279df333fe694da0bcffdd6"
integrity sha512-ikBcWwyqXQSHKtciCcctu9YfPbFYZ4+gbHEmE0Q8jzcTYQg5dHCr3g2wwAZjPoJfQVXZq6KXAjpXOTf5/cjT7w==

mime@^2.4.3:
version "2.4.3"
resolved "https://registry.yarnpkg.com/mime/-/mime-2.4.3.tgz#229687331e86f68924e6cb59e1cdd937f18275fe"
integrity sha512-QgrPRJfE+riq5TPZMcHZOtm8c6K/yYrMbKIoRfapfiGLxS8OTeIfRhUGW5LU7MlRa52KOAGCfUNruqLrIBvWZw==
mime@^2.4.4:
version "2.4.4"
resolved "https://registry.yarnpkg.com/mime/-/mime-2.4.4.tgz#bd7b91135fc6b01cde3e9bae33d659b63d8857e5"
integrity sha512-LRxmNwziLPT828z+4YkNzloCFC2YM4wrB99k+AV5ZbEyfGNWfG8SO1FUXLmLDBSo89NrJZ4DIWeLjy1CHGhMGA==

mimic-fn@^1.0.0:
version "1.2.0"
Expand Down Expand Up @@ -10571,18 +10571,18 @@ stylehacks@^4.0.0:
postcss "^7.0.0"
postcss-selector-parser "^3.0.0"

superagent@5.0.6:
version "5.0.6"
resolved "https://registry.yarnpkg.com/superagent/-/superagent-5.0.6.tgz#78cb26a2742cfadc7aa422c329f23bbd61f08121"
integrity sha512-Rs1F18i4/o3C5N1kKAjWRS+uwQma3zz8J+hduC3E6CCE9LMF44ZPInBuvAibpgDoTtj42nkRNuasQ2r2JeMMIw==
superagent@5.0.8:
version "5.0.8"
resolved "https://registry.yarnpkg.com/superagent/-/superagent-5.0.8.tgz#c9bd4af68858aefd3006182899b05aa7bf96cca7"
integrity sha512-iu2aHUIQmocf2QtN17y4gzE5WdDcGBt3V1wvaahGcR8AeA9F+LIThVTRSKtAYqnhQo2X+U1/zyqSQ/6jyFJ+Qw==
dependencies:
component-emitter "^1.3.0"
cookiejar "^2.1.2"
debug "^4.1.1"
form-data "^2.3.3"
formidable "^1.2.1"
methods "^1.1.2"
mime "^2.4.3"
mime "^2.4.4"
qs "^6.7.0"
readable-stream "^3.4.0"
semver "^6.1.1"
Expand Down

0 comments on commit e2bea87

Please sign in to comment.