Skip to content

Commit

Permalink
fix(deps): update dependency socket.io to v4.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 22, 2024
1 parent bb448d1 commit 19a3d12
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 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.18.2",
"socket.io": "4.7.2"
"socket.io": "4.7.4"
}
}
2 changes: 1 addition & 1 deletion apps/chart-the-stock-market/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<link href="main.css" rel="stylesheet" type="text/css" />
<script
type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/4.7.2/socket.io.js"
src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/4.7.4/socket.io.js"
></script>
<script
type="text/javascript"
Expand Down
8 changes: 4 additions & 4 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.18.2",
"jquery": "3.7.1",
"simple-peer": "9.11.1",
"socket.io": "4.7.2"
"socket.io": "4.7.4"
},
"devDependencies": {
"@rollup/plugin-commonjs": "21.1.0",
Expand Down
8 changes: 4 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.4"
},
"license": "MIT"
}

0 comments on commit 19a3d12

Please sign in to comment.