Skip to content

Commit ffe51e2

Browse files
1 parent f86b95f commit ffe51e2

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

packages/engine.io/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
| Version | Release date | `ws` version |
44
|------------------------------------------------------------------------------------------------------|----------------|--------------|
5+
| [6.6.8](#668-2026-05-20) | May 2026 | `~8.20.1` |
6+
| [6.6.7](#667-2026-04-27) | April 2026 | `"` |
57
| [6.6.6](#666-2026-03-10) | March 2026 | `"` |
68
| [6.6.5](#665-2025-12-22) | December 2025 | `~8.18.3` |
79
| [6.6.4](#664-2025-01-28) | January 2025 | `"` |
@@ -48,6 +50,24 @@
4850
| [3.4.2](#342-2020-06-04) | June 2020 | `"` |
4951
| [3.4.1](#341-2020-04-17) | April 2020 | `^7.1.2` |
5052

53+
## [6.6.8](https://github.com/socketio/socket.io/compare/engine.io@6.6.7...engine.io@6.6.8) (2026-05-20)
54+
55+
The `ws` dependency was bumped to `~8.20.1` following [CVE-2026-45736](https://github.com/advisories/GHSA-58qx-3vcg-4xpx).
56+
57+
Note from the `ws` maintainers:
58+
59+
> Although the calculated CVSS severity is medium, the actual severity is believed to be low, as the flaw is only exploitable through misuse that is unlikely in practice.
60+
61+
### Bug Fixes
62+
63+
* clean up resources upon WebTransport handshake failure ([f86b95f](https://github.com/socketio/socket/commit/f86b95fdba6dd260b3d2f57e69537aeb8de904bb))
64+
65+
66+
### Dependencies
67+
68+
- [`ws@~8.20.1`](https://github.com/websockets/ws/releases/tag/8.20.1) ([diff](https://github.com/websockets/ws/compare/8.18.3...8.20.1))
69+
70+
5171

5272
## [6.6.7](https://github.com/socketio/socket.io/compare/engine.io@6.6.6...engine.io@6.6.7) (2026-04-27)
5373

packages/engine.io/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "engine.io",
3-
"version": "6.6.7",
3+
"version": "6.6.8",
44
"description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
55
"type": "commonjs",
66
"main": "./build/engine.io.js",

0 commit comments

Comments
 (0)