From 10c419c83fab8b9613742b035e876e059d418669 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2019 04:27:47 +0000 Subject: [PATCH] build(deps): bump @feathersjs/authentication-local from 4.3.4 to 4.3.5 Bumps [@feathersjs/authentication-local](https://github.com/feathersjs/feathers) from 4.3.4 to 4.3.5. - [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.4...v4.3.5) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 989aa490..f0aa5319 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "dependencies": { "@feathersjs/authentication": "^4.3.4", "@feathersjs/authentication-jwt": "^2.0.10", - "@feathersjs/authentication-local": "^4.3.4", + "@feathersjs/authentication-local": "^4.3.5", "@feathersjs/authentication-oauth": "^4.3.4", "@feathersjs/configuration": "^4.3.4", "@feathersjs/errors": "^4.3.4", diff --git a/yarn.lock b/yarn.lock index 5c1b6806..3bc8035d 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.4": - version "4.3.4" - resolved "https://registry.yarnpkg.com/@feathersjs/authentication-local/-/authentication-local-4.3.4.tgz#5c081d226fdb81b8250ed0b8b4231df6464d71f5" - integrity sha512-PYeO0bTyCXu6Dg2gOaYzHNlbMClV26ex9tu0F+fbx53bB8ACof1apURiPvnL2wHqbp5dX9PflwMM6tJdZbqYpg== +"@feathersjs/authentication-local@^4.3.5": + version "4.3.5" + resolved "https://registry.yarnpkg.com/@feathersjs/authentication-local/-/authentication-local-4.3.5.tgz#858d995709fe26f340b39888f012d6a508a2edde" + integrity sha512-QnGlkQHW+8ArGc5/qo3znf3mwwqz8Wk+q0tAQASlP1R+FRTzcQmaTlXWnKbsnrIm/Po+TKWgv2FxA5mX3GA/ig== dependencies: - "@feathersjs/authentication" "^4.3.4" + "@feathersjs/authentication" "^4.3.5" "@feathersjs/errors" "^4.3.4" "@feathersjs/feathers" "^4.3.4" bcryptjs "^2.4.3" @@ -71,10 +71,10 @@ grant-profile "^0.0.5" lodash "^4.17.15" -"@feathersjs/authentication@^4.3.4": - version "4.3.4" - resolved "https://registry.yarnpkg.com/@feathersjs/authentication/-/authentication-4.3.4.tgz#6810da5f41b82c84bbea0f16a85030ad893878fd" - integrity sha512-RtJeLAAoPu+bWxH7zNvAkYQzPmbvKFHjLSmmdhi9Yjtf7udDqBlg2uhtsUeK4v64xRpS+6tsOmXZOfdWqSrW5w== +"@feathersjs/authentication@^4.3.4", "@feathersjs/authentication@^4.3.5": + version "4.3.5" + resolved "https://registry.yarnpkg.com/@feathersjs/authentication/-/authentication-4.3.5.tgz#09f8206730c4e2e7cd23ec3ea5228ff0ddf75a0b" + integrity sha512-m60ciWMRRT/8Bhpz0JR41zWDztt2vZRaKJua6aGd7OVCn8kDVNVEOKc1cuxxz7YXnh5DSeSz/Lgo+Qt2x8LGQQ== dependencies: "@feathersjs/errors" "^4.3.4" "@feathersjs/feathers" "^4.3.4"