From d3a514dcafa2e3f419e8a645dfc0369f764447dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 30 Nov 2018 19:42:35 +0000 Subject: [PATCH] Bump @feathersjs/configuration from 1.0.2 to 2.0.4 Bumps [@feathersjs/configuration](https://github.com/feathersjs/feathers) from 1.0.2 to 2.0.4. - [Release notes](https://github.com/feathersjs/feathers/releases) - [Commits](https://github.com/feathersjs/feathers/commits/@feathersjs/configuration@2.0.4) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 1ed9f62..94c15e8 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.4", "@feathersjs/errors": "^3.3.0", "@feathersjs/express": "^1.2.0", "@feathersjs/feathers": "^3.1.3", diff --git a/yarn.lock b/yarn.lock index 6a3ff4c..c8a241c 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.4": + version "2.0.4" + resolved "https://registry.yarnpkg.com/@feathersjs/configuration/-/configuration-2.0.4.tgz#b9d87a4d3371202e796bd28f0647ef21c23076c7" + integrity sha512-VpfjXpgINwe6FkegliPUaT6cT6K9mGIkf9AKtf3cdO9uht9LnCVKpbp/bQSsMjyLF6My/Yl4Vc3pCaEKjxX+fg== dependencies: - config "^1.27.0" - debug "^3.1.0" + config "^2.0.0" + debug "^4.0.0" "@feathersjs/errors@^3.3.0", "@feathersjs/errors@^3.3.4": version "3.3.4" @@ -900,10 +900,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@^2.0.0: + version "2.0.2" + resolved "https://registry.yarnpkg.com/config/-/config-2.0.2.tgz#b81c8f4e05203e1da7752864c19a11604ca923d7" + integrity sha512-duIbkKb0gls0bOtGwd1vaD4236MwepQlZcrMheOGrn3/9Px7oYFh8G4LB3ylGOlPr5wGoJRm8Grb2RihJZxuHQ== dependencies: json5 "^1.0.1"