From 3a18c64e33ba19a6c5b0b79375a7e2834446f8a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Feb 2025 01:59:24 +0000 Subject: [PATCH] Bump @feathersjs/errors from 5.0.31 to 5.0.32 Bumps [@feathersjs/errors](https://github.com/feathersjs/feathers/tree/HEAD/packages/errors) from 5.0.31 to 5.0.32. - [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.32/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 f9bc2749..bcad9cc7 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.31", + "@feathersjs/errors": "^5.0.32", "@feathersjs/express": "^4.5.15", "@feathersjs/feathers": "^4.5.15", "@feathersjs/socketio": "^4.5.18", diff --git a/yarn.lock b/yarn.lock index 902aa25e..0c80af54 100644 --- a/yarn.lock +++ b/yarn.lock @@ -540,10 +540,10 @@ dependencies: debug "^4.3.3" -"@feathersjs/errors@^5.0.31": - version "5.0.31" - resolved "https://registry.yarnpkg.com/@feathersjs/errors/-/errors-5.0.31.tgz#0498ca65d8025063fc11bfc983657e37944b17b3" - integrity sha512-+ar4aq8Ka1EtTGH1+BBIDW12nfNJKnnzGdevoCmSmfHVAdb66se5fWv3I4rShvnguYyeUg8rkICJYf7AEcrPiw== +"@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/express@^4.5.15": version "4.5.15"