From 1627fe33b1e9e5703236a05af20c7c038a565ae9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 27 Oct 2018 01:56:56 +0000 Subject: [PATCH] Bump @feathersjs/configuration from 2.0.0 to 2.0.4 Bumps [@feathersjs/configuration](https://github.com/feathersjs/feathers) from 2.0.0 to 2.0.4. - [Release notes](https://github.com/feathersjs/feathers/releases) - [Commits](https://github.com/feathersjs/feathers/compare/v2.0.0...@feathersjs/configuration@2.0.4) Signed-off-by: dependabot[bot] --- package-lock.json | 27 +++++++++++++++++++++------ package.json | 2 +- 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6f186605..3c56854e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -120,12 +120,27 @@ "integrity": "sha512-ZPpzyZA3CPfoa9AuFv3BJUI/ubzaaXixp8T/pqeMFPT6DOaU/6oF7lz1RxwimzfJNna4gy/HByt0EoLSI3BKWg==" }, "@feathersjs/configuration": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@feathersjs/configuration/-/configuration-2.0.0.tgz", - "integrity": "sha512-ZaByFEu2FC2IrTf1QL4AbFhKlR657GKWkOEUOgNs2Te1MeAA+wskL4uXvmRuELQvdSjk/FoNdJxI8MXFIo5Umw==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@feathersjs/configuration/-/configuration-2.0.4.tgz", + "integrity": "sha512-VpfjXpgINwe6FkegliPUaT6cT6K9mGIkf9AKtf3cdO9uht9LnCVKpbp/bQSsMjyLF6My/Yl4Vc3pCaEKjxX+fg==", "requires": { "config": "^2.0.0", - "debug": "^3.1.0" + "debug": "^4.0.0" + }, + "dependencies": { + "debug": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.0.tgz", + "integrity": "sha512-heNPJUJIqC+xB6ayLAMHaIrmN9HKa7aQO8MGqKpvCA+uJYVcvR6l5kgdrhRuwPFHU7P5/A1w0BjByPHwpfTDKg==", + "requires": { + "ms": "^2.1.1" + } + }, + "ms": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", + "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" + } } }, "@feathersjs/errors": { @@ -1760,7 +1775,7 @@ }, "json5": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "resolved": "http://registry.npmjs.org/json5/-/json5-1.0.1.tgz", "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", "requires": { "minimist": "^1.2.0" @@ -1988,7 +2003,7 @@ }, "minimist": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", + "resolved": "http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=" }, "mkdirp": { diff --git a/package.json b/package.json index 5229a8ea..2b8fce92 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@feathersjs/authentication": "^2.1.13", "@feathersjs/authentication-jwt": "^2.0.5", "@feathersjs/authentication-local": "^1.2.1", - "@feathersjs/configuration": "^2.0.0", + "@feathersjs/configuration": "^2.0.4", "@feathersjs/errors": "^3.3.4", "@feathersjs/express": "^1.2.7", "@feathersjs/feathers": "^3.2.3",