Skip to content

Commit

Permalink
Fix: Resolve the vulnerability issue in the Ws library (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
robot-ux authored Oct 8, 2024
1 parent 9e59b82 commit 1780ea9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"**/glob-parent": "^5.1.1",
"**/qs": "^6.0.4",
"**/braces": "^2.3.1",
"**/ws": "^7.4.6",
"**/ws": "^8.17.1",
"**/node-notifier": "^8.0.1",
"**/shell-quote": "^1.7.3",
"**/decode-uri-component": "^0.2.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8279,10 +8279,10 @@ write-file-atomic@^3.0.0:
signal-exit "^3.0.2"
typedarray-to-buffer "^3.1.5"

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

xml-name-validator@^3.0.0:
version "3.0.0"
Expand Down

0 comments on commit 1780ea9

Please sign in to comment.