From 0c2d015cdc7cdaaad8f63de1741a903f9feaa4d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 18:56:22 -0400 Subject: [PATCH] chore(deps): bump socket.io from 4.4.1 to 4.5.0 in /install (#10523) Bumps [socket.io](https://github.com/socketio/socket.io) from 4.4.1 to 4.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/4.4.1...4.5.0) --- updated-dependencies: - dependency-name: socket.io dependency-type: direct:production update-type: version-update:semver-minor ... 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 835da2ac91..a210a6e889 100644 --- a/install/package.json +++ b/install/package.json @@ -121,7 +121,7 @@ "sharp": "0.30.4", "sitemap": "7.1.1", "slideout": "1.0.1", - "socket.io": "4.4.1", + "socket.io": "4.5.0", "socket.io-adapter-cluster": "1.0.1", "socket.io-client": "4.4.1", "@socket.io/redis-adapter": "7.1.0",