From eb26923cc0fc9f7e903bf3322f56b81a2e7c1c8b Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 4 Mar 2024 23:34:33 -0800 Subject: [PATCH] [Deps] downgrade `asn1.js` to v4 since v5 drops support for node < 4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 669e1e9..5966483 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "author": "", "license": "ISC", "dependencies": { - "asn1.js": "^5.2.0", + "asn1.js": "^4.10.1", "browserify-aes": "^1.0.0", "evp_bytestokey": "^1.0.0", "hash-base": "~3.0",