From 9c07f4885f0930a5485d046492f885f07b4557df Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 10 Oct 2020 08:08:09 +0000 Subject: [PATCH] build(deps): bump @feathersjs/authentication-local from 4.5.8 to 4.5.9 Bumps [@feathersjs/authentication-local](https://github.com/feathersjs/feathers) from 4.5.8 to 4.5.9. - [Release notes](https://github.com/feathersjs/feathers/releases) - [Changelog](https://github.com/feathersjs/feathers/blob/crow/changelog.md) - [Commits](https://github.com/feathersjs/feathers/compare/v4.5.8...v4.5.9) 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 0f25288e..4389265c 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "dependencies": { "@feathersjs/authentication": "^4.5.9", "@feathersjs/authentication-jwt": "^2.0.10", - "@feathersjs/authentication-local": "^4.5.8", + "@feathersjs/authentication-local": "^4.5.9", "@feathersjs/authentication-oauth": "^4.5.8", "@feathersjs/configuration": "^4.5.9", "@feathersjs/errors": "^4.5.9", diff --git a/yarn.lock b/yarn.lock index 5579ed8a..b60485cc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -307,17 +307,17 @@ lodash.pick "^4.4.0" passport-jwt "^4.0.0" -"@feathersjs/authentication-local@^4.5.8": - version "4.5.8" - resolved "https://registry.yarnpkg.com/@feathersjs/authentication-local/-/authentication-local-4.5.8.tgz#2d5714ae2b12cb7ce4cccad25da2c12c9e5a3f2d" - integrity sha512-pcXOc8iVXVg0YYpmfh35jhahGuuWdBJuxxnKoEZcKwcMFbbQ/9Rk5QH44IMaU75v0Kj6CJIXZkwj5VDyUFTnfA== +"@feathersjs/authentication-local@^4.5.9": + version "4.5.9" + resolved "https://registry.yarnpkg.com/@feathersjs/authentication-local/-/authentication-local-4.5.9.tgz#2a21e6de16238cc86750d980dd0c401ed73b5d51" + integrity sha512-xL2TX/V36d/+XtIRwv1Pcwl915EeY///rt9DsbKNAa3ctv3HbgglCkn4o3TTppPofGrsRz+OrZ5R578P8vi2MQ== dependencies: - "@feathersjs/authentication" "^4.5.8" - "@feathersjs/errors" "^4.5.8" - "@feathersjs/feathers" "^4.5.8" + "@feathersjs/authentication" "^4.5.9" + "@feathersjs/errors" "^4.5.9" + "@feathersjs/feathers" "^4.5.9" bcryptjs "^2.4.3" - debug "^4.1.1" - lodash "^4.17.19" + debug "^4.2.0" + lodash "^4.17.20" "@feathersjs/authentication-oauth@^4.5.8": version "4.5.8"