From aad73c0d0367c3079bd451501f6eaa37dc81d99d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 11 Aug 2025 22:55:40 +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 8fec1f2..319b66e 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "dependencies": { "cli-table2": "^0.2.0", "colors": "^1.1.2", - "inquirer": "^1.0.3", + "inquirer": "^8.2.7", "inquiry-traverser": "^0.3.0", "object-assign": "^4.0.1" },