diff --git a/package.json b/package.json index d37939a6..d317ba38 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "snyk-protect": "snyk protect" }, "dependencies": { - "@feathersjs/authentication": "^4.3.2", + "@feathersjs/authentication": "^4.3.3", "@feathersjs/authentication-jwt": "^2.0.10", "@feathersjs/authentication-local": "^4.3.2", "@feathersjs/authentication-oauth": "^4.3.2", diff --git a/yarn.lock b/yarn.lock index cfea5c7f..884db113 100644 --- a/yarn.lock +++ b/yarn.lock @@ -68,13 +68,14 @@ grant-profile "^0.0.5" lodash "^4.17.15" -"@feathersjs/authentication@^4.3.2": - version "4.3.2" - resolved "https://registry.yarnpkg.com/@feathersjs/authentication/-/authentication-4.3.2.tgz#9a07f28eeecb85efa1612bed6aeedf2911347ee7" - integrity sha512-c87AtOD09SO7LitbxYwRezrrEOJDzKTjoLcR5770YbgJMBdOPJ/PdO49Ti0Ux6lef41klhhgAUS9ShlxcsWXkQ== +"@feathersjs/authentication@^4.3.2", "@feathersjs/authentication@^4.3.3": + version "4.3.3" + resolved "https://registry.yarnpkg.com/@feathersjs/authentication/-/authentication-4.3.3.tgz#66f59fb6082646087d4c186d5cbae8131b2d5fb0" + integrity sha512-r2UvjP53lCwjYsvdhLR+qKMqhSRdbTi8EGdi8DQKPBHRjyo4lIW9jZIgHdMWH8nH5+1wjJ1dcRJhG968MI9TOg== dependencies: - "@feathersjs/errors" "^4.3.2" - "@feathersjs/transport-commons" "^4.3.2" + "@feathersjs/errors" "^4.3.3" + "@feathersjs/feathers" "^4.3.3" + "@feathersjs/transport-commons" "^4.3.3" debug "^4.1.1" jsonwebtoken "^8.5.1" lodash "^4.17.15" @@ -136,10 +137,10 @@ events "^3.0.0" uberproto "^2.0.2" -"@feathersjs/feathers@^4.0.0-pre.5", "@feathersjs/feathers@^4.3.2": - version "4.3.2" - resolved "https://registry.yarnpkg.com/@feathersjs/feathers/-/feathers-4.3.2.tgz#191fdae84b79a23c610ea56a65b83957c46e403f" - integrity sha512-hrj8nzdJk0qd7sz5ObmHGoYAdh57sGpD+scHeggPmIXY3LlkJNq4riyYitKeGSYs2cU4CMsq4JHfCb1Qq6Rdeg== +"@feathersjs/feathers@^4.0.0-pre.5", "@feathersjs/feathers@^4.3.2", "@feathersjs/feathers@^4.3.3": + version "4.3.3" + resolved "https://registry.yarnpkg.com/@feathersjs/feathers/-/feathers-4.3.3.tgz#6870a6400e3ccaf8d8611168b28eff6631c2ef5d" + integrity sha512-FHbKn9XdUjZlXUvszn1sVamPWk2X/UBEpPHD6XyGq9kXa66fm9rqbEFueZ3MXc6Jsva+uW1m+CLQBYUvaTJhLQ== dependencies: "@feathersjs/commons" "^4.3.0" debug "^4.1.1" @@ -157,13 +158,13 @@ socket.io "^2.2.0" uberproto "^2.0.4" -"@feathersjs/transport-commons@^4.3.2": - version "4.3.2" - resolved "https://registry.yarnpkg.com/@feathersjs/transport-commons/-/transport-commons-4.3.2.tgz#f4708c3f9b52964ba8a15ea8516ae56b687f8f17" - integrity sha512-8DSoxioqSeJ86i47Rcdp9SShRwhLQP19WcRdypCyIl/yTCwPd0l5OCzQyVgk37EeWxV/CliGHdIuZxvKU+1Xdw== +"@feathersjs/transport-commons@^4.3.2", "@feathersjs/transport-commons@^4.3.3": + version "4.3.3" + resolved "https://registry.yarnpkg.com/@feathersjs/transport-commons/-/transport-commons-4.3.3.tgz#1244cff4a0c5a72832e300b2f1985c2d6784db99" + integrity sha512-jSH0v4Twg1y9vBkHzeOVHzjHYv5ahaZQVathRmoiHWi/f5JZqwx01+lEBhHkDFJU9tH3BpnjctAdb8BVOz2FFQ== dependencies: "@feathersjs/commons" "^4.3.0" - "@feathersjs/errors" "^4.3.2" + "@feathersjs/errors" "^4.3.3" debug "^4.1.1" lodash "^4.17.15" radix-router "^3.0.1"