From b1566ad9efa19d505371221690c0a6b8cbee1104 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 06:20:09 +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 4757a15..42aa043 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "passport-github" ], "dependencies": { - "debug": "^2.6.1", + "debug": "^3.1.0", "passport-github": "^1.1.0" }, "devDependencies": {