From 1468583c80dd63dcd129d0967e9635e9134df108 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2026 17:32:00 +0000 Subject: [PATCH] Bump socket.io from 2.5.0 to 2.5.1 Bumps [socket.io](https://github.com/socketio/socket.io) from 2.5.0 to 2.5.1. - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/2.5.1/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io/compare/2.5.0...2.5.1) --- updated-dependencies: - dependency-name: socket.io dependency-version: 2.5.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index b463bf2..67c1e21 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7778,9 +7778,9 @@ socket.io-parser@~3.4.0: isarray "2.0.1" socket.io@^2.1.0: - version "2.5.0" - resolved "https://registry.yarnpkg.com/socket.io/-/socket.io-2.5.0.tgz#e1c7fb1823f7fa09dfebb5bb68f9d2ee03a0a2e3" - integrity sha512-gGunfS0od3VpwDBpGwVkzSZx6Aqo9uOcf1afJj2cKnKFAoyl16fvhpsUhmUFd4Ldbvl5JvRQed6eQw6oQp6n8w== + version "2.5.1" + resolved "https://registry.yarnpkg.com/socket.io/-/socket.io-2.5.1.tgz#224459ecf13ab66bfc7fb6dd0c6bf760a9895e7f" + integrity sha512-eaTE4tBKRD6RFoetquMbxgvcpvoDtRyIlkIMI/SMK2bsKvbENTsDeeu4GJ/z9c90yOWxB7b/eC+yKLPbHnH6bA== dependencies: debug "~4.1.0" engine.io "~3.6.0"