From 06fdfbd4458021975c0b53ea4cc63a7bb8a6425b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 06:12:20 +0000 Subject: [PATCH] fix: tools/eslint/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- tools/eslint/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/eslint/package.json b/tools/eslint/package.json index c5787d4cfc1c8b..c157ad7eb5e8de 100644 --- a/tools/eslint/package.json +++ b/tools/eslint/package.json @@ -50,7 +50,7 @@ "dependencies": { "chalk": "^1.1.3", "concat-stream": "^1.4.6", - "debug": "^2.1.1", + "debug": "^3.1.0", "doctrine": "^1.2.1", "es6-map": "^0.1.3", "escope": "^3.6.0",