Skip to content

Commit 93a84d6

Browse files
committed
Merge pull request #6 from crypto-browserify/bump-bn-redux
bump bn.js and parse-asn1
2 parents 3acf6c7 + 7b85209 commit 93a84d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
"author": "",
1010
"license": "MIT",
1111
"dependencies": {
12-
"bn.js": "^3.0.0",
12+
"bn.js": "^4.1.0",
1313
"randombytes": "^2.0.1"
1414
},
1515
"repository": {
1616
"type": "git",
1717
"url": "[email protected]:calvinmetcalf/browserify-rsa.git"
1818
},
1919
"devDependencies": {
20+
"parse-asn1": "^5.0.0",
2021
"tap-spec": "^2.1.2",
21-
"tape": "^3.0.3",
22-
"parse-asn1": "^4.0.0"
22+
"tape": "^3.0.3"
2323
}
2424
}

0 commit comments

Comments
 (0)