From 5ef02bf491ab9f72e0768f4b8188f4ac62af487c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 18 Dec 2023 23:11:39 +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 a508d8cd91f838..a79ff6133bc34d 100644 --- a/tools/eslint/package.json +++ b/tools/eslint/package.json @@ -48,7 +48,7 @@ "esquery": "^1.0.0", "estraverse": "^4.2.0", "esutils": "^2.0.2", - "file-entry-cache": "^2.0.0", + "file-entry-cache": "^8.0.0", "functional-red-black-tree": "^1.0.1", "glob": "^7.1.2", "globals": "^9.17.0",