Skip to content

Commit 399149b

Browse files
committed
pin asn1.js
1 parent 1eaf3a8 commit 399149b

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,8 @@
6565
"segmentio-facade": "^3.0.2",
6666
"sinon": "1.7.3",
6767
"watchify": "^3.7.0"
68+
},
69+
"resolutions": {
70+
"asn1.js": "4.0.0"
6871
}
6972
}

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -311,9 +311,10 @@ arrify@^1.0.0:
311311
version "1.0.1"
312312
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
313313

314-
asn1.js@^4.0.0:
315-
version "4.10.1"
316-
resolved "https://registry.yarnpkg.com/asn1.js/-/asn1.js-4.10.1.tgz#b9c2bf5805f1e64aadeed6df3a2bfafb5a73f5a0"
314+
[email protected], asn1.js@^4.0.0:
315+
version "4.0.0"
316+
resolved "https://registry.yarnpkg.com/asn1.js/-/asn1.js-4.0.0.tgz#4fe967ace3ca32d88822c277ddbfa190c06b4a27"
317+
integrity sha1-T+lnrOPKMtiIIsJ33b+hkMBrSic=
317318
dependencies:
318319
bn.js "^4.0.0"
319320
inherits "^2.0.1"

0 commit comments

Comments
 (0)