From 50ed08ab32c5aa5c1101b636245a4855709fd000 Mon Sep 17 00:00:00 2001 From: Damien Arrachequesne Date: Tue, 18 Jun 2024 10:22:16 +0200 Subject: [PATCH] chore(release): 3.5.4 Diff: https://github.com/socketio/engine.io-client/compare/3.5.3...3.5.4 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6cc1cd1e..3d05178c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [3.5.4](https://github.com/socketio/engine.io-client/compare/3.5.3...3.5.4) (2024-06-18) + +This release contains a bump of the `ws` dependency, which includes an important [security fix](https://github.com/websockets/ws/commit/e55e5106f10fcbaac37cfa89759e4cc0d073a52c). + +Advisory: https://github.com/advisories/GHSA-3h5v-q93c-6h6q + + + ## [3.5.3](https://github.com/socketio/engine.io-client/compare/3.5.2...3.5.3) (2022-09-07) diff --git a/package.json b/package.json index b5937edf2..7a90dacdf 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "engine.io-client", "description": "Client for the realtime Engine", "license": "MIT", - "version": "3.5.3", + "version": "3.5.4", "main": "lib/index.js", "homepage": "https://github.com/socketio/engine.io-client", "contributors": [