Skip to content

Commit 1780ea9

Browse files
authoredOct 8, 2024··
Fix: Resolve the vulnerability issue in the Ws library (#416)
1 parent 9e59b82 commit 1780ea9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"**/glob-parent": "^5.1.1",
123123
"**/qs": "^6.0.4",
124124
"**/braces": "^2.3.1",
125-
"**/ws": "^7.4.6",
125+
"**/ws": "^8.17.1",
126126
"**/node-notifier": "^8.0.1",
127127
"**/shell-quote": "^1.7.3",
128128
"**/decode-uri-component": "^0.2.2",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -8279,10 +8279,10 @@ write-file-atomic@^3.0.0:
82798279
signal-exit "^3.0.2"
82808280
typedarray-to-buffer "^3.1.5"
82818281

8282-
ws@^3.2.0, ws@^7.4.6:
8283-
version "7.5.6"
8284-
resolved "https://registry.npmjs.org/ws/-/ws-7.5.6.tgz"
8285-
integrity sha512-6GLgCqo2cy2A2rjCNFlxQS6ZljG/coZfZXclldI8FB/1G3CCI36Zd8xy2HrFVACi8tfk5XrgLQEk+P0Tnz9UcA==
8282+
ws@^3.2.0, ws@^7.4.6, ws@^8.17.1:
8283+
version "8.18.0"
8284+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.0.tgz#0d7505a6eafe2b0e712d232b42279f53bc289bbc"
8285+
integrity sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==
82868286

82878287
xml-name-validator@^3.0.0:
82888288
version "3.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.