From 42f265459dd2b632a12e55024316365d3776ed87 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2019 04:34:07 +0000 Subject: [PATCH] build(deps): bump @feathersjs/socketio from 4.3.4 to 4.3.5 Bumps [@feathersjs/socketio](https://github.com/feathersjs/feathers) from 4.3.4 to 4.3.5. - [Release notes](https://github.com/feathersjs/feathers/releases) - [Changelog](https://github.com/feathersjs/feathers/blob/master/changelog.md) - [Commits](https://github.com/feathersjs/feathers/compare/v4.3.4...v4.3.5) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 431d2235..8df02a79 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@feathersjs/errors": "^4.3.4", "@feathersjs/express": "^4.3.5", "@feathersjs/feathers": "^4.3.4", - "@feathersjs/socketio": "^4.3.4", + "@feathersjs/socketio": "^4.3.5", "cls-hooked": "^4.2.2", "compression": "^1.7.4", "cors": "^2.8.5", diff --git a/yarn.lock b/yarn.lock index d12fcb05..d81db2fb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -151,10 +151,10 @@ events "^3.0.0" uberproto "^2.0.4" -"@feathersjs/socketio@^4.3.4": - version "4.3.4" - resolved "https://registry.yarnpkg.com/@feathersjs/socketio/-/socketio-4.3.4.tgz#33a926b374dcf5408a0c326354901bcfa151fbcc" - integrity sha512-1zr9mceQOidyA9JUjhuaq++sYlzM7s2bidyTT3k09WM6lr2BExu0Ih8m4F3LCrnx+wD37VWX832/UtTppvLx2Q== +"@feathersjs/socketio@^4.3.5": + version "4.3.5" + resolved "https://registry.yarnpkg.com/@feathersjs/socketio/-/socketio-4.3.5.tgz#5f68011bdcfe55d125bb46e393ed2cd2b633b37f" + integrity sha512-jyqyokD74iTxOWzkUXE8mkgnmBWRbeXU+iJuaWiKV7YZN12Cxk0AjC7VYgUf1tOrsnm4PfSQVzlZfC0WwmYqSA== dependencies: "@feathersjs/transport-commons" "^4.3.4" "@types/socket.io" "^2.1.2"