From a82ae1d4d7834231dcd68a2cb17a4c75e5ec4976 Mon Sep 17 00:00:00 2001 From: Michael Ridgway Date: Wed, 17 Sep 2014 16:45:41 -0700 Subject: [PATCH] Bump debug and path-to-regexp versions --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d3a24aa..98ac0cf 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,8 @@ } ], "dependencies": { - "debug": "^1.0.0", - "path-to-regexp": "^0.2.1", + "debug": "^2.0.0", + "path-to-regexp": "^1.0.0", "reverend": "^0.3.0" }, "devDependencies": {