Skip to content

Commit 31b85de

Browse files
authored
Fixed CVE: Updated elliptic dependency resolution (#1290)
Signed-off-by: Vaibhav Agarwal <[email protected]>
1 parent 1b6c0e8 commit 31b85de

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
"cross-spawn": "^7.0.5",
3939
"**/micromatch": "^4.0.8",
4040
"**/glob-parent": "^5.1.2",
41-
"**/braces": "^3.0.3"
41+
"**/braces": "^3.0.3",
42+
"**/elliptic": "^6.5.4"
4243
},
4344
"devDependencies": {
4445
"@elastic/elastic-eslint-config-kibana": "link:../../packages/opensearch-eslint-config-opensearch-dashboards",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1495,10 +1495,10 @@ ecc-jsbn@~0.1.1:
14951495
jsbn "~0.1.0"
14961496
safer-buffer "^2.1.0"
14971497

1498-
elliptic@^6.5.3, elliptic@^6.5.5:
1499-
version "6.5.7"
1500-
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.7.tgz#8ec4da2cb2939926a1b9a73619d768207e647c8b"
1501-
integrity sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==
1498+
elliptic@^6.5.3, elliptic@^6.5.4, elliptic@^6.5.5:
1499+
version "6.6.1"
1500+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.6.1.tgz#3b8ffb02670bf69e382c7f65bf524c97c5405c06"
1501+
integrity sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==
15021502
dependencies:
15031503
bn.js "^4.11.9"
15041504
brorand "^1.1.0"

0 commit comments

Comments
 (0)