Skip to content

Commit a67d0eb

Browse files
committed
[Deps] update bn.js, browserify-rsa, elliptic, parse-asn1, readable-stream, safe-buffer
1 parent cc5350b commit a67d0eb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
"unit": "tape test/*.js"
2424
},
2525
"dependencies": {
26-
"bn.js": "^5.1.1",
27-
"browserify-rsa": "^4.0.1",
26+
"bn.js": "^5.2.1",
27+
"browserify-rsa": "^4.1.0",
2828
"create-hash": "^1.2.0",
2929
"create-hmac": "^1.1.7",
30-
"elliptic": "^6.5.3",
30+
"elliptic": "^6.5.4",
3131
"inherits": "^2.0.4",
32-
"parse-asn1": "^5.1.5",
33-
"readable-stream": "^3.6.0",
34-
"safe-buffer": "^5.2.0"
32+
"parse-asn1": "^5.1.6",
33+
"readable-stream": "^3.6.2",
34+
"safe-buffer": "^5.2.1"
3535
},
3636
"devDependencies": {
3737
"nyc": "^15.1.0",

0 commit comments

Comments
 (0)