From 201e53b2f9b12a0dc8be3e9cda38aeae38c31df6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2019 03:10:48 +0000 Subject: [PATCH] build(deps): bump @feathersjs/authentication-local from 4.3.0 to 4.3.1 Bumps [@feathersjs/authentication-local](https://github.com/feathersjs/feathers) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/feathersjs/feathers/releases) - [Changelog](https://github.com/feathersjs/feathers/blob/master/changelog.md) - [Commits](https://github.com/feathersjs/feathers/compare/v4.3.0...v4.3.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index e5b9d1f7..a20447d1 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "dependencies": { "@feathersjs/authentication": "^4.3.1", "@feathersjs/authentication-jwt": "^2.0.10", - "@feathersjs/authentication-local": "^4.3.0", + "@feathersjs/authentication-local": "^4.3.1", "@feathersjs/authentication-oauth": "^4.3.0", "@feathersjs/configuration": "^4.3.0", "@feathersjs/errors": "^4.3.0", diff --git a/yarn.lock b/yarn.lock index f7ca8ab3..9622469c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -44,12 +44,12 @@ lodash.pick "^4.4.0" passport-jwt "^4.0.0" -"@feathersjs/authentication-local@^4.3.0": - version "4.3.0" - resolved "https://registry.yarnpkg.com/@feathersjs/authentication-local/-/authentication-local-4.3.0.tgz#bce4564b8b929b9298f0ec7b82fb08e34c7b426a" - integrity sha512-zmI21nohmQdsJi87nPec0wD/2U6Hxo4bpasVjbT1PMrXd1z95N8w/eL5kesfXxBMArFeZ1PBYA+AMgf0evSbHw== +"@feathersjs/authentication-local@^4.3.1": + version "4.3.1" + resolved "https://registry.yarnpkg.com/@feathersjs/authentication-local/-/authentication-local-4.3.1.tgz#afb1c31ff34ffded22ddf0699c656518a8bb52f2" + integrity sha512-3oxy5y+jDSU3yUHE9qeQjDsyh7olBaJgyLqCGZSbi7pG7lnSyiirKy2S8zc7VGuu3uO2gC6Uh/TuO//O/SAfyQ== dependencies: - "@feathersjs/errors" "^4.3.0" + "@feathersjs/errors" "^4.3.1" bcryptjs "^2.4.3" debug "^4.1.1" lodash "^4.17.15"