aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-23 17:21:21 +0000
committerGitHub <noreply@github.com>2022-11-23 17:21:21 +0000
commit0209ddb9f76e95d768586c87ab0028f0a5b6cf33 (patch)
treedda0de92da7dac9742d191a72ce057f5a9a74f82 /package.json
parent6409a48225a3b51a699f4eae97e2a463cb0452a7 (diff)
downloadProject-Hexus-dependabot/npm_and_yarn/engine.io-and-socket.io-3.6.1.tar.gz
Project-Hexus-dependabot/npm_and_yarn/engine.io-and-socket.io-3.6.1.tar.bz2
Project-Hexus-dependabot/npm_and_yarn/engine.io-and-socket.io-3.6.1.zip
Bumps [engine.io](https://github.com/socketio/engine.io) to 3.6.1 and updates ancestor dependency [socket.io](https://github.com/socketio/socket.io). These dependencies need to be updated together. Updates `engine.io` from 3.3.2 to 3.6.1 - [Release notes](https://github.com/socketio/engine.io/releases) - [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/engine.io/compare/3.3.2...3.6.1) Updates `socket.io` from 2.2.0 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.2.0...2.5.0) --- updated-dependencies: - dependency-name: engine.io dependency-type: indirect - dependency-name: socket.io dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index e10bbfa..eb078ec 100644
--- a/package.json
+++ b/package.json
@@ -19,6 +19,6 @@
"dependencies": {
"express": "^4.16.4",
"mongodb": "^3.1.13",
- "socket.io": "^2.2.0"
+ "socket.io": "^2.5.0"
}
}