From d9a60ba2d942ddc3d9f69e31ac9555556d49f58e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 13:59:20 +0000 Subject: [PATCH] Bump @feathersjs/transport-commons from 4.5.16 to 5.0.1 Bumps [@feathersjs/transport-commons](https://github.com/feathersjs/feathers/tree/HEAD/packages/transport-commons) 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/transport-commons/CHANGELOG.md) - [Commits](https://github.com/feathersjs/feathers/commits/v5.0.1/packages/transport-commons) --- updated-dependencies: - dependency-name: "@feathersjs/transport-commons" 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..3868e93 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@feathersjs/express": "^4.5.11", "@feathersjs/feathers": "^4.5.11", "@feathersjs/socketio": "^4.5.11", - "@feathersjs/transport-commons": "^4.5.11", + "@feathersjs/transport-commons": "^5.0.1", "bufferutil": "^4.0.2", "compression": "^1.7.4", "cors": "^2.8.5",