From 03791f9f23d0270d84be6a8be9299874edeaa17d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 01:50:01 -0800 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 bff7567..9c21c84 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dependencies": { "axios": "^0.18.0", "cookie-parser": "~1.4.4", - "debug": "~2.6.9", + "debug": "~3.1.0", "dotenv": "^8.0.0", "express": "~4.16.1", "http-errors": "~1.6.3",