From cd93ff1cf27743ce4fb39642073e481ae3000221 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 18 May 2019 03:45:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:open:20180512 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c760b9c..df8e8f8 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "inquirer": "^0.11.2", "marked": "^0.3.6", "marked-terminal": "^2.0.0", - "open": "0.0.5", + "open": "6.0.0", "path": "^0.12.7", "q": "^1.4.1", "request": "^2.67.0",