Skip to content

Commit

Permalink
[Deps] downgrade asn1.js to v4 since v5 drops support for node < 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 5, 2024
1 parent a2d7ff6 commit eb26923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit eb26923

Please sign in to comment.