Skip to content

Commit

Permalink
fix: upgrade apollo to 6.6.1
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Ribó <[email protected]>
  • Loading branch information
elribonazo committed Jan 31, 2025
1 parent 9e1a069 commit 9b973a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apollo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ kotlin {
}
val jsMain by getting {
dependencies {
implementation(npm("elliptic", "6.5.7"))
implementation(npm("elliptic", "6.6.1"))
implementation(npm("@types/elliptic", "6.4.18"))
implementation(npm("@noble/curves", "1.2.0"))
implementation(npm("@stablelib/x25519", "1.0.3"))
Expand Down

0 comments on commit 9b973a1

Please sign in to comment.