From c4f1572a54a418ae88c180bfacf13af7a1677672 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Jan 2023 17:41:24 +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 d6c8d488cb5dfa..42d0628575b4fd 100644 --- a/tools/eslint/package.json +++ b/tools/eslint/package.json @@ -59,7 +59,7 @@ "babel-code-frame": "^6.16.0", "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",