From 62ac2d5e2c55c269de77f4febce2719c06f27e6e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 27 Jan 2018 02:17:27 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:debug:20170905 - https://snyk.io/vuln/npm:ms:20170412 - https://snyk.io/vuln/npm:qs:20170213 - https://snyk.io/vuln/npm:ws:20160624 - https://snyk.io/vuln/npm:ws:20160920 - https://snyk.io/vuln/npm:ws:20171108 Latest report for tnocs/csweb-sim-dist: https://snyk.io/test/github/tnocs/csweb-sim-dist Some vulnerabilities weren't fixed or ignored, and so will still fail the Snyk test report. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8f9a643..4146df0 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "license": "MIT", "dependencies": { "csweb": "git://github.com/TNOCS/csWeb.git#7d9befbc04c236572c2a2b80753575d03d402797", - "hypertimer": "^2.1.3", + "hypertimer": "^3.0.0", "mosca": "^1.1.1", "winston": "^2.1.0", "snyk": "^1.25.0"