Update elliptic to 6.5.4

Fixes #26

Related https://github.com/meteor/node-stubs/pull/25
This commit is contained in:
Lauri Ojansivu
2021-03-19 23:16:44 +02:00
parent 51715944b0
commit 1fb58b33fd

4
package-lock.json generated
View File

@@ -115,7 +115,7 @@
"browserify-rsa": "^4.0.0",
"create-hash": "^1.1.0",
"create-hmac": "^1.1.2",
"elliptic": "^6.0.0",
"elliptic": "^6.5.4",
"inherits": "^2.0.1",
"parse-asn1": "^5.0.0"
}
@@ -186,7 +186,7 @@
"integrity": "sha512-GbEHQPMOswGpKXM9kCWVrremUcBmjteUaQ01T9rkKCPDXfUHX0IoP9LpHYo2NPFampa4e+/pFDc3jQdxrxQLaw==",
"requires": {
"bn.js": "^4.1.0",
"elliptic": "^6.0.0"
"elliptic": "^6.5.4"
}
},
"create-hash": {