From 9c5af8fa9462476c97cd9465b7fecb1cb7873ddf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 13:58:34 +0000 Subject: [PATCH] Bump @feathersjs/socketio from 4.5.16 to 5.0.1 Bumps [@feathersjs/socketio](https://github.com/feathersjs/feathers/tree/HEAD/packages/socketio) from 4.5.16 to 5.0.1. - [Release notes](https://github.com/feathersjs/feathers/releases) - [Changelog](https://github.com/feathersjs/feathers/blob/dove/packages/socketio/CHANGELOG.md) - [Commits](https://github.com/feathersjs/feathers/commits/v5.0.1/packages/socketio) --- updated-dependencies: - dependency-name: "@feathersjs/socketio" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cfd2007..c09de53 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@feathersjs/errors": "^4.5.11", "@feathersjs/express": "^4.5.11", "@feathersjs/feathers": "^4.5.11", - "@feathersjs/socketio": "^4.5.11", + "@feathersjs/socketio": "^5.0.1", "@feathersjs/transport-commons": "^4.5.11", "bufferutil": "^4.0.2", "compression": "^1.7.4",