diff --git a/package.json b/package.json index 7850f498..312ec05d 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "create-hash": "^1.2.0", "dotenv": "^8.1.0", "electron-store": "^3.2.0", - "elliptic": "^6.5.1", + "elliptic": "^6.5.3", "embedder": "git+https://git@github.com/GetScatter/Scatter-Embedder.git#master", "eosjs": "^20.0.0", "eosjs-ecc": "^4.0.7", diff --git a/yarn.lock b/yarn.lock index d2183a62..5c98760c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1798,7 +1798,7 @@ elliptic@6.3.3: hash.js "^1.0.0" inherits "^2.0.1" -elliptic@6.5.2, elliptic@^6.0.0, elliptic@^6.4.0, elliptic@^6.4.1, elliptic@^6.5.1, elliptic@^6.5.2: +elliptic@6.5.2: version "6.5.2" resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.2.tgz#05c5678d7173c049d8ca433552224a495d0e3762" integrity sha512-f4x70okzZbIQl/NSRLkI/+tteV/9WqL98zx+SQ69KbXxmVrmjwsNUPn/gYJJ0sHvEak24cZgHIPegRePAtA/xw== @@ -1811,6 +1811,19 @@ elliptic@6.5.2, elliptic@^6.0.0, elliptic@^6.4.0, elliptic@^6.4.1, elliptic@^6.5 minimalistic-assert "^1.0.0" minimalistic-crypto-utils "^1.0.0" +elliptic@^6.0.0, elliptic@^6.4.0, elliptic@^6.4.1, elliptic@^6.5.2, elliptic@^6.5.3: + version "6.5.3" + resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.3.tgz#cb59eb2efdaf73a0bd78ccd7015a62ad6e0f93d6" + integrity sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw== + dependencies: + bn.js "^4.4.0" + brorand "^1.0.1" + hash.js "^1.0.0" + hmac-drbg "^1.0.0" + inherits "^2.0.1" + minimalistic-assert "^1.0.0" + minimalistic-crypto-utils "^1.0.0" + "embedder@git+https://git@github.com/GetScatter/Scatter-Embedder.git#master": version "1.0.0" resolved "git+https://git@github.com/GetScatter/Scatter-Embedder.git#c3f3d87c02a7328a579e78a7e4044779d2305360"