From e6d571caa3669dc53cd57cb5a53f668604447401 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 22 Dec 2018 15:29:02 +0000 Subject: [PATCH] Bump @feathersjs/authentication-local from 1.2.7 to 1.2.8 Bumps [@feathersjs/authentication-local](https://github.com/feathersjs/feathers) from 1.2.7 to 1.2.8. - [Release notes](https://github.com/feathersjs/feathers/releases) - [Commits](https://github.com/feathersjs/feathers/commits) Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++++++---- package.json | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index bb1f2ad8..92e7696e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -111,17 +111,25 @@ } }, "@feathersjs/authentication-local": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/@feathersjs/authentication-local/-/authentication-local-1.2.7.tgz", - "integrity": "sha512-6QNzA3cpJq53yt9QdskNwvBkEwDrUHsHHKpAHK3BxrHuxqVLVr7LbUbtf2kDot6YjbUi3SC2RDGMl/zapSCVcw==", + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@feathersjs/authentication-local/-/authentication-local-1.2.8.tgz", + "integrity": "sha512-2UhCDd8Xge4WrxOrNef5nIDcqVSdMn4YI0Ft3zFHkOw7W+Oyf2BGN3II886Bam9QwyayBPL4NFHhjaY5c37AiA==", "requires": { - "@feathersjs/errors": "^3.3.4", + "@feathersjs/errors": "^3.3.5", "bcryptjs": "^2.3.0", "debug": "^4.0.0", "lodash": "^4.17.5", "passport-local": "^1.0.0" }, "dependencies": { + "@feathersjs/errors": { + "version": "3.3.5", + "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-3.3.5.tgz", + "integrity": "sha512-Nc4SxKJ7xQk5RZ3M68/Oj5c2uB/VrUATd4dLEdSGHf9j+qvajZVmBPjqDPYfY4IeTnYNhvwTmuyCulD0bCL4ZQ==", + "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 f809ad97..c4cdb709 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "dependencies": { "@feathersjs/authentication": "^2.1.14", "@feathersjs/authentication-jwt": "^2.0.8", - "@feathersjs/authentication-local": "^1.2.7", + "@feathersjs/authentication-local": "^1.2.8", "@feathersjs/configuration": "^2.0.5", "@feathersjs/errors": "^3.3.4", "@feathersjs/express": "^1.2.7",