mirror of
https://github.com/XploitWizer-Community/XploitSPY.git
synced 2024-11-05 18:09:22 +08:00
ec72bfa3a6
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>
24 lines
590 B
JSON
24 lines
590 B
JSON
{
|
|
"name": "xploitspy",
|
|
"version": "1.0.0",
|
|
"description": "XploitSPY - Remote Android Spying Tool",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"test": "node index.js"
|
|
},
|
|
"author": "ETechD",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"body-parser": "^1.19.0",
|
|
"cookie-parser": "^1.4.4",
|
|
"ejs": "^2.6.2",
|
|
"express": "^4.17.1",
|
|
"express-async-handler": "^1.1.4",
|
|
"geoip-lite": "^1.3.7",
|
|
"lowdb": "^1.0.0",
|
|
"node-fetch": "^2.6.1",
|
|
"socket.io": "^2.5.0"
|
|
}
|
|
}
|