From 8924886869e5642f3d9d11da0d70e528e8ed370b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 26 Oct 2018 22:13:08 +0000 Subject: [PATCH] Bump @feathersjs/authentication from 2.1.12 to 2.1.13 Bumps [@feathersjs/authentication](https://github.com/feathersjs/feathers) from 2.1.12 to 2.1.13. - [Release notes](https://github.com/feathersjs/feathers/releases) - [Commits](https://github.com/feathersjs/feathers/commits) Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++----------- package.json | 2 +- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5a999c1f..67306518 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,9 +25,9 @@ } }, "@feathersjs/authentication": { - "version": "2.1.12", - "resolved": "https://registry.npmjs.org/@feathersjs/authentication/-/authentication-2.1.12.tgz", - "integrity": "sha512-kKEg2eB3xQx/gmLzswHzShYXiASVwBj9xpt3+7ohWAiAubBtFPyqVF+gMNlN08jnKdeDwlvZVx5DpQtPNaX3lw==", + "version": "2.1.13", + "resolved": "https://registry.npmjs.org/@feathersjs/authentication/-/authentication-2.1.13.tgz", + "integrity": "sha512-9UeXJSBclWTmSpCBQRC+syiCGG0UNHPMCEOcrCgSr0urn33+lgFsiav5uZhHFUC0k7P5Wi1lZzibMKe3dCM86A==", "requires": { "@feathersjs/commons": "^3.0.1", "@feathersjs/errors": "^3.3.4", @@ -49,14 +49,6 @@ "resolved": "https://registry.npmjs.org/@feathersjs/commons/-/commons-3.0.1.tgz", "integrity": "sha512-wo2boFwbKqm53h/Wv2F+ggiTxSFOPaCupa6VHujJle/RZrox5On6zbaoO0B1yFZbj1tCJ6kT2IDpFg9StHL0oA==" }, - "@feathersjs/errors": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-3.3.4.tgz", - "integrity": "sha512-yA/HXSWgLiK4ngFslCHxcvnt+gek4fUhJcwpix9Z1jpTnCWW5WqtNxUfUqE1Fj8wKq0Y6VPSaQtE+RZcgryDQQ==", - "requires": { - "debug": "^4.0.0" - } - }, "debug": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.0.tgz", diff --git a/package.json b/package.json index db430745..2258b7c6 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "mocha": "mocha test/ --recursive --exit" }, "dependencies": { - "@feathersjs/authentication": "^2.1.12", + "@feathersjs/authentication": "^2.1.13", "@feathersjs/authentication-jwt": "^2.0.5", "@feathersjs/authentication-local": "^1.2.1", "@feathersjs/configuration": "^2.0.0",