From 9d79da45564be4c4c64e16655135583ed5d3d578 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Aug 2025 09:24:01 +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 5be63f5..fa9f49a 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "cwd": "^0.10.0", "fs-extra": "^0.28.0", "global-modules": "^0.2.2", - "inquirer": "^1.0.2", + "inquirer": "^10.0.0", "is-windows": "^0.2.0", "mkdirp": "^0.5.1" },