From 9e2bf122b70970cb92f69d53e963f18299f14d66 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 4 Mar 2024 22:43:57 -0800 Subject: [PATCH] [Deps] pin `hash-base` to ~3.0, due to a breaking change See https://github.com/browserify/hash-base/pull/14#issuecomment-1978049873 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a5fa936..64f1765 100644 --- a/package.json +++ b/package.json @@ -34,9 +34,10 @@ "create-hash": "^1.2.0", "create-hmac": "^1.1.7", "elliptic": "=6.5.1", + "hash-base": "~3.0", "inherits": "^2.0.4", "parse-asn1": "^5.1.6", - "readable-stream": "^3.6.2", + "readable-stream": "^2.3.8", "safe-buffer": "^5.2.1" }, "devDependencies": {