From ad73b5a8bedca03bd5cbe07916f85915eff2fa00 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2020 23:09:12 +0000 Subject: [PATCH] fix(package): update @feathersjs/configuration to version 4.5.1 Closes #93 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 93ef7c2..02e81c6 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "styleguide:build": "vue-styleguidist build" }, "dependencies": { - "@feathersjs/configuration": "^2.0.2", + "@feathersjs/configuration": "^4.5.1", "@feathersjs/authentication": "^2.1.9", "@feathersjs/authentication-client": "^1.0.4", "@feathersjs/authentication-jwt": "^2.0.3",