From cd22e312b2634e4a70c872e11b5794e9d8be4fec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 10 Aug 2025 01:54:12 +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-TMP-11501554 --- 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..248e9c7b21f17e 100644 --- a/tools/eslint/package.json +++ b/tools/eslint/package.json @@ -54,7 +54,7 @@ "globals": "^9.17.0", "ignore": "^3.3.3", "imurmurhash": "^0.1.4", - "inquirer": "^3.0.6", + "inquirer": "^8.2.7", "is-resolvable": "^1.0.0", "js-yaml": "^3.9.1", "json-stable-stringify": "^1.0.1",