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"