From 027c01964a8ecda06d8eb9b34af950ca2cebffb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 5 Jan 2019 15:29:47 +0000 Subject: [PATCH] Bump @feathersjs/authentication-local from 1.2.8 to 1.2.9 Bumps [@feathersjs/authentication-local](https://github.com/feathersjs/feathers) from 1.2.8 to 1.2.9. - [Release notes](https://github.com/feathersjs/feathers/releases) - [Commits](https://github.com/feathersjs/feathers/commits) Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2cfc9b90..2e8036ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -143,11 +143,11 @@ } }, "@feathersjs/authentication-local": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@feathersjs/authentication-local/-/authentication-local-1.2.8.tgz", - "integrity": "sha512-2UhCDd8Xge4WrxOrNef5nIDcqVSdMn4YI0Ft3zFHkOw7W+Oyf2BGN3II886Bam9QwyayBPL4NFHhjaY5c37AiA==", + "version": "1.2.9", + "resolved": "https://registry.npmjs.org/@feathersjs/authentication-local/-/authentication-local-1.2.9.tgz", + "integrity": "sha512-EqUuUgiULpfe46oprIeHkY4CjlWIT+abtMnVOOeRmaJTPRDnPe72wJoQ3jomSTJpr7KARkWog6sAUZa+NMC3UA==", "requires": { - "@feathersjs/errors": "^3.3.5", + "@feathersjs/errors": "^3.3.6", "bcryptjs": "^2.3.0", "debug": "^4.0.0", "lodash": "^4.17.5", @@ -155,17 +155,17 @@ }, "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==", + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-3.3.6.tgz", + "integrity": "sha512-VCohY/AQU13xYyZGl6rfdUgE+2bjaI76a4aEb6reIphHKgb4mnjYlg2PzS1/hcU1qUNi515kY9yQa5HsE7J1dQ==", "requires": { "debug": "^4.0.0" } }, "debug": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.0.tgz", - "integrity": "sha512-heNPJUJIqC+xB6ayLAMHaIrmN9HKa7aQO8MGqKpvCA+uJYVcvR6l5kgdrhRuwPFHU7P5/A1w0BjByPHwpfTDKg==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", "requires": { "ms": "^2.1.1" } diff --git a/package.json b/package.json index 0df788e5..2b648c80 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "dependencies": { "@feathersjs/authentication": "^2.1.14", "@feathersjs/authentication-jwt": "^2.0.9", - "@feathersjs/authentication-local": "^1.2.8", + "@feathersjs/authentication-local": "^1.2.9", "@feathersjs/configuration": "^2.0.6", "@feathersjs/errors": "^3.3.5", "@feathersjs/express": "^1.3.1",