Skip to content

Commit

Permalink
fix(deps): upgrade socket.io to v4.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Kingston <jkingston@duckduckgo.com>
  • Loading branch information
jonathanKingston authored and Jonathan Ginsburg committed Apr 13, 2022
1 parent 7aeb3f8 commit 52a30bb
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 47 deletions.
105 changes: 60 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -424,10 +424,10 @@
"weiran.zsd@outlook.com>"
],
"dependencies": {
"@colors/colors": "1.5.0",
"body-parser": "^1.19.0",
"braces": "^3.0.2",
"chokidar": "^3.5.1",
"@colors/colors": "1.5.0",
"connect": "^3.7.0",
"di": "^0.0.1",
"dom-serialize": "^2.2.1",
Expand All @@ -443,7 +443,7 @@
"qjobs": "^1.2.0",
"range-parser": "^1.2.1",
"rimraf": "^3.0.2",
"socket.io": "^4.2.0",
"socket.io": "^4.4.1",
"source-map": "^0.6.1",
"tmp": "^0.2.1",
"ua-parser-js": "^0.7.30",
Expand Down

0 comments on commit 52a30bb

Please sign in to comment.