diff --git a/package.json b/package.json index ca8bb9a4..6f10f953 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "date-fns": "^2.30.0", "decode-uri-component": "0.2.2", "deep-object-diff": "1.1.9", - "elliptic": "6.5.7", + "elliptic": "6.6.0", "express": "5.0.1", "follow-redirects": "^1.15.6", "glob-parent": "5.1.2", diff --git a/yarn.lock b/yarn.lock index e58db354..bf5126f0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6729,7 +6729,20 @@ electron-to-chromium@^1.5.28: resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.35.tgz" integrity sha512-hOSRInrIDm0Brzp4IHW2F/VM+638qOL2CzE0DgpnGzKW27C95IqqeqgKz/hxHGnvPxvQGpHUGD5qRVC9EZY2+A== -elliptic@6.5.7, elliptic@^6.5.4, elliptic@^6.5.5, elliptic@^6.5.7: +elliptic@6.6.0: + version "6.6.0" + resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.6.0.tgz#5919ec723286c1edf28685aa89261d4761afa210" + integrity sha512-dpwoQcLc/2WLQvJvLRHKZ+f9FgOdjnq11rurqwekGQygGPsYSK29OMMD2WalatiqQ+XGFDglTNixpPfI+lpaAA== + dependencies: + bn.js "^4.11.9" + brorand "^1.1.0" + hash.js "^1.0.0" + hmac-drbg "^1.0.1" + inherits "^2.0.4" + minimalistic-assert "^1.0.1" + minimalistic-crypto-utils "^1.0.1" + +elliptic@^6.5.4, elliptic@^6.5.5, elliptic@^6.5.7: version "6.5.7" resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.7.tgz#8ec4da2cb2939926a1b9a73619d768207e647c8b" integrity sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==