From d2d84df55ec346ab78602aa9c96f858870bad80e Mon Sep 17 00:00:00 2001 From: Christophe Diederichs Date: Wed, 17 Jun 2020 17:29:37 +0200 Subject: [PATCH] bump to chacha 1.0.3 - remove Buffer dependency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 87fb2f9..b4b1c02 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "dependencies": { "blake2b": "^2.1.1", - "chacha20-universal": "^1.0.2", + "chacha20-universal": "^1.0.3", "nanoassert": "^1.0.0", "siphash24": "^1.0.1", "xsalsa20": "^1.0.0"