diff --git a/CHANGELOG.md b/CHANGELOG.md index e25d8b10cd..24bf5befae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## 2024 +- [4.7.4](#474-2024-01-12) (Jan 2024) - [4.7.3](#473-2024-01-03) (Jan 2024) ## 2023 @@ -65,6 +66,21 @@ # Release notes +## [4.7.4](https://github.com/socketio/socket.io/compare/4.7.3...4.7.4) (2024-01-12) + + +### Bug Fixes + +* **typings:** calling io.emit with no arguments incorrectly errored ([cb6d2e0](https://github.com/socketio/socket.io/commit/cb6d2e02aa7ec03c2de1817d35cffa1128b107ef)), closes [#4914](https://github.com/socketio/socket.io/issues/4914) + + +### Dependencies + +- [`engine.io@~6.5.2`](https://github.com/socketio/engine.io/releases/tag/6.5.2) (no change) +- [`ws@~8.11.0`](https://github.com/websockets/ws/releases/tag/8.11.0) (no change) + + + ## [4.7.3](https://github.com/socketio/socket.io/compare/4.7.2...4.7.3) (2024-01-03) diff --git a/client-dist/socket.io.esm.min.js b/client-dist/socket.io.esm.min.js index f7f283f149..ecddf45d0a 100644 --- a/client-dist/socket.io.esm.min.js +++ b/client-dist/socket.io.esm.min.js @@ -1,5 +1,5 @@ /*! - * Socket.IO v4.7.3 + * Socket.IO v4.7.4 * (c) 2014-2024 Guillermo Rauch * Released under the MIT License. */ diff --git a/client-dist/socket.io.js b/client-dist/socket.io.js index 55e9dc8d78..dcc9af04a8 100644 --- a/client-dist/socket.io.js +++ b/client-dist/socket.io.js @@ -1,5 +1,5 @@ /*! - * Socket.IO v4.7.3 + * Socket.IO v4.7.4 * (c) 2014-2024 Guillermo Rauch * Released under the MIT License. */ diff --git a/client-dist/socket.io.min.js b/client-dist/socket.io.min.js index 40046a72d1..2276074616 100644 --- a/client-dist/socket.io.min.js +++ b/client-dist/socket.io.min.js @@ -1,5 +1,5 @@ /*! - * Socket.IO v4.7.3 + * Socket.IO v4.7.4 * (c) 2014-2024 Guillermo Rauch * Released under the MIT License. */ diff --git a/client-dist/socket.io.msgpack.min.js b/client-dist/socket.io.msgpack.min.js index 1a52eb4f7b..8e18d4720e 100644 --- a/client-dist/socket.io.msgpack.min.js +++ b/client-dist/socket.io.msgpack.min.js @@ -1,5 +1,5 @@ /*! - * Socket.IO v4.7.3 + * Socket.IO v4.7.4 * (c) 2014-2024 Guillermo Rauch * Released under the MIT License. */ diff --git a/package-lock.json b/package-lock.json index 1cf33d42a7..36fd65456c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "nyc": "^15.1.0", "prettier": "^2.3.2", "rimraf": "^3.0.2", - "socket.io-client": "4.7.3", + "socket.io-client": "4.7.4", "socket.io-client-v2": "npm:socket.io-client@^2.4.0", "superagent": "^8.0.0", "supertest": "^6.1.6", @@ -3478,9 +3478,9 @@ } }, "node_modules/socket.io-client": { - "version": "4.7.3", - "resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.7.3.tgz", - "integrity": "sha512-nU+ywttCyBitXIl9Xe0RSEfek4LneYkJxCeNnKCuhwoH4jGXO1ipIUw/VA/+Vvv2G1MTym11fzFC0SxkrcfXDw==", + "version": "4.7.4", + "resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.7.4.tgz", + "integrity": "sha512-wh+OkeF0rAVCrABWQBaEjLfb7DVPotMbu0cgWgyR0v6eA4EoVnAwcIeIbcdTE3GT/H3kbdLl7OoH2+asoDRIIg==", "dev": true, "dependencies": { "@socket.io/component-emitter": "~3.1.0", @@ -6942,9 +6942,9 @@ } }, "socket.io-client": { - "version": "4.7.3", - "resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.7.3.tgz", - "integrity": "sha512-nU+ywttCyBitXIl9Xe0RSEfek4LneYkJxCeNnKCuhwoH4jGXO1ipIUw/VA/+Vvv2G1MTym11fzFC0SxkrcfXDw==", + "version": "4.7.4", + "resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.7.4.tgz", + "integrity": "sha512-wh+OkeF0rAVCrABWQBaEjLfb7DVPotMbu0cgWgyR0v6eA4EoVnAwcIeIbcdTE3GT/H3kbdLl7OoH2+asoDRIIg==", "dev": true, "requires": { "@socket.io/component-emitter": "~3.1.0", diff --git a/package.json b/package.json index c62bef2c72..078917a172 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "socket.io", - "version": "4.7.3", + "version": "4.7.4", "description": "node.js realtime framework server", "keywords": [ "realtime", @@ -61,7 +61,7 @@ "nyc": "^15.1.0", "prettier": "^2.3.2", "rimraf": "^3.0.2", - "socket.io-client": "4.7.3", + "socket.io-client": "4.7.4", "socket.io-client-v2": "npm:socket.io-client@^2.4.0", "superagent": "^8.0.0", "supertest": "^6.1.6",