From 94c4c14fd8a8d5f2f313bdf26bb2dc415971d79e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 02:55:23 +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 cdab83759aebb8..9ce99544a6349c 100644 --- a/tools/eslint/package.json +++ b/tools/eslint/package.json @@ -41,7 +41,7 @@ "dependencies": { "chalk": "^1.0.0", "concat-stream": "^1.4.6", - "debug": "^2.1.1", + "debug": "^3.1.0", "doctrine": "^0.6.2", "escape-string-regexp": "^1.0.2", "escope": "^3.1.0",