From e676baaba53e1c737837736e5001928f482e3186 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 14:26:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/npm:braces:20180219 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f38d140..5046550 100644 --- a/package.json +++ b/package.json @@ -30,8 +30,8 @@ "child_process": "^1.0.2", "colors": "^1.1.2", "commander": "~2.9.0", - "inquirer": "~1.1.3", + "inquirer": "~2.0.0", "rx": "~4.1.0", - "vinyl-fs": "~2.2.1" + "vinyl-fs": "~3.0.0" } }