Skip to content

Commit

Permalink
Merge pull request #387 from github/lrotschy/update-elliptic-version
Browse files Browse the repository at this point in the history
Update elliptic version
  • Loading branch information
lrotschy authored Sep 10, 2024
2 parents 7d92497 + c65d550 commit 7b7526f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
18 changes: 10 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"dayjs": "^1.11.7",
"elliptic": "6.5.7",
"libsodium-wrappers": "^0.7.10",
"path-browserify": "^1.0.1",
"ssh-config": "^3.0.0",
Expand All @@ -577,5 +578,13 @@
"util": "^0.12.1",
"uuid": "^3.3.3",
"vscode-languageclient": "^8.0.2"
},
"overrides": {
"browserify-sign": {
"elliptic": "6.5.7"
},
"create-ecdh": {
"elliptic": "6.5.7"
}
}
}
}

0 comments on commit 7b7526f

Please sign in to comment.