From 881d861884cc77515239b7dcde94de9b065fa78b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 17:11:08 +0000 Subject: [PATCH] Bump socket.io from 2.1.1 to 2.5.0 Bumps [socket.io](https://github.com/socketio/socket.io) from 2.1.1 to 2.5.0. - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io/compare/2.1.1...2.5.0) --- updated-dependencies: - dependency-name: socket.io dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c633743..5fa1ba0 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "sharp": "^0.21.3", "slack": "^11.0.1", "sleep": "^5.2.4", - "socket.io": "2.1.1", + "socket.io": "2.5.0", "url-parse": "^1.4.4", "winston": "^3.1.0" },