From 92edb60244824788f2b5f1495244b10a2bd87cdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 13:57:54 +0000 Subject: [PATCH] Bump @feathersjs/socketio from 4.5.15 to 5.0.0 Bumps [@feathersjs/socketio](https://github.com/feathersjs/feathers/tree/HEAD/packages/socketio) from 4.5.15 to 5.0.0. - [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.0/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..01cc58f 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.0", "@feathersjs/transport-commons": "^4.5.11", "bufferutil": "^4.0.2", "compression": "^1.7.4",