Skip to content

Commit

Permalink
⬆️ Update dependency superagent to v5.0.2 (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and timmo001 committed Mar 28, 2019
1 parent cd9082b commit 1fd9e1b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"react-scripts": "2.1.8",
"react-sound": "1.2.0",
"recompose": "0.30.0",
"superagent": "5.0.0",
"superagent": "5.0.2",
"socket.io-client": "2.2.0",
"typeface-roboto": "0.0.54"
},
Expand Down
14 changes: 10 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9150,6 +9150,11 @@ selfsigned@^1.9.1:
resolved "https://registry.yarnpkg.com/semver/-/semver-5.6.0.tgz#7e74256fbaa49c75aa7c7a205cc22799cac80004"
integrity sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg==

semver@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/semver/-/semver-6.0.0.tgz#05e359ee571e5ad7ed641a6eec1e547ba52dea65"
integrity sha512-0UewU+9rFapKFnlbirLi3byoOuhrSsli/z/ihNnvM24vgF+8sNBiI1LZPBSH9wJKUwaUbw+s3hToDLCXkrghrQ==

send@0.16.2:
version "0.16.2"
resolved "https://registry.yarnpkg.com/send/-/send-0.16.2.tgz#6ecca1e0f8c156d141597559848df64730a6bbc1"
Expand Down Expand Up @@ -9745,10 +9750,10 @@ stylehacks@^4.0.0:
postcss "^7.0.0"
postcss-selector-parser "^3.0.0"

superagent@5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/superagent/-/superagent-5.0.0.tgz#291a55a73eb5c37e630f3d380596295021d9dd97"
integrity sha512-95VtzKakGMAMlDeWORE+MKIJaELv31C0a87xl8DNuxmHiShc/WbsfZsp11EJa1I5z7mo6xkW6sRlMJ0Vg9gDJw==
superagent@5.0.2:
version "5.0.2"
resolved "https://registry.yarnpkg.com/superagent/-/superagent-5.0.2.tgz#5ff1e327d7f8250418e76a07fc96f3bd8441ca51"
integrity sha512-CqeqvwByDJuLwhcO6NOSuPatyQOIZX/TlvD5GJnXg5tzBTth2xQGZGdAZdo/kX+BtzvwJFX2IGGczTZgEIT7Wg==
dependencies:
component-emitter "^1.2.1"
cookiejar "^2.1.2"
Expand All @@ -9759,6 +9764,7 @@ superagent@5.0.0:
mime "^2.4.0"
qs "^6.7.0"
readable-stream "^3.2.0"
semver "^6.0.0"

supports-color@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit 1fd9e1b

Please sign in to comment.