From baccf318145d496af87dc881e9db581a8b28f524 Mon Sep 17 00:00:00 2001 From: Lucas Smith Date: Wed, 4 Mar 2026 09:13:59 +1100 Subject: [PATCH] fix: declare asn1js as a dependency --- bun.lock | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/bun.lock b/bun.lock index 23cceae..d1f812e 100644 --- a/bun.lock +++ b/bun.lock @@ -8,6 +8,7 @@ "@noble/ciphers": "^2.1.1", "@noble/hashes": "^2.0.1", "@scure/base": "^2.0.0", + "asn1js": "^3.0.7", "lru-cache": "^11.2.6", "pako": "^2.1.0", "pkijs": "^3.3.3", diff --git a/package.json b/package.json index d532c2c..1b84724 100644 --- a/package.json +++ b/package.json @@ -67,6 +67,7 @@ "@noble/ciphers": "^2.1.1", "@noble/hashes": "^2.0.1", "@scure/base": "^2.0.0", + "asn1js": "^3.0.7", "lru-cache": "^11.2.6", "pako": "^2.1.0", "pkijs": "^3.3.3"