From 76b85873daed166bd087cf28e998aa8e436b2672 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Jan 2023 17:56:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 096345084e..691ebd6a90 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "bin-to-file": "0.0.5", "clone": "~0.1.18", "commander": "1.0.0", - "debug": "^2.2.0", + "debug": "^3.1.0", "dropbox": "~0.10.2", "express": "3.0.x", "express-cookie-blacklist": "~2.0.0",