Bump engine.io and socket.io in /JavaScript/adruino-temp-sensor

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.2.0 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.2.0...3.6.1)

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: engine.io
  dependency-type: indirect
- dependency-name: socket.io
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-11-22 15:34:00 +00:00
committed by GitHub
parent 4dbc459ada
commit 528b556537
2 changed files with 167 additions and 132 deletions

View File

@@ -7,7 +7,7 @@
"express": "^4.16.3",
"fs": "0.0.1-security",
"serialport": "^6.2.2",
"socket.io": "^2.1.1"
"socket.io": "^2.5.0"
},
"devDependencies": {},
"scripts": {