From 975c73b4af25df0947b074f8648ec598a46fd508 Mon Sep 17 00:00:00 2001 From: Thomas Hohn Date: Tue, 16 Sep 2025 08:25:19 +0200 Subject: [PATCH] Bump inquirer to ^9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 183419d28..f9a4165f6 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "fuse.js": "^7.0.0", "glob": ">=9.0.0 <12", "html-minifier-terser": "7.2.0", - "inquirer": "^8.2.7", + "inquirer": "^9.3.8", "invisi-data": "^1.0.0", "joi": "18.0.1", "js-beautify": "1.15.4",