From 58d6c51975f074302686d48541f9c81a383c87c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jul 2023 01:12:00 +0000 Subject: [PATCH] Bump @feathersjs/feathers from 4.5.15 to 5.0.7 Bumps [@feathersjs/feathers](https://github.com/feathersjs/feathers/tree/HEAD/packages/feathers) from 4.5.15 to 5.0.7. - [Release notes](https://github.com/feathersjs/feathers/releases) - [Changelog](https://github.com/feathersjs/feathers/blob/dove/packages/feathers/CHANGELOG.md) - [Commits](https://github.com/feathersjs/feathers/commits/v5.0.7/packages/feathers) --- updated-dependencies: - dependency-name: "@feathersjs/feathers" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5211a67f..aa95d987 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@feathersjs/configuration": "^4.5.15", "@feathersjs/errors": "^5.0.7", "@feathersjs/express": "^4.5.15", - "@feathersjs/feathers": "^4.5.15", + "@feathersjs/feathers": "^5.0.7", "@feathersjs/socketio": "^4.5.15", "cls-hooked": "^4.2.2", "compression": "^1.7.4", diff --git a/yarn.lock b/yarn.lock index 18dcdf26..8c7e958e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -440,6 +440,11 @@ resolved "https://registry.npmjs.org/@feathersjs/commons/-/commons-4.5.15.tgz#2f9c2599fd93607206ee40ab0e5639b79c7781b8" integrity sha512-eVEcLJL3GcPQBQcD77jI3fZ4MMx+iD02Px2Z1lDw+cn/iGCeQkWWAPQs4Tp+HGR1rTL5JO+unyhzN8V9X7OYmw== +"@feathersjs/commons@^5.0.7": + version "5.0.7" + resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-5.0.7.tgz#e0f46124a265ca8a45a479f869d3da6084c84c7c" + integrity sha512-qCj+Ardd2eGvoG49u8UCMn5evb+TpqWkjtiqEBQtBQIvRH/iQXYT7aMrd3qGHMM/OFQGsbsjYVKwz1u7GWB3yQ== + "@feathersjs/configuration@^4.5.15": version "4.5.15" resolved "https://registry.npmjs.org/@feathersjs/configuration/-/configuration-4.5.15.tgz#bd2f142369579e6ac00afb2926fb0de5c5902c28" @@ -491,6 +496,20 @@ events "^3.3.0" uberproto "^2.0.6" +"@feathersjs/feathers@^5.0.7": + version "5.0.7" + resolved "https://registry.yarnpkg.com/@feathersjs/feathers/-/feathers-5.0.7.tgz#d9181a861c3180c73ff1d2d297980db7da123da2" + integrity sha512-liGKHo/Pb64Xeh/oF0E65RyIF8cyAASE7u9ehFrxZMkroXa18pNg1iW1wIQ0kwmixptRijJ/Am0cjn+EQRoJ+Q== + dependencies: + "@feathersjs/commons" "^5.0.7" + "@feathersjs/hooks" "^0.8.1" + events "^3.3.0" + +"@feathersjs/hooks@^0.8.1": + version "0.8.1" + resolved "https://registry.yarnpkg.com/@feathersjs/hooks/-/hooks-0.8.1.tgz#de7e8e9632d9bd9027eaffc7f5292fc577bc769f" + integrity sha512-q/OGjm2BEhT9cHYYcMZR4YKX4lHyufBJmi5Dz+XRM5YqUuEg9MYtR45CWgDiC1klrd2srNSsdmGNVU1otL4+0Q== + "@feathersjs/socketio@^4.5.15": version "4.5.15" resolved "https://registry.npmjs.org/@feathersjs/socketio/-/socketio-4.5.15.tgz#c3d881f78ea38acda94eb17a15f8a3026c3ed7a3"