diff --git a/package.json b/package.json index cef2e07..6fb8f38 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@feathersjs/authentication": "^2.1.7", "@feathersjs/authentication-jwt": "^2.0.1", "@feathersjs/authentication-local": "^1.2.1", - "@feathersjs/configuration": "^1.0.2", + "@feathersjs/configuration": "^2.0.0", "@feathersjs/errors": "^3.3.0", "@feathersjs/express": "^1.2.3", "@feathersjs/feathers": "^3.1.7", diff --git a/yarn.lock b/yarn.lock index 6b9447d..fab9f26 100644 --- a/yarn.lock +++ b/yarn.lock @@ -217,11 +217,11 @@ version "1.4.1" resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-1.4.1.tgz#81f19ffb83eac6afd33c629d4d0cad57441fbede" -"@feathersjs/configuration@^1.0.2": - version "1.0.2" - resolved "https://registry.yarnpkg.com/@feathersjs/configuration/-/configuration-1.0.2.tgz#18da733e908fc39726233dbae867c6b0eb3920cd" +"@feathersjs/configuration@^2.0.0": + version "2.0.0" + resolved "https://registry.yarnpkg.com/@feathersjs/configuration/-/configuration-2.0.0.tgz#fad2899e6880af8f21a14ac476781a60eb6ddd90" dependencies: - config "^1.27.0" + config "^2.0.0" debug "^3.1.0" "@feathersjs/errors@^3.0.0", "@feathersjs/errors@^3.2.0", "@feathersjs/errors@^3.2.1", "@feathersjs/errors@^3.3.0": @@ -1875,12 +1875,11 @@ concurrently@~3.6.1: supports-color "^3.2.3" tree-kill "^1.1.0" -config@^1.27.0: - version "1.30.0" - resolved "https://registry.yarnpkg.com/config/-/config-1.30.0.tgz#1d60a9f35348a13c175798d384e81a5a16c3ba6e" +config@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/config/-/config-2.0.1.tgz#995ccc8175460578d646ac0a2e4018ffa44ca046" dependencies: - json5 "0.4.0" - os-homedir "1.0.2" + json5 "^1.0.1" configstore@^3.0.0: version "3.1.2" @@ -4291,14 +4290,16 @@ json-stringify-safe@~5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" -json5@0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/json5/-/json5-0.4.0.tgz#054352e4c4c80c86c0923877d449de176a732c8d" - json5@^0.5.1: version "0.5.1" resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821" +json5@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe" + dependencies: + minimist "^1.2.0" + jsonfile@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb" @@ -5361,7 +5362,7 @@ optionator@^0.8.2: type-check "~0.3.2" wordwrap "~1.0.0" -os-homedir@1.0.2, os-homedir@^1.0.0, os-homedir@^1.0.1: +os-homedir@^1.0.0, os-homedir@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3"