From 31c0611df4be4561ffe8def9873436ec85753994 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 18 Sep 2021 06:39:36 +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 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dedc80d..cabacb4 100644 --- a/package.json +++ b/package.json @@ -27,9 +27,9 @@ "gitclone": "^2.0.0", "github": "^14.0.0", "github-org-repos": "^1.0.2", - "github-repositories": "^3.0.0", + "github-repositories": "^4.0.0", "ini": "^1.3.3", - "inquirer": "^6.2.1", + "inquirer": "^7.0.5", "replace-in-file": "^4.0.0", "superagent": "^5.0.2" },