From abe7ce910c028e284664b9ad40d02b6d39d2784e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Jan 2023 17:09:01 +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 338e992..26d8eef 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "async": "~1.5.2", - "debug": "^1.0.4", + "debug": "^3.1.0", "underscore": "~1.6.0", "xml-crypto": "^0.8.1", "xml-encryption": "^0.9.0",