Skip to content

Commit b5e5b05

Browse files
chore(release): 3.6.2
Diff: 3.6.1...3.6.2
1 parent 682d771 commit b5e5b05

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [3.6.2](https://github.com/socketio/engine.io/compare/3.6.1...3.6.2) (2024-06-18)
2+
3+
This release contains a bump of the `ws` dependency, which includes an important [security fix](https://github.com/websockets/ws/commit/e55e5106f10fcbaac37cfa89759e4cc0d073a52c).
4+
5+
Advisory: https://github.com/advisories/GHSA-3h5v-q93c-6h6q
6+
7+
8+
19
## [3.6.1](https://github.com/socketio/engine.io/compare/3.6.0...3.6.1) (2022-11-20)
210

311

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": "3.6.1",
3+
"version": "3.6.2",
44
"description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
55
"main": "lib/engine.io.js",
66
"author": "Guillermo Rauch <guillermo@learnboost.com>",

0 commit comments

Comments
 (0)