From 127e5340dff00af25c6eba164cea5863f9e600ab Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 02:10:01 +0000 Subject: [PATCH] build(deps): bump @feathersjs/authentication-local from 4.5.3 to 4.5.4 Bumps [@feathersjs/authentication-local](https://github.com/feathersjs/feathers) from 4.5.3 to 4.5.4. - [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.5.3...v4.5.4) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index cb17ad29..3774dcde 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "dependencies": { "@feathersjs/authentication": "^4.5.2", "@feathersjs/authentication-jwt": "^2.0.10", - "@feathersjs/authentication-local": "^4.5.3", + "@feathersjs/authentication-local": "^4.5.4", "@feathersjs/authentication-oauth": "^4.5.3", "@feathersjs/configuration": "^4.5.3", "@feathersjs/errors": "^4.5.2", diff --git a/yarn.lock b/yarn.lock index 464fbd4d..0919e53c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -44,10 +44,10 @@ lodash.pick "^4.4.0" passport-jwt "^4.0.0" -"@feathersjs/authentication-local@^4.5.3": - version "4.5.3" - resolved "https://registry.yarnpkg.com/@feathersjs/authentication-local/-/authentication-local-4.5.3.tgz#22b74e9e718b9e5eed9ec9bd1a7702d41ba3cff3" - integrity sha512-T47/edIGMlutknaCaXW91R+31h3IDNWE+jl+/iuT2dr+MZeGiA1qxOGcI8QSAkoRpjiKz6ccw90kL53g9h73Jw== +"@feathersjs/authentication-local@^4.5.4": + version "4.5.4" + resolved "https://registry.yarnpkg.com/@feathersjs/authentication-local/-/authentication-local-4.5.4.tgz#95d04b04134b8f7eb10eaf2d6257c86a6492bfc2" + integrity sha512-ji+Ai33rMT7xsS7mEsFZe/ICb8mR6YYnr0vz7bEGDoyWbGt/K/A+UeLKKMfcAyF+37RgiZ3386pIboR+IHlqfw== dependencies: "@feathersjs/authentication" "^4.5.3" "@feathersjs/errors" "^4.5.3"