mirror of
https://github.com/Expand-sys/imapmove.com
synced 2025-12-15 13:02:13 +11:00
Bumps [engine.io](https://github.com/socketio/engine.io) to 6.4.2 and updates ancestor dependency [socket.io](https://github.com/socketio/socket.io). These dependencies need to be updated together. Updates `engine.io` from 6.2.1 to 6.4.2 - [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/6.2.1...6.4.2) Updates `socket.io` from 4.5.3 to 4.6.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.3...4.6.1) --- 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>
34 lines
854 B
JSON
34 lines
854 B
JSON
{
|
|
"name": "imapmove.com",
|
|
"version": "1.0.0",
|
|
"description": "imap email mover nodejs application",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Expand-sys/imapmove.com.git"
|
|
},
|
|
"author": "Expand",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/Expand-sys/imapmove.com/issues"
|
|
},
|
|
"homepage": "https://github.com/Expand-sys/imapmove.com#readme",
|
|
"dependencies": {
|
|
"body-parser": "^1.19.0",
|
|
"eiows": "^4.1.2",
|
|
"express": "^4.18.2",
|
|
"express-busboy": "^9.0.0",
|
|
"express-session": "^1.17.3",
|
|
"imapflow": "^1.0.113",
|
|
"mailparser": "^3.5.0",
|
|
"node-worker-threads-pool": "^1.5.0",
|
|
"path": "^0.12.7",
|
|
"pino": "^8.7.0",
|
|
"pug": "^3.0.2",
|
|
"socket.io": "^4.6.1",
|
|
"uuid": "^9.0.0"
|
|
}
|
|
}
|