From 276e8f9e039542c301fa187342d8cc5abf09305e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Aug 2025 04:25:41 +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 a18f8b28..00c33c97 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "express-winston": "^2.5.0", "fs-extra-promise": "^0.4.1", "human-interval": "^0.1.6", - "inquirer": "^5.1.0", + "inquirer": "^8.2.7", "ioredis": "^3.1.4", "joi": "13.0.0", "jsonata": "^1.5.2",