diff --git a/package-lock.json b/package-lock.json index d6ec281e..c5c70b41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -143,11 +143,11 @@ "integrity": "sha512-ZPpzyZA3CPfoa9AuFv3BJUI/ubzaaXixp8T/pqeMFPT6DOaU/6oF7lz1RxwimzfJNna4gy/HByt0EoLSI3BKWg==" }, "@feathersjs/configuration": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@feathersjs/configuration/-/configuration-2.0.4.tgz", - "integrity": "sha512-VpfjXpgINwe6FkegliPUaT6cT6K9mGIkf9AKtf3cdO9uht9LnCVKpbp/bQSsMjyLF6My/Yl4Vc3pCaEKjxX+fg==", + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@feathersjs/configuration/-/configuration-2.0.5.tgz", + "integrity": "sha512-WsNktr2WmauS8liA+FyNMqp/+UAXTYrID8xIGZQd65eDDiI0wdVmMGcuytUuJx+cnvMGbfRa+Urnvbawe+jI0w==", "requires": { - "config": "^2.0.0", + "config": "^3.0.0", "debug": "^4.0.0" }, "dependencies": { @@ -786,9 +786,9 @@ "dev": true }, "config": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/config/-/config-2.0.1.tgz", - "integrity": "sha512-aTaviJnC8ZjQYx8kQf4u6tWqIxWolyQQ3LqXgnCLAsIb78JrUshHG0YuzIarzTaVVe1Pazms3TXImfYra8UsyQ==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/config/-/config-3.0.1.tgz", + "integrity": "sha512-TBNrrk2b6AybUohqXw2AydglFBL9b/+1GG93Di6Fm6x1SyVJ5PYgo+mqY2X0KpU9m0PJDSbFaC5H95utSphtLw==", "requires": { "json5": "^1.0.1" } diff --git a/package.json b/package.json index 57ad3036..86d1de78 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@feathersjs/authentication": "^2.1.14", "@feathersjs/authentication-jwt": "^2.0.8", "@feathersjs/authentication-local": "^1.2.7", - "@feathersjs/configuration": "^2.0.4", + "@feathersjs/configuration": "^2.0.5", "@feathersjs/errors": "^3.3.4", "@feathersjs/express": "^1.2.7", "@feathersjs/feathers": "^3.3.0",