From 683cd5d3412bcf5dba1b2b2ba0e3ed5f0fb8bb3a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Aug 2025 19:07:06 +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 f944b068..6490e857 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "connect": "^3.3.5", "debug": "^2.1.3", "fs-extra": "^1.0.0", - "inquirer": "^1.2.3", + "inquirer": "^10.0.0", "js-yaml": "^3.3.0", "lodash": "^4.17.2", "mocha": "^3.2.0",