diff --git a/package.json b/package.json index 9c466668..5deefbe3 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "core-js": "^3.0.1", "express": "^4.15.4", "express-session": "^1.15.5", - "feathers-authentication-hooks": "^0.3.0", + "feathers-authentication-hooks": "^1.0.0", "feathers-hooks-common": "^4.10.0", "feathers-nedb": "^4.0.1", "final-form": "^4.6.1", diff --git a/yarn.lock b/yarn.lock index d418c434..1e1aec25 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1161,6 +1161,13 @@ dependencies: debug "^4.0.0" +"@feathersjs/errors@^4.3.3": + version "4.3.3" + resolved "https://registry.yarnpkg.com/@feathersjs/errors/-/errors-4.3.3.tgz#4fc2956013e3599999fd8a14d5b61deb61a21476" + integrity sha512-vqW6TDZIj7x77qenghGrWVhURN/SRYg9DjnE9aWoR4TPv9z+w3UzDl5luUW/KhHa7+2wh/TDGIdfUF5PTv8Mpg== + dependencies: + debug "^4.1.1" + "@feathersjs/express@^1.1.2", "@feathersjs/express@^1.3.1": version "1.3.1" resolved "https://registry.yarnpkg.com/@feathersjs/express/-/express-1.3.1.tgz#fbd775c640f9c4e4341fdb1ca516a7835f11cbdc" @@ -4654,14 +4661,14 @@ fbjs@^0.8.0, fbjs@^0.8.1: setimmediate "^1.0.5" ua-parser-js "^0.7.18" -feathers-authentication-hooks@^0.3.0: - version "0.3.1" - resolved "https://registry.yarnpkg.com/feathers-authentication-hooks/-/feathers-authentication-hooks-0.3.1.tgz#a6c595ef626f5c289492d304ad6364ae547dae76" - integrity sha512-6jSFfXAR5/NcWTfCwGfWfzRN1IDpzRke8bZBH+nS0Yd9sHGQWhWjOlBl/SieAo2UrHa+DIEzhrCN61Yo+uAZ0g== +feathers-authentication-hooks@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/feathers-authentication-hooks/-/feathers-authentication-hooks-1.0.0.tgz#7a1d35f45baf0b7c8a15f72f49b67a2dba3d0b35" + integrity sha512-2mcOCHQHmYkwF+AIJo/uEyRlPxQ9LhZ5gEw898vcPqI3GDTZIvKAGHJCa1JDlWLbSzJcwE6It6gBFaYP/zXW6g== dependencies: - "@feathersjs/errors" "^3.3.0" - debug "^3.1.0" - lodash "^4.17.5" + "@feathersjs/errors" "^4.3.3" + debug "^4.1.1" + lodash "^4.17.15" feathers-hooks-common@^4.10.0: version "4.20.7" @@ -7420,6 +7427,11 @@ lodash@^4.0.0, lodash@^4.12.0, lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.11, resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d" integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg== +lodash@^4.17.15: + version "4.17.15" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" + integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== + log-symbols@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-1.0.2.tgz#376ff7b58ea3086a0f09facc74617eca501e1a18"