From 224e4885d1df0c486151f38326b3e882aebddb88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 13:59:29 +0000 Subject: [PATCH] Bump @feathersjs/express from 4.5.16 to 5.0.1 Bumps [@feathersjs/express](https://github.com/feathersjs/feathers/tree/HEAD/packages/express) 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/express/CHANGELOG.md) - [Commits](https://github.com/feathersjs/feathers/commits/v5.0.1/packages/express) --- updated-dependencies: - dependency-name: "@feathersjs/express" 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..e9b0128 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@feathersjs/adapter-commons": "^4.5.11", "@feathersjs/configuration": "^4.5.11", "@feathersjs/errors": "^4.5.11", - "@feathersjs/express": "^4.5.11", + "@feathersjs/express": "^5.0.1", "@feathersjs/feathers": "^4.5.11", "@feathersjs/socketio": "^4.5.11", "@feathersjs/transport-commons": "^4.5.11",