From f23d6177591e7d61fff1a5b9f6537454f51fe7d4 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Wed, 9 Aug 2017 00:39:22 -0700 Subject: [PATCH] fix(package): update debug to version 3.0.0 (#31) --- packages/authentication-local/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/authentication-local/package.json b/packages/authentication-local/package.json index cc338b4e43..a6fdb54916 100644 --- a/packages/authentication-local/package.json +++ b/packages/authentication-local/package.json @@ -51,7 +51,7 @@ }, "dependencies": { "bcryptjs": "^2.3.0", - "debug": "^2.2.0", + "debug": "^3.0.0", "feathers-errors": "^2.4.0", "lodash.get": "^4.4.2", "lodash.merge": "^4.6.0",