Skip to content

Commit be7c552

Browse files
author
Calvin Metcalf
committed
3.8.1 fix big number dependencies to all have the same range
1 parent 44ad3ca commit be7c552

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Dominic Tarr <[email protected]> (dominictarr.com)",
33
"name": "crypto-browserify",
44
"description": "partial implementation of crypto for the browser",
5-
"version": "3.8.0",
5+
"version": "3.8.1",
66
"homepage": "https://github.com/dominictarr/crypto-browserify",
77
"repository": {
88
"type": "git",
@@ -17,9 +17,9 @@
1717
},
1818
"dependencies": {
1919
"browserify-aes": "0.7.2",
20-
"create-ecdh": "1.0.0",
21-
"diffie-hellman": "2.2.0",
22-
"browserify-sign": "2.7.0",
20+
"create-ecdh": "1.0.1",
21+
"diffie-hellman": "2.2.2",
22+
"browserify-sign": "2.7.1",
2323
"pbkdf2-compat": "2.0.1",
2424
"public-encrypt": "1.1.0",
2525
"ripemd160": "0.2.0",

0 commit comments

Comments
 (0)