From df1e2405eb638e370bd3c869cae60c66c164cb42 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:29:17 +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 f0155d89330b9c..381325108602e3 100644 --- a/tools/eslint/package.json +++ b/tools/eslint/package.json @@ -65,7 +65,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.2.0", "ignore": "^3.1.5", "imurmurhash": "^0.1.4",