From 8680732b5383ceb60111b3f04ca6967f80c0831d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Aug 2025 05:00:46 +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 fcf6ad6..d8f1984 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "commander": "^12.1.0", "dotenv": "^16.4.5", "git-user-info": "^2.0.3", - "inquirer": "^9.2.22", + "inquirer": "^10.0.0", "minimist": "^1.2.8", "mustache": "^4.2.0", "winston": "^3.13.0"