We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bn.js
browserify-rsa
elliptic
1 parent ab975f4 commit 31be0c2Copy full SHA for 31be0c2
package.json
@@ -29,11 +29,11 @@
29
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
30
},
31
"dependencies": {
32
- "bn.js": "^5.2.1",
33
- "browserify-rsa": "^4.1.0",
+ "bn.js": "^5.2.2",
+ "browserify-rsa": "^4.1.1",
34
"create-hash": "^1.2.0",
35
"create-hmac": "^1.1.7",
36
- "elliptic": "^6.5.5",
+ "elliptic": "^6.6.1",
37
"inherits": "^2.0.4",
38
"parse-asn1": "^5.1.7",
39
"readable-stream": "^2.3.8",
0 commit comments