From ceee8ef7231db1eb430e815a9cddf165f29f3795 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 22 Dec 2018 15:12:12 +0000 Subject: [PATCH] Bump @feathersjs/feathers from 3.2.3 to 3.3.0 Bumps [@feathersjs/feathers](https://github.com/feathersjs/feathers) from 3.2.3 to 3.3.0. - [Release notes](https://github.com/feathersjs/feathers/releases) - [Commits](https://github.com/feathersjs/feathers/compare/@feathersjs/feathers@3.2.3...@feathersjs/feathers@3.3.0) Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4a84eb02..c4bcee08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -214,20 +214,20 @@ } }, "@feathersjs/feathers": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/@feathersjs/feathers/-/feathers-3.2.3.tgz", - "integrity": "sha512-T51XlcE+HkAG7nfFMoqRU+bLxPhIYGygAiWQ0Fmc5vOsYtCZlj1AGjJWVL8iX7k2HQgFI2mdinWPoFb2rui03A==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/@feathersjs/feathers/-/feathers-3.3.0.tgz", + "integrity": "sha512-vi70lwECER0KNZGKZMOg7oPt7OAToRjfpqORc//TJkOR5EOXEH5eFvKvWbZ8wLyuLB3OFlv7iUoufFlMvG19DA==", "requires": { - "@feathersjs/commons": "^3.0.1", + "@feathersjs/commons": "^4.0.0", "debug": "^4.0.0", "events": "^3.0.0", "uberproto": "^2.0.2" }, "dependencies": { "@feathersjs/commons": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@feathersjs/commons/-/commons-3.0.1.tgz", - "integrity": "sha512-wo2boFwbKqm53h/Wv2F+ggiTxSFOPaCupa6VHujJle/RZrox5On6zbaoO0B1yFZbj1tCJ6kT2IDpFg9StHL0oA==" + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@feathersjs/commons/-/commons-4.0.0.tgz", + "integrity": "sha512-hyCLse4RiNt7WLPQ0KSudjoVnwiRykhYzIZdtDon9i2usPaoYkFw/fEYZrkE5HVB+sUTwphZoZ1oOntRk1MShg==" }, "debug": { "version": "4.1.0", diff --git a/package.json b/package.json index 612f577a..8528a005 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@feathersjs/configuration": "^2.0.4", "@feathersjs/errors": "^3.3.4", "@feathersjs/express": "^1.2.7", - "@feathersjs/feathers": "^3.2.3", + "@feathersjs/feathers": "^3.3.0", "@feathersjs/socketio": "^3.2.7", "compression": "^1.7.3", "cors": "^2.8.5",