Skip to content

Commit a8a32a3

Browse files
committed
Update elliptic for Improper Verification of Cryptographic Signature (https://security.snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303)
1 parent bf2c3ec commit a8a32a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "browserify-sign",
3-
"version": "4.2.3",
3+
"version": "4.2.4",
44
"description": "adds node crypto signing for browsers",
55
"bugs": {
66
"url": "https://github.com/crypto-browserify/browserify-sign/issues"
@@ -33,7 +33,7 @@
3333
"browserify-rsa": "^4.1.0",
3434
"create-hash": "^1.2.0",
3535
"create-hmac": "^1.1.7",
36-
"elliptic": "^6.5.5",
36+
"elliptic": "^6.6.1",
3737
"hash-base": "~3.0",
3838
"inherits": "^2.0.4",
3939
"parse-asn1": "^5.1.7",

0 commit comments

Comments
 (0)