Skip to content

Commit

Permalink
Bumped socket.io version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiranthine committed Nov 24, 2024
1 parent 899978f commit 31cc4ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@angular/router": "^18.2.8",
"express": "^4.19.2",
"rxjs": "~7.8.0",
"socket.io-client": "^4.7.5",
"socket.io-client": "4.8.0",
"tslib": "^2.3.0",
"zone.js": "^0.14.10"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8585,15 +8585,15 @@ __metadata:
languageName: node
linkType: hard

"socket.io-client@npm:^4.7.5":
version: 4.8.1
resolution: "socket.io-client@npm:4.8.1"
"socket.io-client@npm:4.8.0":
version: 4.8.0
resolution: "socket.io-client@npm:4.8.0"
dependencies:
"@socket.io/component-emitter": "npm:~3.1.0"
debug: "npm:~4.3.2"
engine.io-client: "npm:~6.6.1"
socket.io-parser: "npm:~4.2.4"
checksum: 10c0/544c49cc8cc77118ef68b758a8a580c8e680a5909cae05c566d2cc07ec6cd6720a4f5b7e985489bf2a8391749177a5437ac30b8afbdf30b9da6402687ad51c86
checksum: 10c0/41f142a79f5903cf007902b9b830313e425c5d6a4257d504b8c94d4b4edd3df037df997e622205228bceb18eea6f3308d25f55b3c919d6100849c232e7c06928
languageName: node
linkType: hard

Expand Down Expand Up @@ -8782,7 +8782,7 @@ __metadata:
karma-jasmine: "npm:~5.1.0"
karma-jasmine-html-reporter: "npm:~2.1.0"
rxjs: "npm:~7.8.0"
socket.io-client: "npm:^4.7.5"
socket.io-client: "npm:4.8.0"
tslib: "npm:^2.3.0"
typescript: "npm:~5.5.4"
zone.js: "npm:^0.14.10"
Expand Down

0 comments on commit 31cc4ba

Please sign in to comment.