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"