From 9d9b3f4e2fe5e55e9c3dea60f6531fd6b508db34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 13:29:11 -0400 Subject: [PATCH] chore(deps): bump socket.io from 4.5.0 to 4.5.1 in /install (#10639) Bumps [socket.io](https://github.com/socketio/socket.io) from 4.5.0 to 4.5.1. - [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/4.5.0...4.5.1) --- updated-dependencies: - dependency-name: socket.io dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index 7a7c4ab671..2ab475bb1b 100644 --- a/install/package.json +++ b/install/package.json @@ -122,7 +122,7 @@ "sharp": "0.30.4", "sitemap": "7.1.1", "slideout": "1.0.1", - "socket.io": "4.5.0", + "socket.io": "4.5.1", "socket.io-adapter-cluster": "1.0.1", "socket.io-client": "4.5.0", "@socket.io/redis-adapter": "7.2.0",