Update elliptic dependency (#88)

This commit is contained in:
Hans Bergren
2020-01-24 09:07:12 -05:00
parent fb3f42751c
commit d2859382fe
2 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@
"babel-runtime": "^5.8.20", "babel-runtime": "^5.8.20",
"bn.js": "^5.1.1", "bn.js": "^5.1.1",
"brorand": "^1.0.5", "brorand": "^1.0.5",
"elliptic": "^6.4.0", "elliptic": "^6.5.2",
"hash.js": "^1.0.3", "hash.js": "^1.0.3",
"ripple-address-codec": "^4.0.0" "ripple-address-codec": "^4.0.0"
}, },

View File

@@ -1274,10 +1274,10 @@ doctrine@^3.0.0:
dependencies: dependencies:
esutils "^2.0.2" esutils "^2.0.2"
elliptic@^6.4.0: elliptic@^6.5.2:
version "6.4.1" version "6.5.2"
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.4.1.tgz#c2d0b7776911b86722c632c3c06c60f2f819939a" resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.2.tgz#05c5678d7173c049d8ca433552224a495d0e3762"
integrity sha512-BsXLz5sqX8OHcsh7CqBMztyXARmGQ3LWPtGjJi6DiJHq5C/qvi9P3OqgswKSDftbu8+IoI/QDTAm2fFnQ9SZSQ== integrity sha512-f4x70okzZbIQl/NSRLkI/+tteV/9WqL98zx+SQ69KbXxmVrmjwsNUPn/gYJJ0sHvEak24cZgHIPegRePAtA/xw==
dependencies: dependencies:
bn.js "^4.4.0" bn.js "^4.4.0"
brorand "^1.0.1" brorand "^1.0.1"