From 118dfc857409eec8271db75929f53b4cc4510be9 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 24 Feb 2021 14:37:57 -0500 Subject: [PATCH] Update package.json --- package.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 058e891..a7e19e3 100644 --- a/package.json +++ b/package.json @@ -9,21 +9,22 @@ "url": "https://github.com/dvandal/cryptonote-nodejs-pool.git" }, "dependencies": { - "async": "1", + "async": "^3.2.0", "base58-native": "*", "bignum": "*", "cli-color": "*", "cryptoforknote-util": "git://github.com/MoneroOcean/node-cryptoforknote-util.git", "cryptonight-hashing": "git://github.com/MoneroOcean/node-cryptonight-hashing.git", "dateformat": "*", + "domexception": "*", "mailgun.js": "*", "node-telegram-bot-api": "*", - "nodemailer": "2.7.2", + "nodemailer": "^6.4.18", "nodemailer-sendmail-transport": "*", "redis": "*", - "socket.io": "^2.1.1", + "socket.io": "^3.1.1", "time-ago": "*", - "turtlecoin-multi-hashing": "https://github.com/turtlecoin/node8-multi-hashing.git" + "turtlecoin-multi-hashing": "git+https://github.com/turtlecoin/node8-multi-hashing.git" }, "engines": { "node": ">=8.11.3"