From 558b080fbf42692ec1a66f5ddfa403e5d1ee6961 Mon Sep 17 00:00:00 2001 From: Luna Wei Date: Mon, 3 Aug 2020 15:47:51 -0700 Subject: [PATCH] Update elliptic dependency for msggen Summary: ## Changelog: [Internal] [Security] - Github vulnerability reported for elliptic, T70933058 Reviewed By: cpojer Differential Revision: D22892182 fbshipit-source-id: d300e6a738e5efbbcbdb7ed61e35f380fc43b763 --- ReactCommon/hermes/inspector/tools/msggen/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ReactCommon/hermes/inspector/tools/msggen/yarn.lock b/ReactCommon/hermes/inspector/tools/msggen/yarn.lock index 2baa205fe1e..cf4d9eaa94a 100644 --- a/ReactCommon/hermes/inspector/tools/msggen/yarn.lock +++ b/ReactCommon/hermes/inspector/tools/msggen/yarn.lock @@ -1967,9 +1967,9 @@ electron-to-chromium@^1.3.322: integrity sha512-Tc8JQEfGQ1MzfSzI/bTlSr7btJv/FFO7Yh6tanqVmIWOuNCu6/D1MilIEgLtmWqIrsv+o4IjpLAhgMBr/ncNAA== elliptic@^6.0.0: - 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== + 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"