From 273fe1050c096ada8fceadba1e71f2801d268cd1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 02:19:11 +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 e7eac39..141e18a 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "dependencies": { "babel-runtime": "^6.23.0", "core-decorators": "^0.17.0", - "debug": "^2.6.3", + "debug": "^3.1.0", "form-data": "^2.3.1", "needle": "^2.1.0" },