From d5a97a83bee4b4e0c720c565ecaf158e6af909b7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2019 09:19:57 +0000 Subject: [PATCH] build(deps): bump @feathersjs/socketio from 4.3.3 to 4.3.4 Bumps [@feathersjs/socketio](https://github.com/feathersjs/feathers) from 4.3.3 to 4.3.4. - [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.3...v4.3.4) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 9adc4651..eae7446b 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@feathersjs/errors": "^4.3.4", "@feathersjs/express": "^4.3.3", "@feathersjs/feathers": "^4.3.2", - "@feathersjs/socketio": "^4.3.3", + "@feathersjs/socketio": "^4.3.4", "cls-hooked": "^4.2.2", "compression": "^1.7.4", "cors": "^2.8.5", diff --git a/yarn.lock b/yarn.lock index e58a03b3..cf7aa02d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -151,24 +151,24 @@ events "^3.0.0" uberproto "^2.0.4" -"@feathersjs/socketio@^4.3.3": - version "4.3.3" - resolved "https://registry.yarnpkg.com/@feathersjs/socketio/-/socketio-4.3.3.tgz#44dead08e536d14b4f4ed22e9ac1b869c960a46a" - integrity sha512-hAYU7rg5SYG2wKjrDEb7O7C65yRxAFceFaB8i2u7jnuzlfQBEFktuX2K5u/Q8bChpoP6mvysVutFC1K/9rVIhw== +"@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== dependencies: - "@feathersjs/transport-commons" "^4.3.3" + "@feathersjs/transport-commons" "^4.3.4" "@types/socket.io" "^2.1.2" debug "^4.1.1" socket.io "^2.2.0" uberproto "^2.0.4" -"@feathersjs/transport-commons@^4.3.3": - version "4.3.3" - resolved "https://registry.yarnpkg.com/@feathersjs/transport-commons/-/transport-commons-4.3.3.tgz#1244cff4a0c5a72832e300b2f1985c2d6784db99" - integrity sha512-jSH0v4Twg1y9vBkHzeOVHzjHYv5ahaZQVathRmoiHWi/f5JZqwx01+lEBhHkDFJU9tH3BpnjctAdb8BVOz2FFQ== +"@feathersjs/transport-commons@^4.3.3", "@feathersjs/transport-commons@^4.3.4": + version "4.3.4" + resolved "https://registry.yarnpkg.com/@feathersjs/transport-commons/-/transport-commons-4.3.4.tgz#fa60262665d54575ef2cd0272c55e0115adbec9f" + integrity sha512-94ijldtdPm0s4ZlOutk2mLGiUj4QWOIaj/g3XFQRIe8GM+MzKLrpY4ldLiHMAEleVOjyo2qH5Ar8qN4QLUcF5g== dependencies: "@feathersjs/commons" "^4.3.0" - "@feathersjs/errors" "^4.3.3" + "@feathersjs/errors" "^4.3.4" debug "^4.1.1" lodash "^4.17.15" radix-router "^3.0.1"