Skip to content

Commit c65d550

Browse files
committed
Update elliptic version
1 parent 7d92497 commit c65d550

File tree

2 files changed

+20
-9
lines changed

2 files changed

+20
-9
lines changed

package-lock.json

Lines changed: 10 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,7 @@
568568
"buffer": "^6.0.3",
569569
"crypto-browserify": "^3.12.0",
570570
"dayjs": "^1.11.7",
571+
"elliptic": "6.5.7",
571572
"libsodium-wrappers": "^0.7.10",
572573
"path-browserify": "^1.0.1",
573574
"ssh-config": "^3.0.0",
@@ -577,5 +578,13 @@
577578
"util": "^0.12.1",
578579
"uuid": "^3.3.3",
579580
"vscode-languageclient": "^8.0.2"
581+
},
582+
"overrides": {
583+
"browserify-sign": {
584+
"elliptic": "6.5.7"
585+
},
586+
"create-ecdh": {
587+
"elliptic": "6.5.7"
588+
}
580589
}
581-
}
590+
}

0 commit comments

Comments
 (0)