Skip to content

Commit

Permalink
Downgrade cbor to v7 to support node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Palmfjord authored and erdtman committed Sep 7, 2021
1 parent 232fa3c commit d86fb09
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
23 changes: 16 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"aes-cbc-mac": "^1.0.1",
"any-promise": "^1.3.0",
"cbor": "^8.0.0",
"cbor": "^7.0.6",
"elliptic": "^6.4.0",
"node-hkdf-sync": "^1.0.0"
},
Expand Down

0 comments on commit d86fb09

Please sign in to comment.