Skip to content

Commit 5f5a2ff

Browse files
authored
fix: CVE-2024-42460 vulnerability with elliptic (#4729)
* update elliptic version * updated elliptic in browser-echo-bot
1 parent 604e190 commit 5f5a2ff

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

testing/browser-functional/browser-echo-bot/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4109,9 +4109,9 @@ electron-to-chromium@^1.4.796:
41094109
integrity sha512-nkoEX2QIB8kwCOtvtgwhXWy2IHVcOLQZu9Qo36uaGB835mdX/h8uLRlosL6QIhLVUnAiicXRW00PwaPZC74Nrg==
41104110

41114111
elliptic@^6.5.3, elliptic@^6.5.5:
4112-
version "6.5.5"
4113-
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.5.tgz#c715e09f78b6923977610d4c2346d6ce22e6dded"
4114-
integrity sha512-7EjbcmUm17NQFu4Pmgmq2olYMj8nwMnpcddByChSUjArp8F5DQWcIcpriwO4ZToLNAJig0yiyjswfyGNje/ixw==
4112+
version "6.5.7"
4113+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.7.tgz#8ec4da2cb2939926a1b9a73619d768207e647c8b"
4114+
integrity sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==
41154115
dependencies:
41164116
bn.js "^4.11.9"
41174117
brorand "^1.1.0"

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5631,9 +5631,9 @@ electron-to-chromium@^1.4.796:
56315631
integrity sha512-61H9mLzGOCLLVsnLiRzCbc63uldP0AniRYPV3hbGVtONA1pI7qSGILdbofR7A8TMbOypDocEAjH/e+9k1QIe3g==
56325632

56335633
elliptic@^6.5.3, elliptic@^6.5.4:
5634-
version "6.5.5"
5635-
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.5.tgz#c715e09f78b6923977610d4c2346d6ce22e6dded"
5636-
integrity sha512-7EjbcmUm17NQFu4Pmgmq2olYMj8nwMnpcddByChSUjArp8F5DQWcIcpriwO4ZToLNAJig0yiyjswfyGNje/ixw==
5634+
version "6.5.7"
5635+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.7.tgz#8ec4da2cb2939926a1b9a73619d768207e647c8b"
5636+
integrity sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==
56375637
dependencies:
56385638
bn.js "^4.11.9"
56395639
brorand "^1.1.0"

0 commit comments

Comments
 (0)