Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) to 3.4.2 and updates ancestor dependency [socket.io](https://github.com/socketio/socket.io). These dependencies need to be updated together. Updates `socket.io-parser` from 3.2.0 to 3.4.2 - [Release notes](https://github.com/socketio/socket.io-parser/releases) - [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io-parser/compare/3.2.0...3.4.2) Updates `socket.io` from 2.1.1 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.1.1...2.5.0) --- updated-dependencies: - dependency-name: socket.io-parser dependency-type: indirect - dependency-name: socket.io dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
19 lines
387 B
JSON
19 lines
387 B
JSON
{
|
|
"name": "adruino-temp-sensor",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"express": "^4.16.3",
|
|
"fs": "0.0.1-security",
|
|
"serialport": "^6.2.2",
|
|
"socket.io": "^2.5.0"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Ben (plane000)",
|
|
"license": "MIT"
|
|
}
|