fix: examples/websocket/package.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-WS-7266574
This commit is contained in:
snyk-bot 2024-06-18 06:11:59 +00:00
parent 154e913717
commit 638901eda4
No known key found for this signature in database
GPG Key ID: 78AC5AE55A47A65B
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@
"dependencies": {
"cloudevents": "~4.0.0",
"got": "^11.3.0",
"ws": "^7.3.0"
"ws": "^8.17.1"
}
}