From 13307540d491c2c51c433138e5ea588ca6bdb72b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Apr 2019 08:35:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-OPEN-174041 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 994be95a..5343790c 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "jquery": "3.1.1", "marko": "3.12.1", "moment": "^2.17.0", - "open": "0.0.5", + "open": "6.0.0", "ramda": "0.19.1", "request": "2.68.0", "request-progress": "0.3.1",