Skip to content

Commit

Permalink
fix(deps): update dependency socket.io to v4.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 14, 2024
1 parent 1d5ae73 commit a7e71ad
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 23 deletions.
19 changes: 11 additions & 8 deletions apps/chart-the-stock-market/package-lock.json

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

2 changes: 1 addition & 1 deletion apps/chart-the-stock-market/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"dependencies": {
"dotenv": "14.3.2",
"express": "4.19.2",
"socket.io": "4.7.2"
"socket.io": "4.7.5"
}
}
19 changes: 11 additions & 8 deletions apps/p2p-video-chat-application/package-lock.json

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

2 changes: 1 addition & 1 deletion apps/p2p-video-chat-application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"express": "4.19.2",
"jquery": "3.7.1",
"simple-peer": "9.11.1",
"socket.io": "4.7.2"
"socket.io": "4.7.5"
},
"devDependencies": {
"@rollup/plugin-commonjs": "21.1.0",
Expand Down
9 changes: 5 additions & 4 deletions apps/secure-real-time-multiplayer-game/package-lock.json

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

2 changes: 1 addition & 1 deletion apps/secure-real-time-multiplayer-game/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"helmet": "3.23.3",
"jsdom": "16.7.0",
"mocha": "9.2.2",
"socket.io": "4.7.2"
"socket.io": "4.7.5"
},
"license": "MIT"
}

0 comments on commit a7e71ad

Please sign in to comment.