From 0043434eae38f0b6d37e0e1336848382f9c13ed8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 Dec 2023 16:44:08 +0000 Subject: [PATCH] fix: package.json & yarn.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:debug:20170905 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c6b276c6..121351741 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "columnify": "^1.6.0", "compare-versions": "^3.4.0", "copy-dir": "^0.3.0", - "debug": "^3.1.0", + "debug": "^3.2.7", "diff": "^3.5.0", "dockerode": "^2.5.7", "draftlog": "^1.0.12",