Skip to content

Commit

Permalink
fix(cmd-api-server): upgrade socket.io - CVE-2022-21676
Browse files Browse the repository at this point in the history
Upgrade the version of socket.io to 4.4.1 which contains the
patches for the CVE mentioned in the title.

Fixes #1914

Signed-off-by: Peter Somogyvari <[email protected]>
  • Loading branch information
petermetz committed Mar 14, 2022
1 parent 618bf47 commit 8dab954
Show file tree
Hide file tree
Showing 2 changed files with 347 additions and 296 deletions.
4 changes: 2 additions & 2 deletions packages/cactus-cmd-api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
"run-time-error": "1.4.0",
"rxjs": "7.3.0",
"semver": "7.3.5",
"socket.io": "4.1.3",
"socket.io-client": "4.1.3",
"socket.io": "4.4.1",
"socket.io-client": "4.4.1",
"typescript-optional": "2.0.1",
"uuid": "8.3.2"
},
Expand Down
Loading

0 comments on commit 8dab954

Please sign in to comment.