From 41a0c585f11fab25004ffac062311875a6026f6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 27 Oct 2018 01:59:13 +0000 Subject: [PATCH] Bump @feathersjs/authentication-jwt from 2.0.5 to 2.0.7 Bumps [@feathersjs/authentication-jwt](https://github.com/feathersjs/feathers) from 2.0.5 to 2.0.7. - [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 409ed1aa..ff1db939 100644 --- a/package-lock.json +++ b/package-lock.json @@ -67,9 +67,9 @@ } }, "@feathersjs/authentication-jwt": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@feathersjs/authentication-jwt/-/authentication-jwt-2.0.5.tgz", - "integrity": "sha512-ajgQQ7m4JzWmWWR0uJR+R4UmnR3XIiEQC0VGunaTOblAJLk3pIKteVFWeGh45YO5HwmOF9h4txKBHsVT3qEf0g==", + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@feathersjs/authentication-jwt/-/authentication-jwt-2.0.7.tgz", + "integrity": "sha512-vC1q73HRFI1YRSxflmfs6YA5oHS6XJxYxZBQ4P+QUS/fqS/awcDBPtdFJWBf9SgdHtzLO1CAotH+NrGJaKGO+A==", "requires": { "@feathersjs/errors": "^3.3.4", "debug": "^4.0.0", @@ -79,14 +79,6 @@ "passport-jwt": "^4.0.0" }, "dependencies": { - "@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 7abe3081..ded6b8e4 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "dependencies": { "@feathersjs/authentication": "^2.1.13", - "@feathersjs/authentication-jwt": "^2.0.5", + "@feathersjs/authentication-jwt": "^2.0.7", "@feathersjs/authentication-local": "^1.2.1", "@feathersjs/configuration": "^2.0.0", "@feathersjs/errors": "^3.3.4",