From 5e10a7ab7fbd26756f33b7fee362ffd3667642d6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 10 Aug 2025 09:25:35 +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 f38d140..49fc052 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "child_process": "^1.0.2", "colors": "^1.1.2", "commander": "~2.9.0", - "inquirer": "~1.1.3", + "inquirer": "~8.2.7", "rx": "~4.1.0", "vinyl-fs": "~2.2.1" }