From 651a82871b02bffc5ea0a39c33c804f8e3aa5a67 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 09:05:45 +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 28146b5e..8d0b39d4 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "body-parser": "1.12.0", - "debug": "2.1.1", + "debug": "3.1.0", "express": "^4.11.2", "jade": "^1.9.2", "serve-favicon": "^2.2.0",