Skip to content

Commit 41de9d5

Browse files
fix(deps): update dependency socket.io to v4.8.1 (#652)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 02e9fff commit 41de9d5

File tree

6 files changed

+109
-78
lines changed

6 files changed

+109
-78
lines changed

apps/chart-the-stock-market/package-lock.json

Lines changed: 43 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/chart-the-stock-market/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"dependencies": {
1212
"dotenv": "14.3.2",
1313
"express": "4.21.2",
14-
"socket.io": "4.7.5"
14+
"socket.io": "4.8.1"
1515
}
1616
}

apps/p2p-video-chat-application/package-lock.json

Lines changed: 43 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/p2p-video-chat-application/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"express": "4.21.2",
1515
"jquery": "3.7.1",
1616
"simple-peer": "9.11.1",
17-
"socket.io": "4.7.5"
17+
"socket.io": "4.8.1"
1818
},
1919
"devDependencies": {
2020
"@rollup/plugin-commonjs": "21.1.0",

0 commit comments

Comments
 (0)