Update package.json

Changed date format to 4.5.1 and redis to 3.1.2 and updates turtlecoin-multi-hashing to reflect newer version that will work with nodejs 14.  Which solved the issue I had compiling original repo
This commit is contained in:
frandlyn26
2022-01-14 15:15:33 -06:00
committed by GitHub
parent f651e5fef7
commit 0f15510886

View File

@@ -16,13 +16,13 @@
"cli-color": "*", "cli-color": "*",
"cryptoforknote-util": "git://github.com/MoneroOcean/node-cryptoforknote-util.git", "cryptoforknote-util": "git://github.com/MoneroOcean/node-cryptoforknote-util.git",
"cryptonight-hashing": "git://github.com/MoneroOcean/node-cryptonight-hashing.git", "cryptonight-hashing": "git://github.com/MoneroOcean/node-cryptonight-hashing.git",
"dateformat": "*", "dateformat": "4.5.1",
"domexception": "*", "domexception": "*",
"mailgun.js": "*", "mailgun.js": "*",
"node-telegram-bot-api": "*", "node-telegram-bot-api": "*",
"nodemailer": "^6.4.18", "nodemailer": "^6.4.18",
"nodemailer-sendmail-transport": "*", "nodemailer-sendmail-transport": "*",
"redis": "*", "redis": "3.1.2",
"socket.io": "^3.1.1", "socket.io": "^3.1.1",
"time-ago": "*", "time-ago": "*",
"turtlecoin-multi-hashing": "git+https://github.com/turtlecoin/turtlecoin-crypto.git", "turtlecoin-multi-hashing": "git+https://github.com/turtlecoin/turtlecoin-crypto.git",