From 4fac44da2707d2bab5bf56a151543a995bc86832 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Nov 2020 05:28:18 +0000 Subject: [PATCH] Bump @feathersjs/socketio-client from 4.5.9 to 4.5.10 Bumps [@feathersjs/socketio-client](https://github.com/feathersjs/feathers) from 4.5.9 to 4.5.10. - [Release notes](https://github.com/feathersjs/feathers/releases) - [Changelog](https://github.com/feathersjs/feathers/blob/crow/changelog.md) - [Commits](https://github.com/feathersjs/feathers/compare/v4.5.9...v4.5.10) Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- yarn.lock | 32 +++++++++++++++++++++----------- 2 files changed, 22 insertions(+), 12 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index f04f18793..bd9492f31 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -13,7 +13,7 @@ "@feathersjs/authentication": "4.5.9", "@feathersjs/authentication-client": "4.5.9", "@feathersjs/feathers": "4.5.9", - "@feathersjs/socketio-client": "4.5.9", + "@feathersjs/socketio-client": "4.5.10", "@material-ui/core": "4.11.0", "@material-ui/icons": "4.9.1", "@material-ui/lab": "4.0.0-alpha.56", diff --git a/yarn.lock b/yarn.lock index 96370dc5c..7f753e10e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1137,6 +1137,10 @@ version "4.5.9" resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-4.5.9.tgz#07340081b52b6c012b23019d65b8980118cb02d6" +"@feathersjs/commons@^4.5.10": + version "4.5.10" + resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-4.5.10.tgz#e2dc526ce44f8e32c88fbb7bc3b89670e2781622" + "@feathersjs/configuration@4.5.9": version "4.5.9" resolved "https://registry.yarnpkg.com/@feathersjs/configuration/-/configuration-4.5.9.tgz#2d9e5251c3bc52b92d445a9e3c1b46b8025001d9" @@ -1151,6 +1155,12 @@ dependencies: debug "^4.2.0" +"@feathersjs/errors@^4.5.10": + version "4.5.10" + resolved "https://registry.yarnpkg.com/@feathersjs/errors/-/errors-4.5.10.tgz#d85a485aec7aaab0a62b05d4f292c09836d93a3f" + dependencies: + debug "^4.2.0" + "@feathersjs/express@4.5.9", "@feathersjs/express@^4.5.9": version "4.5.9" resolved "https://registry.yarnpkg.com/@feathersjs/express/-/express-4.5.9.tgz#af8d67fe709801f1d4e655867abab5a8ac11d52c" @@ -1172,12 +1182,12 @@ events "^3.2.0" uberproto "^2.0.6" -"@feathersjs/socketio-client@4.5.9": - version "4.5.9" - resolved "https://registry.yarnpkg.com/@feathersjs/socketio-client/-/socketio-client-4.5.9.tgz#30cc10f488d7757b28d5854031dc42b3bdd6af65" +"@feathersjs/socketio-client@4.5.10": + version "4.5.10" + resolved "https://registry.yarnpkg.com/@feathersjs/socketio-client/-/socketio-client-4.5.10.tgz#2212f5041550b71f75cd82f89d5a3c777f79b142" dependencies: - "@feathersjs/transport-commons" "^4.5.9" - "@types/socket.io-client" "^1.4.33" + "@feathersjs/transport-commons" "^4.5.10" + "@types/socket.io-client" "^1.4.34" "@feathersjs/socketio@4.5.9": version "4.5.9" @@ -1189,12 +1199,12 @@ socket.io "^2.3.0" uberproto "^2.0.6" -"@feathersjs/transport-commons@^4.5.9": - version "4.5.9" - resolved "https://registry.yarnpkg.com/@feathersjs/transport-commons/-/transport-commons-4.5.9.tgz#cb61a3779835508f57a45fe3b02280771edb1ca4" +"@feathersjs/transport-commons@^4.5.10", "@feathersjs/transport-commons@^4.5.9": + version "4.5.10" + resolved "https://registry.yarnpkg.com/@feathersjs/transport-commons/-/transport-commons-4.5.10.tgz#5395ca10de45a104de977a3758a08362ae9c6f2e" dependencies: - "@feathersjs/commons" "^4.5.9" - "@feathersjs/errors" "^4.5.9" + "@feathersjs/commons" "^4.5.10" + "@feathersjs/errors" "^4.5.10" debug "^4.2.0" lodash "^4.17.20" radix-router "^3.0.1" @@ -2010,7 +2020,7 @@ "@types/mime" "*" "@types/node" "*" -"@types/socket.io-client@^1.4.33": +"@types/socket.io-client@^1.4.34": version "1.4.34" resolved "https://registry.yarnpkg.com/@types/socket.io-client/-/socket.io-client-1.4.34.tgz#8ca5f5732a9ad92b79aba71083cda5e5821e3ed9"