Bump ws in /ESP32_MICROPHONE/Broadcasting_Your_Voice/wsAudioServer

Bumps [ws](https://github.com/websockets/ws) from 7.2.0 to 7.4.6.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.2.0...7.4.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-05-20 17:01:02 +00:00
committed by GitHub
parent e538a071d2
commit 9daaae6285
2 changed files with 23 additions and 23 deletions

View File

@@ -11,6 +11,6 @@
"license": "ISC",
"dependencies": {
"express": "^4.18.2",
"ws": "^7.2.0"
"ws": "^7.4.6"
}
}