Skip to content

Commit b77ce8b

Browse files
authored
[Manual Backport 2.19] Fix GHSA-vjh7-7g9h-fjfh by bumping elliptic (#10224)
Manual backport #9546 to 2.19 Signed-off-by: Anan Zhuang <[email protected]>
1 parent ec8f8c8 commit b77ce8b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
"**/d3-color": "^3.1.0",
107107
"**/flat": "^5.0.2",
108108
"**/elasticsearch/agentkeepalive": "^4.5.0",
109+
"**/elliptic": "^6.6.1",
109110
"**/eslint/cross-spawn": "^7.0.5",
110111
"**/es5-ext": "^0.10.63",
111112
"**/fetch-mock/path-to-regexp": "^3.3.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7624,10 +7624,10 @@ element-resize-detector@^1.2.1:
76247624
dependencies:
76257625
batch-processor "1.0.0"
76267626

7627-
elliptic@^6.5.3, elliptic@^6.5.4:
7628-
version "6.6.0"
7629-
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.6.0.tgz#5919ec723286c1edf28685aa89261d4761afa210"
7630-
integrity sha512-dpwoQcLc/2WLQvJvLRHKZ+f9FgOdjnq11rurqwekGQygGPsYSK29OMMD2WalatiqQ+XGFDglTNixpPfI+lpaAA==
7627+
elliptic@^6.5.3, elliptic@^6.5.4, elliptic@^6.6.1:
7628+
version "6.6.1"
7629+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.6.1.tgz#3b8ffb02670bf69e382c7f65bf524c97c5405c06"
7630+
integrity sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==
76317631
dependencies:
76327632
bn.js "^4.11.9"
76337633
brorand "^1.1.0"

0 commit comments

Comments
 (0)