From 6df6c637f30e6dbabb4c3af3f5ce2b8454a165ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 26 Oct 2018 22:14:24 +0000 Subject: [PATCH] Bump @feathersjs/socketio from 3.2.2 to 3.2.7 Bumps [@feathersjs/socketio](https://github.com/feathersjs/feathers) from 3.2.2 to 3.2.7. - [Release notes](https://github.com/feathersjs/feathers/releases) - [Commits](https://github.com/feathersjs/feathers/compare/@feathersjs/primus@3.2.2...@feathersjs/socketio@3.2.7) Signed-off-by: dependabot[bot] --- package-lock.json | 59 +++++++++++++++++++++++++++++++++++++---------- package.json | 2 +- 2 files changed, 48 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5a999c1f..dfc846c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -242,26 +242,61 @@ } }, "@feathersjs/socketio": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/@feathersjs/socketio/-/socketio-3.2.2.tgz", - "integrity": "sha512-3m8pWaCNEQxE2DoAboeuRra1jCy7ARWHXIKljeXjIj7lL8iVNgOBV7qPlIgwWbmK65GpaPutZv8LtIFwNZCwZA==", + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/@feathersjs/socketio/-/socketio-3.2.7.tgz", + "integrity": "sha512-zzgYNRwm8DKN8O+1b17KF7x3YDJfEbEu6gufsa5ABMxB8WN3LcPcTJuqoZWoS9XWizcTwRw6WMy/Bzj2eP+1/Q==", "requires": { - "@feathersjs/transport-commons": "^4.0.0", - "debug": "^3.1.0", + "@feathersjs/transport-commons": "^4.1.6", + "debug": "^4.0.0", "socket.io": "^2.1.0", "uberproto": "^2.0.1" + }, + "dependencies": { + "debug": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.0.tgz", + "integrity": "sha512-heNPJUJIqC+xB6ayLAMHaIrmN9HKa7aQO8MGqKpvCA+uJYVcvR6l5kgdrhRuwPFHU7P5/A1w0BjByPHwpfTDKg==", + "requires": { + "ms": "^2.1.1" + } + }, + "ms": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", + "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" + } } }, "@feathersjs/transport-commons": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/@feathersjs/transport-commons/-/transport-commons-4.1.1.tgz", - "integrity": "sha512-9Zf3OuKAmG6dSPgdgmGRAjvqzD7cGj+KsDJUVbV+xcnP5yCSX2Y2BOIZvC9NvFugyke/dbRcnAE/SPSHOYCWXw==", + "version": "4.1.6", + "resolved": "https://registry.npmjs.org/@feathersjs/transport-commons/-/transport-commons-4.1.6.tgz", + "integrity": "sha512-D9Gf0AA2vzYUKLtiEQagi9Jq2CMpqopsdmabH1S8bjJ0TUk/y/92uPwIUdG415AfDOvsmlo1/5DEtLyvYUJraQ==", "requires": { - "@feathersjs/commons": "^1.4.0", - "@feathersjs/errors": "^3.0.0", - "debug": "^3.1.0", + "@feathersjs/commons": "^3.0.1", + "@feathersjs/errors": "^3.3.4", + "debug": "^4.0.0", "lodash": "^4.17.10", "radix-router": "^3.0.1" + }, + "dependencies": { + "@feathersjs/commons": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@feathersjs/commons/-/commons-3.0.1.tgz", + "integrity": "sha512-wo2boFwbKqm53h/Wv2F+ggiTxSFOPaCupa6VHujJle/RZrox5On6zbaoO0B1yFZbj1tCJ6kT2IDpFg9StHL0oA==" + }, + "debug": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.0.tgz", + "integrity": "sha512-heNPJUJIqC+xB6ayLAMHaIrmN9HKa7aQO8MGqKpvCA+uJYVcvR6l5kgdrhRuwPFHU7P5/A1w0BjByPHwpfTDKg==", + "requires": { + "ms": "^2.1.1" + } + }, + "ms": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", + "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" + } } }, "accepts": { @@ -462,7 +497,7 @@ }, "blob": { "version": "0.0.4", - "resolved": "https://registry.npmjs.org/blob/-/blob-0.0.4.tgz", + "resolved": "http://registry.npmjs.org/blob/-/blob-0.0.4.tgz", "integrity": "sha1-vPEwUspURj8w+fx+lbmkdjCpSSE=" }, "bluebird": { diff --git a/package.json b/package.json index db430745..c70a25e5 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@feathersjs/errors": "^3.3.4", "@feathersjs/express": "^1.2.7", "@feathersjs/feathers": "^3.2.3", - "@feathersjs/socketio": "^3.2.2", + "@feathersjs/socketio": "^3.2.7", "compression": "^1.7.3", "cors": "^2.8.4", "feathers-authentication-hooks": "^0.3.1",