From 78dd03b9704b49ea624518f908e6963f8d3d9a3d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Sep 2021 04:18:02 +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 1161ced..107dec4 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,6 @@ "karma-phantomjs-launcher": "~0.1.4", "karma-script-launcher": "^0.1.0", "karma-threshold-reporter": "~0.1.7", - "open": "0.0.5" + "open": "6.0.0" } }