From 05d6e8135ba8f89f4871ec9c1d5ee0070118da56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 02:00:30 +0000 Subject: [PATCH] Bump @feathersjs/errors from 5.0.32 to 5.0.33 Bumps [@feathersjs/errors](https://github.com/feathersjs/feathers/tree/HEAD/packages/errors) from 5.0.32 to 5.0.33. - [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.33/packages/errors) --- updated-dependencies: - dependency-name: "@feathersjs/errors" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 898e1262..87a1503c 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@feathersjs/authentication-local": "^4.5.15", "@feathersjs/authentication-oauth": "^4.5.15", "@feathersjs/configuration": "^4.5.15", - "@feathersjs/errors": "^5.0.32", + "@feathersjs/errors": "^5.0.33", "@feathersjs/express": "^4.5.15", "@feathersjs/feathers": "^4.5.15", "@feathersjs/socketio": "^4.5.18", diff --git a/yarn.lock b/yarn.lock index 5bcb9f67..f2e55dfc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -540,10 +540,10 @@ dependencies: debug "^4.3.3" -"@feathersjs/errors@^5.0.32": - version "5.0.32" - resolved "https://registry.yarnpkg.com/@feathersjs/errors/-/errors-5.0.32.tgz#e73cde8919743180a7ce1798695a980162d6d947" - integrity sha512-54pBmnAmOOPvkIO5fwHVpYODOxp5TJtpYcC0ABppzUG6P77WqmndpIPCzT5wP+VbQBcCdYP/mOyK05BdeRju7g== +"@feathersjs/errors@^5.0.33": + version "5.0.33" + resolved "https://registry.yarnpkg.com/@feathersjs/errors/-/errors-5.0.33.tgz#e1e0a79bf1774d2bbfa4e8983d089330652a8018" + integrity sha512-roM6xxEUdcm7b9OAtCBViafTF7K0tjW45p9IxAN3Q6VAo7bT2qb7Hh22VgBOtKxVTSYTncON4eQv8F0yVRSCSg== "@feathersjs/express@^4.5.15": version "4.5.15"