From aa72e10f026bfe2f688fef1284fd9a3ede6db22e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 Aug 2025 12:21:14 +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 833dbef8..fa69690f 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "find-root": "1.1.0", "fs-extra": "8.1.0", "glob": "7.1.4", - "inquirer": "6.5.0", + "inquirer": "8.2.7", "is-utf8": "^0.2.1", "lodash": "4.17.15", "minimist": "1.2.0",