From 38909084c2e2d03d873726256f7d8d6ffeac8114 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2019 01:20:18 +0000 Subject: [PATCH] build(deps): bump @feathersjs/socketio from 4.3.10 to 4.3.11 Bumps [@feathersjs/socketio](https://github.com/feathersjs/feathers) from 4.3.10 to 4.3.11. - [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.10...v4.3.11) 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 6f92340e..c1210d48 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@feathersjs/errors": "^4.3.10", "@feathersjs/express": "^4.3.11", "@feathersjs/feathers": "^4.3.10", - "@feathersjs/socketio": "^4.3.10", + "@feathersjs/socketio": "^4.3.11", "cls-hooked": "^4.2.2", "compression": "^1.7.4", "cors": "^2.8.5", diff --git a/yarn.lock b/yarn.lock index 8b8f3687..17a75dff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -152,24 +152,24 @@ events "^3.0.0" uberproto "^2.0.4" -"@feathersjs/socketio@^4.3.10": - version "4.3.10" - resolved "https://registry.yarnpkg.com/@feathersjs/socketio/-/socketio-4.3.10.tgz#8d664c2f8e89b4b9ca9717cd8baee64e8f855b39" - integrity sha512-sxsdYWqmqJ+YRzTsVbPvBf9jMAvCY/OLX3SFMPmxpiT1x95GwdlIdWxpXZbqC8MeiqpV36wLzBR64i33rsMEcg== +"@feathersjs/socketio@^4.3.11": + version "4.3.11" + resolved "https://registry.yarnpkg.com/@feathersjs/socketio/-/socketio-4.3.11.tgz#56564606f15441052af8ae6d22b6c3a2e21ec093" + integrity sha512-O+3oEXjqGWN+Jzb78jBOt76xHiVoOTPwBuzhxEXvx7YcAgj3z0oUPC/YSk7Kf/mmQeU/+DneVCJOEp/cdkxS3Q== dependencies: - "@feathersjs/transport-commons" "^4.3.10" + "@feathersjs/transport-commons" "^4.3.11" "@types/socket.io" "^2.1.4" debug "^4.1.1" socket.io "^2.3.0" uberproto "^2.0.4" -"@feathersjs/transport-commons@^4.3.10": - version "4.3.10" - resolved "https://registry.yarnpkg.com/@feathersjs/transport-commons/-/transport-commons-4.3.10.tgz#cff3bcc26cb70a6121c831fa7b63a1b816e429f6" - integrity sha512-6/nJUk1+NtJVHe5+jI5JM86WMUEbV2JCgegbxk9wqsKvlzsA1gWpEz2qFCnFAVlq+z2JgrbZRPanbmB2UrSvLA== +"@feathersjs/transport-commons@^4.3.10", "@feathersjs/transport-commons@^4.3.11": + version "4.3.11" + resolved "https://registry.yarnpkg.com/@feathersjs/transport-commons/-/transport-commons-4.3.11.tgz#627cd409c3400e78b4395da5c9e67c59ae2287eb" + integrity sha512-lDoMO9GZbf5+shGMyAcP7HOaftVjQ4twsHHEzXAYOYiqS6nTosfCivTtNbNr5m0KQfTkREquiDBcV8moVKSKmQ== dependencies: "@feathersjs/commons" "^4.3.7" - "@feathersjs/errors" "^4.3.10" + "@feathersjs/errors" "^4.3.11" debug "^4.1.1" lodash "^4.17.15" radix-router "^3.0.1"