Skip to content

Commit

Permalink
chore: update socket.io packages to ^4.8.1
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and dhmlau committed Nov 13, 2024
1 parent c60dd67 commit 4b886b1
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 38 deletions.
2 changes: 1 addition & 1 deletion examples/socketio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@types/debug": "^4.1.12",
"@types/node": "^16.18.119",
"eslint": "^8.57.0",
"socket.io-client": "^4.7.5",
"socket.io-client": "^4.8.1",
"source-map-support": "^0.5.21",
"typescript": "~5.2.2"
}
Expand Down
4 changes: 2 additions & 2 deletions extensions/socketio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"cors": "^2.8.5",
"debug": "^4.3.7",
"lodash": "^4.17.21",
"socket.io": "^4.7.5"
"socket.io": "^4.8.1"
},
"devDependencies": {
"@loopback/boot": "^7.0.7",
Expand All @@ -62,6 +62,6 @@
"@loopback/testlab": "^7.0.6",
"@types/debug": "^4.1.12",
"p-event": "^4.2.0",
"socket.io-client": "^4.7.5"
"socket.io-client": "^4.8.1"
}
}
77 changes: 42 additions & 35 deletions package-lock.json

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

0 comments on commit 4b886b1

Please sign in to comment.