From 1663d2d6da587b7d9d4672a354810b61d274554b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 29 Oct 2018 22:14:25 +0000 Subject: [PATCH] Bump @feathersjs/authentication-local from 1.2.1 to 1.2.7 Bumps [@feathersjs/authentication-local](https://github.com/feathersjs/feathers) from 1.2.1 to 1.2.7. - [Release notes](https://github.com/feathersjs/feathers/releases) - [Commits](https://github.com/feathersjs/feathers/compare/v1.2.1...@feathersjs/express@1.2.7) Signed-off-by: dependabot[bot] --- package-lock.json | 25 ++++++++++++++++++++----- package.json | 2 +- 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9bb4bb88..f0da0313 100644 --- a/package-lock.json +++ b/package-lock.json @@ -95,15 +95,30 @@ } }, "@feathersjs/authentication-local": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@feathersjs/authentication-local/-/authentication-local-1.2.1.tgz", - "integrity": "sha512-FS78aGjs+zVp3ovXsBmqToqN9mIF1AUFfssnFFa7zcfzuzIp6s3kJARfamdBZH4duq/QW1eO0xRVPIJj9BqZ+A==", + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/@feathersjs/authentication-local/-/authentication-local-1.2.7.tgz", + "integrity": "sha512-6QNzA3cpJq53yt9QdskNwvBkEwDrUHsHHKpAHK3BxrHuxqVLVr7LbUbtf2kDot6YjbUi3SC2RDGMl/zapSCVcw==", "requires": { - "@feathersjs/errors": "^3.0.0", + "@feathersjs/errors": "^3.3.4", "bcryptjs": "^2.3.0", - "debug": "^3.1.0", + "debug": "^4.0.0", "lodash": "^4.17.5", "passport-local": "^1.0.0" + }, + "dependencies": { + "debug": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.0.tgz", + "integrity": "sha512-heNPJUJIqC+xB6ayLAMHaIrmN9HKa7aQO8MGqKpvCA+uJYVcvR6l5kgdrhRuwPFHU7P5/A1w0BjByPHwpfTDKg==", + "requires": { + "ms": "^2.1.1" + } + }, + "ms": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", + "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" + } } }, "@feathersjs/commons": { diff --git a/package.json b/package.json index 2cc71b0f..05de8792 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "dependencies": { "@feathersjs/authentication": "^2.1.13", "@feathersjs/authentication-jwt": "^2.0.7", - "@feathersjs/authentication-local": "^1.2.1", + "@feathersjs/authentication-local": "^1.2.7", "@feathersjs/configuration": "^2.0.4", "@feathersjs/errors": "^3.3.4", "@feathersjs/express": "^1.2.7",