Skip to content

Commit

Permalink
fix: upgrade elliptic dependency (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo authored Aug 26, 2024
1 parent 6b331d9 commit 9ecdbdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apollo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -630,8 +630,8 @@ kotlin {
}
val jsMain by getting {
dependencies {
implementation(npm("elliptic", "6.5.4"))
implementation(npm("@types/elliptic", "6.4.14"))
implementation(npm("elliptic", "6.5.7"))
implementation(npm("@types/elliptic", "6.4.18"))
implementation(npm("@noble/curves", "1.2.0"))
implementation(npm("@stablelib/x25519", "1.0.3"))
implementation(npm("hash.js", "1.1.7"))
Expand Down

0 comments on commit 9ecdbdd

Please sign in to comment.