From a7f010948d0638e0628b66ef0eaff24f41d3b3c9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Jan 2023 22:02:31 +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 6f7306b..33ce7d8 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "dependencies": { "body-parser": "~1.10.1", "cookie-parser": "~1.3.3", - "debug": "~2.1.1", + "debug": "~3.1.0", "express": "~4.11.0", "jade": "~1.9.0", "morgan": "~1.5.1",