From 85c5d0f907846746df5410688e03b834810992e7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Dec 2018 03:47:07 +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:debug:20170905 - https://snyk.io/vuln/npm:extend:20180424 - https://snyk.io/vuln/npm:forwarded:20170908 - https://snyk.io/vuln/npm:fresh:20170908 - https://snyk.io/vuln/npm:mime:20170907 - https://snyk.io/vuln/npm:ms:20170412 - https://snyk.io/vuln/npm:ws:20171108 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 00039d3..79f01e9 100644 --- a/package.json +++ b/package.json @@ -59,20 +59,20 @@ ], "dependencies": { "async": "^1.3.0", - "body-parser": "^1.13.3", + "body-parser": "^1.18.2", "colors": "^1.1.2", "commander": "^2.8.1", "errno": "^0.1.4", - "express": "^4.13.3", - "liftoff": "^2.2.0", + "express": "^4.16.0", + "liftoff": "^2.4.0", "litecoind-rpc": "^0.7.1", "litecore-lib": "^0.13.22", "lru-cache": "^4.0.1", "mkdirp": "0.5.0", "path-is-absolute": "^1.0.0", "semver": "^5.0.1", - "socket.io": "^1.4.5", - "socket.io-client": "^1.4.5", + "socket.io": "^1.7.4", + "socket.io-client": "^1.7.4", "zeromq": "^4.2.0", "bufferutil": "~1.2.1", "utf-8-validate": "~1.2.1"