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