From f0f7bfd2d0df2f623aabbb97141f657dd28e5b10 Mon Sep 17 00:00:00 2001 From: kobenguyent <7845001+kobenguyent@users.noreply.github.com> Date: Tue, 19 Aug 2025 16:17:14 +0200 Subject: [PATCH] fix: Update inquirer --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3a09734e4..d58a4da6c 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "fuse.js": "^7.0.0", "glob": ">=9.0.0 <12", "html-minifier-terser": "7.2.0", - "inquirer": "8.2.6", + "inquirer": "^8.2.7", "invisi-data": "^1.0.0", "joi": "17.13.3", "js-beautify": "1.15.4",