From 9ee329acc0a87da8fa48aea2385f8e27aeb0a557 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 May 2019 22:08:00 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:braces:20180219 - https://snyk.io/vuln/npm:ws:20171108 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 625190d65f..c0eb261c98 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "run": "node osjs run" }, "dependencies": { - "chokidar": "^1.6.1", + "chokidar": "^2.0.0", "clean-css": "^4.0.10", "colors": "^1.1.2", "compression": "^1.6.2", @@ -49,7 +49,7 @@ "simplejsonconf": "^1.0.5", "uglify-js": "^2.8.21", "unzip-stream": "^0.1.2", - "ws": "^2.2.3", + "ws": "^3.3.1", "zlibjs": "^0.2.0" }, "devDependencies": {