From 683a1ef84e144be8d66c19b8fdda52dcd084fe93 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 Dec 2018 01:35:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MORGAN-72579 - https://snyk.io/vuln/npm:cryptiles:20180710 - https://snyk.io/vuln/npm:debug:20170905 - https://snyk.io/vuln/npm:extend:20180424 - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:lodash:20180130 - https://snyk.io/vuln/npm:ms:20170412 - https://snyk.io/vuln/npm:sshpk:20180409 - https://snyk.io/vuln/npm:stringstream:20180511 - https://snyk.io/vuln/npm:tough-cookie:20170905 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index cc5e0ba..4b6a802 100644 --- a/package.json +++ b/package.json @@ -63,15 +63,15 @@ "main": "lib", "bitcoreNode": "lib", "dependencies": { - "async": "*", + "async": "2.1.5", "litecore-lib": "^0.13.22", "litecore-message": "^1.0.5", - "body-parser": "^1.13.3", - "compression": "^1.6.1", + "body-parser": "^1.18.2", + "compression": "^1.7.1", "lodash": "^2.4.1", "lru-cache": "^4.0.1", - "morgan": "^1.7.0", - "request": "^2.64.0" + "morgan": "^1.9.1", + "request": "^2.84.0" }, "devDependencies": { "chai": "^3.5.0",