From feec38cb29a30eaa2cec1d0a5707907335b592fc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 10 Aug 2025 08:36:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TMP-11501554 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d05f3f9..3082eea 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "cli-table": "^0.3.1", "icecat": "^1.4.1", "ini": "^1.3.5", - "inquirer": "^6.3.1", + "inquirer": "^8.2.7", "minimist": "^1.2.0", "mkdirp": "^0.5.1", "progress": "^2.0.3",