From 5060262e8b7423effd42ada420cf1ddb7c1e2eef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 02:48:35 +0000 Subject: [PATCH] fix: packages/https-proxy/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- packages/https-proxy/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/https-proxy/package.json b/packages/https-proxy/package.json index cd5829c2a23b..5c5d99e07112 100644 --- a/packages/https-proxy/package.json +++ b/packages/https-proxy/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "bluebird": "^3.4.0", - "debug": "^2.6.8", + "debug": "^3.1.0", "fs-extra": "^0.30.0", "lodash": "^4.17.4", "node-forge": "^0.6.39",