Skip to content

Commit

Permalink
[fix] Bumped ws to address CVE (1m)
Browse files Browse the repository at this point in the history
  • Loading branch information
kobsy committed Jun 27, 2024
1 parent 6773b2a commit cd7326d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
"xmldom": "github:xmldom/xmldom#0.7.0",
"xmlhttprequest-ssl": "^1.6.2",
"json5": "^2.2.3",
"semver": "^7.5.2"
"semver": "^7.5.2",
"ws": "^8.17.1"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11042,10 +11042,10 @@ [email protected]:
dependencies:
mkdirp "^0.5.1"

ws@~8.11.0:
version "8.11.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.11.0.tgz#6a0d36b8edfd9f96d8b25683db2f8d7de6e8e143"
integrity sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==
ws@^8.17.1, ws@~8.11.0:
version "8.17.1"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.1.tgz#9293da530bb548febc95371d90f9c878727d919b"
integrity sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==

xdg-basedir@^4.0.0:
version "4.0.0"
Expand Down

0 comments on commit cd7326d

Please sign in to comment.