File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 974
974
resolved "https://registry.yarnpkg.com/ws/-/ws-8.5.0.tgz#bfb4be96600757fe5382de12c670dab984a1ed4f"
975
975
integrity sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==
976
976
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
+
977
982
ws@^8.9.0 :
978
983
version "8.12.1"
979
984
resolved "https://registry.yarnpkg.com/ws/-/ws-8.12.1.tgz#c51e583d79140b5e42e39be48c934131942d4a8f"
Original file line number Diff line number Diff line change @@ -75,6 +75,9 @@ kotlin {
75
75
implementation(npm(" uuid" , " ^8.3.0" ))
76
76
implementation(npm(" js-sha256" , " ^0.9.0" ))
77
77
implementation(npm(" js-base64" , " ^3.4.5" ))
78
+
79
+ // Version fixed because of CVE-2024-37890
80
+ implementation(npm(" ws" , " ^8.17.1" ))
78
81
}
79
82
}
80
83
}
You can’t perform that action at this time.
0 commit comments