From 1c390c50edaf3d9d490b9e47a8fcb13f8d6b45d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 15:05:54 +0000 Subject: [PATCH] Bump socket.io from 0.9.14 to 2.5.0 Bumps [socket.io](https://github.com/socketio/socket.io) from 0.9.14 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/0.9.14...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 492ef0f..759b30f 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "lifestream" ], "dependencies" : { - "socket.io": "0.9.14", + "socket.io": "2.5.0", "tiddlywiki5": "https://github.com/BoyCook/TiddlyWiki5/tarball/master", "twitter-js-client": "https://github.com/BoyCook/TwitterJSClient/tarball/master", "wordpress-js-client": "https://github.com/BoyCook/WordPressJSClient/tarball/master",