From 902ddf5128cab74cfbbbae1f5d3627ff1c6dafa4 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Wed, 9 Aug 2017 00:33:43 -0700 Subject: [PATCH] fix(package): update debug to version 3.0.0 (#31) --- packages/authentication-jwt/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/authentication-jwt/package.json b/packages/authentication-jwt/package.json index 0f12c6dcf0..06f06d0efb 100644 --- a/packages/authentication-jwt/package.json +++ b/packages/authentication-jwt/package.json @@ -50,7 +50,7 @@ "lib": "lib" }, "dependencies": { - "debug": "^2.3.1", + "debug": "^3.0.0", "feathers-errors": "^2.5.0", "lodash.merge": "^4.6.0", "lodash.omit": "^4.5.0",