Skip to content

Commit

Permalink
⬆️ Update dependency @feathersjs/socketio-client to v4.4.3 (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2019
1 parent f1496dd commit ac93fca
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@feathersjs/authentication-client": "4.4.1",
"@feathersjs/feathers": "4.4.1",
"@feathersjs/socketio-client": "4.4.1",
"@feathersjs/socketio-client": "4.4.3",
"@jaames/iro": "4.5.3",
"@material-ui/core": "4.7.1",
"@material-ui/icons": "4.5.1",
Expand Down
33 changes: 28 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1580,13 +1580,25 @@
resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-4.4.1.tgz#feec476b98db9f9c0a5bef22f044475b10a34640"
integrity sha512-xAQBaUDhGH1PkC8LzvHqZQ2mEaEbFBzBlmSoERXtIPqeNvIThY6fWZu4Iah2G3i7ptMYg/l1MyRcN7Z90vr1Eg==

"@feathersjs/commons@^4.4.3":
version "4.4.3"
resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-4.4.3.tgz#5c76109128f1c90fb3dad7e961dc3e54667688d8"
integrity sha512-hPIvq9V3iEYvvml3fz8HN+rP26cWX+REOdf23ZfW8S213SEmH9sYIzx1TvZ7c/t2/mj5nPJkWk+vF3IoHUadng==

"@feathersjs/errors@^4.4.1":
version "4.4.1"
resolved "https://registry.yarnpkg.com/@feathersjs/errors/-/errors-4.4.1.tgz#b8b1e6a9fb4947b98f8a82314728bbc446691bac"
integrity sha512-HHITmPnvjms49qzEcjUNSX/udigcLyhqLR0Gkd8U5A4VJEL+LEK9zQRfQ+nx8NQhKuEGn0dBWzgxt2xfxTWocQ==
dependencies:
debug "^4.1.1"

"@feathersjs/errors@^4.4.3":
version "4.4.3"
resolved "https://registry.yarnpkg.com/@feathersjs/errors/-/errors-4.4.3.tgz#9e24945649d0ebb6ea5ec8a729b381896381a3e3"
integrity sha512-EZHJ0zu3GyMlAviI94syL7TMmtjGx9npQMawv6N1c83dtBdum/pBePVuFFz0bJr3JpYJ60hHwYnFYv7K9+pH9w==
dependencies:
debug "^4.1.1"

"@feathersjs/feathers@4.4.1", "@feathersjs/feathers@^4.4.1":
version "4.4.1"
resolved "https://registry.yarnpkg.com/@feathersjs/feathers/-/feathers-4.4.1.tgz#5cc8b0e41f1d7d2f0b9a9ca18f9ddb47ca09d02e"
Expand All @@ -1597,12 +1609,12 @@
events "^3.0.0"
uberproto "^2.0.4"

"@feathersjs/socketio-client@4.4.1":
version "4.4.1"
resolved "https://registry.yarnpkg.com/@feathersjs/socketio-client/-/socketio-client-4.4.1.tgz#8a143739b3e478b10e8efd24efda5404315709f4"
integrity sha512-/qmK0HDckll1R561pehTsj4krfSBljHuQToeK0sIzSqauaBPZSpjSZAwMpBFjrZMclJ1Ksuwz7yyuIOmqdp8Zw==
"@feathersjs/socketio-client@4.4.3":
version "4.4.3"
resolved "https://registry.yarnpkg.com/@feathersjs/socketio-client/-/socketio-client-4.4.3.tgz#84323f9d7df61324fb208d73c6470da781066323"
integrity sha512-515pN17OgjwLmq7FtoiNp6ytexl7SX35lv8iJa0C0qtyTqJ89WaoKwqbfQzWpgWKjOmqps1+KWgmRHrc5tXydg==
dependencies:
"@feathersjs/transport-commons" "^4.4.1"
"@feathersjs/transport-commons" "^4.4.3"
"@types/socket.io-client" "^1.4.32"

"@feathersjs/transport-commons@^4.4.1":
Expand All @@ -1616,6 +1628,17 @@
lodash "^4.17.15"
radix-router "^3.0.1"

"@feathersjs/transport-commons@^4.4.3":
version "4.4.3"
resolved "https://registry.yarnpkg.com/@feathersjs/transport-commons/-/transport-commons-4.4.3.tgz#eb96ce09b443fa71dd51a42a1668a3f1884e3fc7"
integrity sha512-TKri5+Zy0O+A5WPPoUkCZBRizDNU6HDo2fXWSuwzyvzFI+W/GxPu76BvLKtV9mWCX8ab/0QtNXIhVtKRyL4y/w==
dependencies:
"@feathersjs/commons" "^4.4.3"
"@feathersjs/errors" "^4.4.3"
debug "^4.1.1"
lodash "^4.17.15"
radix-router "^3.0.1"

"@hapi/address@2.x.x":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@hapi/address/-/address-2.0.0.tgz#9f05469c88cb2fd3dcd624776b54ee95c312126a"
Expand Down

0 comments on commit ac93fca

Please sign in to comment.