From 6b10812c84726ed45d75a211ac5c5f1b6b19781b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 19 Sep 2018 12:38:25 +0000 Subject: [PATCH] Bump @feathersjs/configuration from 1.0.2 to 2.0.3 Bumps [@feathersjs/configuration](https://github.com/feathersjs/feathers) from 1.0.2 to 2.0.3. - [Release notes](https://github.com/feathersjs/feathers/releases) - [Commits](https://github.com/feathersjs/feathers/commits/@feathersjs/configuration@2.0.3) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 37 ++++++++++++++++++++++--------------- 2 files changed, 23 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 315aa99..d89ee03 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,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.3", "@feathersjs/errors": "^3.3.0", "@feathersjs/express": "^1.2.3", "@feathersjs/feathers": "^3.1.7", diff --git a/yarn.lock b/yarn.lock index 62b3442..75a7656 100644 --- a/yarn.lock +++ b/yarn.lock @@ -221,12 +221,12 @@ version "1.4.4" resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-1.4.4.tgz#cd8c0a4dfc7ba1027d359ae80542381241564728" -"@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.3": + version "2.0.3" + resolved "https://registry.yarnpkg.com/@feathersjs/configuration/-/configuration-2.0.3.tgz#a75ae7a485543953c51cc4847caf66e4eaca452b" dependencies: - config "^1.27.0" - debug "^3.1.0" + config "^2.0.0" + debug "^4.0.0" "@feathersjs/errors@^3.0.0", "@feathersjs/errors@^3.2.0", "@feathersjs/errors@^3.2.1", "@feathersjs/errors@^3.3.0": version "3.3.0" @@ -1879,12 +1879,11 @@ concurrently@~4.0.1: tree-kill "^1.1.0" yargs "^12.0.1" -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" @@ -2147,6 +2146,12 @@ debug@3.1.0, debug@^3.0.0, debug@^3.1.0, debug@~3.1.0: dependencies: ms "2.0.0" +debug@^4.0.0: + version "4.0.1" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.0.1.tgz#f9bb36d439b8d1f0dd52d8fb6b46e4ebb8c1cd5b" + dependencies: + ms "^2.1.1" + decamelize@^1.0.0, decamelize@^1.1.1, decamelize@^1.1.2: version "1.2.0" resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" @@ -4309,14 +4314,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" @@ -5393,7 +5400,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"