From 1c12c8ee72f14ed1fdbdcf9bef44cb3a9fd558d5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 04:38:52 +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 c5787d4cfc1c8b..72ed720b728d73 100644 --- a/tools/eslint/package.json +++ b/tools/eslint/package.json @@ -58,7 +58,7 @@ "estraverse": "^4.2.0", "esutils": "^2.0.2", "file-entry-cache": "^1.1.1", - "glob": "^7.0.3", + "glob": "^9.0.0", "globals": "^9.2.0", "ignore": "^3.1.2", "imurmurhash": "^0.1.4",