From 1e14c932ee14111f39a9436b14d3b221c091aab9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Aug 2025 08:53: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 38f0bfa..e4b0722 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "babel-polyfill": "^6.26.0", "dotenv": "^5.0.0", "format-json": "^1.0.3", - "inquirer": "^9.0.0", + "inquirer": "^10.0.0", "moment": "^2.29.4", "require-dir": "^1.0.0", "systemjs": "^0.21.0",