Skip to content

Commit 5f834cc

Browse files
committed
Pin asn1 subdeps to resolve @peculiar breaking issues in v2.7.0
Lots of hoisting required to make this work, but hopefully we can revert this soon once they fix the underlying issue.
1 parent 1448822 commit 5f834cc

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,15 @@
162162
"@httptoolkit/subscriptions-transport-ws": "^0.11.2",
163163
"@httptoolkit/util": "^0.1.7",
164164
"@httptoolkit/websocket-stream": "^6.0.1",
165-
"@peculiar/asn1-pkcs8": "^2.5.0",
166-
"@peculiar/asn1-schema": "^2.3.15",
167-
"@peculiar/asn1-x509": "^2.3.15",
165+
"@peculiar/asn1-cms": "<2.7.0",
166+
"@peculiar/asn1-csr": "<2.7.0",
167+
"@peculiar/asn1-ecc": "<2.7.0",
168+
"@peculiar/asn1-pkcs8": "^2.5.0 <2.7.0",
169+
"@peculiar/asn1-pkcs9": "<2.7.0",
170+
"@peculiar/asn1-rsa": "<2.7.0",
171+
"@peculiar/asn1-schema": "^2.3.15 <2.7.0",
172+
"@peculiar/asn1-x509": "^2.3.15 <2.7.0",
173+
"@peculiar/asn1-x509-attr": "<2.7.0",
168174
"@peculiar/x509": "^1.12.3",
169175
"@types/cors": "^2.8.6",
170176
"@types/node": "*",

0 commit comments

Comments
 (0)