Skip to content

Commit 03e00df

Browse files
authored
Merge pull request #1082 from drik98/update-vulnerable-dependency
build(deps): fix version of ws to mitigate CVE-2024-37890
2 parents 7d2b5c4 + afd372f commit 03e00df

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

kotlin-js-store/yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -974,6 +974,11 @@ [email protected]:
974974
resolved "https://registry.yarnpkg.com/ws/-/ws-8.5.0.tgz#bfb4be96600757fe5382de12c670dab984a1ed4f"
975975
integrity sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==
976976

977+
ws@^8.17.1:
978+
version "8.18.0"
979+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.0.tgz#0d7505a6eafe2b0e712d232b42279f53bc289bbc"
980+
integrity sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==
981+
977982
ws@^8.9.0:
978983
version "8.12.1"
979984
resolved "https://registry.yarnpkg.com/ws/-/ws-8.12.1.tgz#c51e583d79140b5e42e39be48c934131942d4a8f"

model-client/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ kotlin {
7575
implementation(npm("uuid", "^8.3.0"))
7676
implementation(npm("js-sha256", "^0.9.0"))
7777
implementation(npm("js-base64", "^3.4.5"))
78+
79+
// Version fixed because of CVE-2024-37890
80+
implementation(npm("ws", "^8.17.1"))
7881
}
7982
}
8083
}

0 commit comments

Comments
 (0)