From 7ea6d309459f28281ca581564fbf38243e9e8d57 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 24 Oct 2021 21:35:10 +0000 Subject: [PATCH] fix: upgrade debug from 2.0.0 to 2.6.9 Snyk has created this PR to upgrade debug from 2.0.0 to 2.6.9. See this package in npm: https://www.npmjs.com/package/debug See this project in Snyk: https://app.snyk.io/org/jswheeler/project/777e1818-7ef2-4a3d-8aa8-bf1434b215b6?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c70f4df..bda64f8 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "bluebird": "^2.9.30", "body-parser": "~1.8.1", "cookie-parser": "~1.3.3", - "debug": "~2.0.0", + "debug": "~2.6.9", "express": "~4.9.0", "express-session": "^1.11.1", "hbs": "^3.1.0",