Skip to content

Commit

Permalink
[Deps] update bn.js, browserify-rsa, elliptic, parse-asn1, `r…
Browse files Browse the repository at this point in the history
…eadable-stream`, `safe-buffer`
  • Loading branch information
ljharb committed Sep 18, 2023
1 parent cc5350b commit a67d0eb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"unit": "tape test/*.js"
},
"dependencies": {
"bn.js": "^5.1.1",
"browserify-rsa": "^4.0.1",
"bn.js": "^5.2.1",
"browserify-rsa": "^4.1.0",
"create-hash": "^1.2.0",
"create-hmac": "^1.1.7",
"elliptic": "^6.5.3",
"elliptic": "^6.5.4",
"inherits": "^2.0.4",
"parse-asn1": "^5.1.5",
"readable-stream": "^3.6.0",
"safe-buffer": "^5.2.0"
"parse-asn1": "^5.1.6",
"readable-stream": "^3.6.2",
"safe-buffer": "^5.2.1"
},
"devDependencies": {
"nyc": "^15.1.0",
Expand Down

0 comments on commit a67d0eb

Please sign in to comment.