From fa8344b6ee99c3d1ddf23cc75acfe6e1f3cce51c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 04:50:14 +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 f0155d89330b9c..404bff3b7f784c 100644 --- a/tools/eslint/package.json +++ b/tools/eslint/package.json @@ -58,7 +58,7 @@ "dependencies": { "chalk": "^1.1.3", "concat-stream": "^1.4.6", - "debug": "^2.1.1", + "debug": "^3.1.0", "doctrine": "^1.2.2", "escope": "^3.6.0", "espree": "^3.3.1",