From 0f8cfc0876cf110126f97bc6c24ca97f160cf512 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 12 Feb 2019 04:33:03 +0000 Subject: [PATCH] Bump @feathersjs/feathers from 3.2.2 to 3.3.1 Bumps [@feathersjs/feathers](https://github.com/feathersjs/feathers) from 3.2.2 to 3.3.1. - [Release notes](https://github.com/feathersjs/feathers/releases) - [Changelog](https://github.com/feathersjs/feathers/blob/master/changelog.md) - [Commits](https://github.com/feathersjs/feathers/compare/@feathersjs/feathers@3.2.2...@feathersjs/feathers@3.3.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8961b772..6c632422 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "dependencies": { "@feathersjs/authentication-client": "^1.0.6", "@feathersjs/client": "^3.5.3", - "@feathersjs/feathers": "^3.1.7", + "@feathersjs/feathers": "^3.3.1", "@feathersjs/socketio": "^3.2.2", "@nuxtjs/dotenv": "^1.1.1", "@nuxtjs/pwa": "~2.0.5", diff --git a/yarn.lock b/yarn.lock index 44cddb51..c8c42769 100644 --- a/yarn.lock +++ b/yarn.lock @@ -708,6 +708,10 @@ version "3.0.1" resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-3.0.1.tgz#cf844b91ba5fe3ec419384d986d85929067a3058" +"@feathersjs/commons@^4.0.0": + version "4.0.0" + resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-4.0.0.tgz#ae49bae4025c35aaeb9aacb6a0c27a3d1def5062" + "@feathersjs/errors@3.3.3", "@feathersjs/errors@^3.3.3": version "3.3.3" resolved "https://registry.yarnpkg.com/@feathersjs/errors/-/errors-3.3.3.tgz#af602b662d99ec7c0bb612e686c254009add80c0" @@ -720,7 +724,7 @@ dependencies: debug "^4.0.0" -"@feathersjs/feathers@3.2.2", "@feathersjs/feathers@^3.1.7": +"@feathersjs/feathers@3.2.2": version "3.2.2" resolved "https://registry.yarnpkg.com/@feathersjs/feathers/-/feathers-3.2.2.tgz#026fe3c8a23ad0557d521a533b727b2f209c5918" dependencies: @@ -729,6 +733,15 @@ events "^3.0.0" uberproto "^2.0.2" +"@feathersjs/feathers@^3.3.1": + version "3.3.1" + resolved "https://registry.yarnpkg.com/@feathersjs/feathers/-/feathers-3.3.1.tgz#fcba030847f8418d711135112f01fad64bfb277c" + dependencies: + "@feathersjs/commons" "^4.0.0" + debug "^4.0.0" + events "^3.0.0" + uberproto "^2.0.2" + "@feathersjs/primus-client@1.1.3": version "1.1.3" resolved "https://registry.yarnpkg.com/@feathersjs/primus-client/-/primus-client-1.1.3.tgz#d39b8c5101a3a55bc10bb5dab168f57521943e87"