diff --git a/package.json b/package.json index 83a39ca7..039c3195 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@feathersjs/authentication-jwt": "^2.0.10", "@feathersjs/authentication-local": "^4.3.11", "@feathersjs/authentication-oauth": "^4.3.10", - "@feathersjs/configuration": "^4.3.10", + "@feathersjs/configuration": "^4.3.11", "@feathersjs/errors": "^4.3.10", "@feathersjs/express": "^4.3.11", "@feathersjs/feathers": "^4.3.10", diff --git a/yarn.lock b/yarn.lock index 00e77bc2..40077385 100644 --- a/yarn.lock +++ b/yarn.lock @@ -96,12 +96,12 @@ resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-4.3.7.tgz#7f85d32d96d250a8a6d4a74f60cc7050b0be80df" integrity sha512-AX7fh88MUW3d5T+Zb0lVvwrWqioOhtsCwk9LJtQvexS3CTK6E/xzf6qKFfOv3IQ8x82/6OtMW+F2Yjc3clMFiw== -"@feathersjs/configuration@^4.3.10": - version "4.3.10" - resolved "https://registry.yarnpkg.com/@feathersjs/configuration/-/configuration-4.3.10.tgz#4abea6af6b6de1fc6ff39bddd8e211fcf6f405bf" - integrity sha512-5s4nCq57CU1sS54m/TZlTyaqIVwY4voMsJdqK5g+WsCvw02imlrlSYgx2aJqiaYcp4ExF2sMXxbkJwc18dpBIw== +"@feathersjs/configuration@^4.3.11": + version "4.3.11" + resolved "https://registry.yarnpkg.com/@feathersjs/configuration/-/configuration-4.3.11.tgz#0cc7c7a2a365ae5b0df538405e9fd5261c981fdf" + integrity sha512-ZFh8nQcEKrrUAoI0ybeupBLYIWIQTsPV2T9ttnnmUeMwJkEZrD+e+KtUPaeGPH/dsiCk80kNIqHZ6uDyfWLNoA== dependencies: - "@feathersjs/feathers" "^4.3.10" + "@feathersjs/feathers" "^4.3.11" config "^3.2.3" debug "^4.1.1"