diff --git a/package.json b/package.json index 6dedf42..583f83d 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "mocha": "mocha test/ --recursive --exit" }, "dependencies": { - "@feathersjs/configuration": "^1.0.2", + "@feathersjs/configuration": "^2.0.6", "@feathersjs/errors": "^3.3.0", "@feathersjs/express": "^1.2.0", "@feathersjs/feathers": "^3.1.3", diff --git a/yarn.lock b/yarn.lock index 32e8e59..379d778 100644 --- a/yarn.lock +++ b/yarn.lock @@ -95,13 +95,13 @@ resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-3.0.1.tgz#cf844b91ba5fe3ec419384d986d85929067a3058" integrity sha512-wo2boFwbKqm53h/Wv2F+ggiTxSFOPaCupa6VHujJle/RZrox5On6zbaoO0B1yFZbj1tCJ6kT2IDpFg9StHL0oA== -"@feathersjs/configuration@^1.0.2": - version "1.0.2" - resolved "https://registry.yarnpkg.com/@feathersjs/configuration/-/configuration-1.0.2.tgz#18da733e908fc39726233dbae867c6b0eb3920cd" - integrity sha512-y0XXfkQF0nFYFwzx/nh2sTfVRetVNBFZd5WQCRCz+tCA2DA17oN9cnFCmuZi9/KVsdLZjx7WG9RmnSkRON9E2Q== +"@feathersjs/configuration@^2.0.6": + version "2.0.6" + resolved "https://registry.yarnpkg.com/@feathersjs/configuration/-/configuration-2.0.6.tgz#b53e0361eba80ac2ed5708e22db1e546397e8729" + integrity sha512-0MnbvbmCqr5o7cijCDejO2QsJybnGZmnQMNVZ05c50fQl35mldNex512Pt1qDqLY7oLfJZOLySJS0rbrkm4lIg== dependencies: - config "^1.27.0" - debug "^3.1.0" + config "^3.0.0" + debug "^4.0.0" "@feathersjs/errors@^3.3.0", "@feathersjs/errors@^3.3.4": version "3.3.4" @@ -853,10 +853,10 @@ condense-whitespace@~1.0.0: resolved "https://registry.yarnpkg.com/condense-whitespace/-/condense-whitespace-1.0.0.tgz#8376d98ef028e6cb2cd2468e28ce42c5c65ab1a9" integrity sha1-g3bZjvAo5sss0kaOKM5CxcZasak= -config@^1.27.0: - version "1.31.0" - resolved "https://registry.yarnpkg.com/config/-/config-1.31.0.tgz#ab08aeba6536015d220cd0afe14b3e0501082542" - integrity sha512-Ep/l9Rd1J9IPueztJfpbOqVzuKHQh4ZODMNt9xqTYdBBNRXbV4oTu34kCkkfdRVcDq0ohtpaeXGgb+c0LQxFRA== +config@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/config/-/config-3.0.1.tgz#c3118e2eb45fdfd135277339f87e2492559cb147" + integrity sha512-TBNrrk2b6AybUohqXw2AydglFBL9b/+1GG93Di6Fm6x1SyVJ5PYgo+mqY2X0KpU9m0PJDSbFaC5H95utSphtLw== dependencies: json5 "^1.0.1"