From d2034508617ceba04d358bcea3d37b61ec5f6f61 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2019 04:17:01 +0000 Subject: [PATCH] Bump @feathersjs/configuration from 1.0.2 to 4.3.2 Bumps [@feathersjs/configuration](https://github.com/feathersjs/feathers) from 1.0.2 to 4.3.2. - [Release notes](https://github.com/feathersjs/feathers/releases) - [Changelog](https://github.com/feathersjs/feathers/blob/master/changelog.md) - [Commits](https://github.com/feathersjs/feathers/compare/1.0.2...v4.3.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index 86a92c3..a542919 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "mocha": "mocha test/ --recursive --exit" }, "dependencies": { - "@feathersjs/configuration": "^1.0.2", + "@feathersjs/configuration": "^4.3.2", "@feathersjs/errors": "^3.3.0", "@feathersjs/express": "^1.2.0", "@feathersjs/feathers": "^3.1.3", diff --git a/yarn.lock b/yarn.lock index 16967c9..7d37475 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@^4.3.2": + version "4.3.2" + resolved "https://registry.yarnpkg.com/@feathersjs/configuration/-/configuration-4.3.2.tgz#30d79fd24ee0b8cc2d635267aa703d0235d2a9d6" + integrity sha512-2MuExqWLyr0JF1MXOdKHeeGPlHX/EOQAvq3GgrLStnGOyhZVVNeVdYcbEHm8GKlgaI3T55Ghb+973GjGZX/vfQ== dependencies: - config "^1.27.0" - debug "^3.1.0" + config "^3.2.2" + debug "^4.1.1" "@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.2.2: + version "3.2.2" + resolved "https://registry.yarnpkg.com/config/-/config-3.2.2.tgz#c7d31bb2a9d30013a905ff420101e3b1ba58eead" + integrity sha512-rOsfIOAcG82AWouK4/vBS/OKz3UPl2T/kP0irExmXJJOoWg2CmdfPLdx56bCoMUMFNh+7soQkQWCUC8DyemiwQ== dependencies: json5 "^1.0.1" @@ -1060,10 +1060,10 @@ debug@^3.1.0: dependencies: ms "^2.1.1" -debug@^4.0.0, debug@^4.0.1, debug@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.0.tgz#373687bffa678b38b1cd91f861b63850035ddc87" - integrity sha512-heNPJUJIqC+xB6ayLAMHaIrmN9HKa7aQO8MGqKpvCA+uJYVcvR6l5kgdrhRuwPFHU7P5/A1w0BjByPHwpfTDKg== +debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791" + integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw== dependencies: ms "^2.1.1"