Bump express in /ESP32_MICROPHONE/Broadcasting_Your_Voice/wsAudioServer

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-03-29 02:04:39 +00:00
committed by GitHub
parent 2cc27999c6
commit b6362d468f
2 changed files with 245 additions and 98 deletions

View File

@@ -10,7 +10,7 @@
"author": "Eric Nam",
"license": "ISC",
"dependencies": {
"express": "^4.18.2",
"express": "^4.19.2",
"ws": "^7.4.6"
}
}