From 6d8781de5e3e79a4520541ae747ee52b2fbc3c4a Mon Sep 17 00:00:00 2001 From: Matthew Little Date: Mon, 23 Jan 2017 08:28:47 -0700 Subject: [PATCH] Pinned some package versions - included async package Should fix https://github.com/zone117x/node-open-mining-portal/pull/479 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f6467a2..1925034 100644 --- a/package.json +++ b/package.json @@ -32,11 +32,11 @@ }, "dependencies": { "stratum-pool": "git://github.com/zone117x/node-stratum-pool.git", - "dateformat": "*", + "dateformat": "1.0.12", "node-json-minify": "*", - "redis": "*", + "redis": "0.12.1", "mysql": "*", - "async": "*", + "async": "1.5.2", "express": "*", "body-parser": "*", "compression": "*", @@ -45,7 +45,7 @@ "node-watch": "*", "request": "*", "nonce": "*", - "bignum": "*", + "bignum": "0.12.5", "extend": "*" }, "engines": {