From bb6b7b1c61387417436ff17dcc1d83c110167117 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 02:50:08 +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 0ec44e2e9..a65291839 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "async.ensureasync": "^0.5.2", "async.queue": "^0.5.2", "bottleneck": "^1.12.0", - "debug": "^2.2.0", + "debug": "^3.1.0", "lodash.chunk": "^4.2.0", "sendgrid-rest": "^2.3.0" },