From 059bcc1f94a76241c5fcdf9548ff1feec2754e11 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 10 Aug 2025 04:59:39 +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 3502389..f2b5e29 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "chalk": "^4.0.0", "commander": "^5.1.0", "fs-extra": "^9.0.0", - "inquirer": "^7.1.0", + "inquirer": "^8.2.7", "js-yaml": "^3.14.0", "live-server": "^1.2.1", "marked": "^1.1.0",