From f788804fff23362e1f57658613ac3cc68d3add56 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Wed, 9 Aug 2017 00:36:55 -0700 Subject: [PATCH] fix(package): update debug to version 3.0.0 (#555) --- packages/authentication/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/authentication/package.json b/packages/authentication/package.json index 6ba8b20fb7..bfd4475f53 100644 --- a/packages/authentication/package.json +++ b/packages/authentication/package.json @@ -55,7 +55,7 @@ "lib": "lib" }, "dependencies": { - "debug": "^2.2.0", + "debug": "^3.0.0", "feathers-authentication-client": "^0.3.1", "feathers-commons": "^0.8.4", "feathers-errors": "^2.4.0",