From d0ba7188f34d120aa299f52b6e3c8aaf01290283 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 24 Feb 2021 14:51:45 -0500 Subject: [PATCH] Update package.json --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a7e19e3..155e78a 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "async": "^3.2.0", "base58-native": "*", "bignum": "*", + "bufferutil": "*", "cli-color": "*", "cryptoforknote-util": "git://github.com/MoneroOcean/node-cryptoforknote-util.git", "cryptonight-hashing": "git://github.com/MoneroOcean/node-cryptonight-hashing.git", @@ -24,7 +25,8 @@ "redis": "*", "socket.io": "^3.1.1", "time-ago": "*", - "turtlecoin-multi-hashing": "git+https://github.com/turtlecoin/node8-multi-hashing.git" + "turtlecoin-multi-hashing": "git+https://github.com/turtlecoin/node8-multi-hashing.git", + "utf-8-validate": "*" }, "engines": { "node": ">=8.11.3"