From 6858bdf06fd16dd2fb77d285380b56bd02fb0722 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Apr 2019 06:26:38 +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 d7b070a..ddc5d9e 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "express": "^4.14.1", "jsonwebtoken": "^7.2.1", "node-jose": "^0.9.2", - "open": "0.0.5", + "open": "6.0.0", "os": "^0.1.1", "svg-captcha": "^1.3.1", "winston": "^2.3.1",