From 37fe83afea7cd6ba0a90fab8a7ea0ac761c74e8e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 06:19: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-INFLIGHT-6095116 --- 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..5cc8b6f8e6b13f 100644 --- a/tools/eslint/package.json +++ b/tools/eslint/package.json @@ -66,7 +66,7 @@ "estraverse": "^4.2.0", "esutils": "^2.0.2", "file-entry-cache": "^2.0.0", - "glob": "^7.0.3", + "glob": "^9.0.0", "globals": "^9.14.0", "ignore": "^3.2.0", "imurmurhash": "^0.1.4",