From 5a60bfa2546d2ff6b3b1b256be9939dfb5928275 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Jan 2023 17:27:59 +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 eba9c474f3f485..6cedaba14de998 100644 --- a/tools/eslint/package.json +++ b/tools/eslint/package.json @@ -59,7 +59,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.1.6",