From a420d9f7174ded22acaf68f5cc9aaee1998b239e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Nov 2017 22:34:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:ws:20171108 Latest report for qwo/voxel-server: https://snyk.io/test/github/qwo/voxel-server --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 68a6550..395baff 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "voxel-engine": "~0.16.0", "voxel-crunch": "0.1.1", "websocket-stream": "0.0.5", - "ws": "0.4.25", + "ws": "3.3.1", "ecstatic": "0.3.0", "hat": "0.0.3", "duplex-emitter": "0.1.6",