The Wayback Machine - https://web.archive.org/web/20221125091102/https://github.com/socketio/socket.io/commit/3b7ced7af7e0a2a66392577f94af1ee5ed190ab1
Skip to content
Permalink
Browse files
chore(release): 4.5.4
  • Loading branch information
darrachequesne committed Nov 22, 2022
1 parent c00bb95 commit 3b7ced7af7e0a2a66392577f94af1ee5ed190ab1
Show file tree
Hide file tree
Showing 11 changed files with 48 additions and 23 deletions.
@@ -2,6 +2,7 @@

## 2022

- [4.5.4](#454-2022-11-22) (Nov 2022)
- [4.5.3](#453-2022-10-15) (Oct 2022)
- [4.5.2](#452-2022-09-02) (Sep 2022)
- [2.5.0](#250-2022-06-26) (Jun 2022) (from the [2.x](https://github.com/socketio/socket.io/tree/2.x) branch)
@@ -51,6 +52,20 @@

# Release notes

## [4.5.4](https://github.com/socketio/socket.io/compare/4.5.3...4.5.4) (2022-11-22)

This release contains a bump of:

- `engine.io` in order to fix [CVE-2022-41940](https://github.com/socketio/engine.io/security/advisories/GHSA-r7qp-cfhv-p84w)
- `socket.io-parser` in order to fix [CVE-2022-2421](https://github.com/advisories/GHSA-qm95-pgcg-qqfq).

### Dependencies

- [`engine.io@~6.2.1`](https://github.com/socketio/engine.io-client/tree/6.2.1) ([diff](https://github.com/socketio/engine.io/compare/6.2.0...6.2.1))
- [`ws@~8.2.3`](https://github.com/websockets/ws/releases/tag/8.2.3)



## [4.5.3](https://github.com/socketio/socket.io/compare/4.5.2...4.5.3) (2022-10-15)


Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more.

@@ -1,6 +1,6 @@
{
"name": "socket.io",
"version": "4.5.3",
"version": "4.5.4",
"description": "node.js realtime framework server",
"keywords": [
"realtime",
@@ -60,7 +60,7 @@
"nyc": "^15.1.0",
"prettier": "^2.3.2",
"rimraf": "^3.0.2",
"socket.io-client": "4.5.3",
"socket.io-client": "4.5.4",
"socket.io-client-v2": "npm:socket.io-client@^2.4.0",
"superagent": "^8.0.0",
"supertest": "^6.1.6",

0 comments on commit 3b7ced7

Please sign in to comment.