From baf7a0017fb3b7d469d7be50ded956b61081cdda Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Wed, 9 Aug 2017 00:39:14 -0700 Subject: [PATCH] fix(package): update debug to version 3.0.0 (#30) --- packages/authentication-oauth2/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/authentication-oauth2/package.json b/packages/authentication-oauth2/package.json index f5ae9b0af1..c8fc333fbb 100644 --- a/packages/authentication-oauth2/package.json +++ b/packages/authentication-oauth2/package.json @@ -50,7 +50,7 @@ "lib": "lib" }, "dependencies": { - "debug": "^2.2.0", + "debug": "^3.0.0", "feathers-commons": "^0.8.5", "feathers-errors": "^2.4.0", "feathers-rest": "^1.5.2",