Skip to content

Commit 9b80ab4

Browse files

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

packages/engine.io/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
| Version | Release date |
44
|------------------------------------------------------------------------------------------------------|----------------|
5+
| [6.6.2](#662-2024-10-09) | October 2024 |
56
| [6.6.1](#661-2024-09-21) | September 2024 |
67
| [6.6.0](#660-2024-06-21) | June 2024 |
78
| [6.5.5](#655-2024-06-18) (from the [6.5.x](https://github.com/socketio/engine.io/tree/6.5.x) branch) | June 2024 |
@@ -46,6 +47,19 @@
4647

4748
# Release notes
4849

50+
## [6.6.2](https://github.com/socketio/socket.io/compare/[email protected]@6.6.2) (2024-10-09)
51+
52+
This release contains a bump of the `cookie` dependency.
53+
54+
See also: https://github.com/advisories/GHSA-pxg6-pf52-xh8x
55+
56+
57+
### Dependencies
58+
59+
- [`ws@~8.17.1`](https://github.com/websockets/ws/releases/tag/8.17.1) (no change)
60+
61+
62+
4963
## [6.6.1](https://github.com/socketio/socket.io/compare/[email protected]@6.6.1) (2024-09-21)
5064

5165

packages/engine.io/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "engine.io",
3-
"version": "6.6.1",
3+
"version": "6.6.2",
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)