fix: examples/websocket/package.json to reduce vulnerabilities (#375)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-1038255

Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
This commit is contained in:
Snyk bot 2021-01-06 16:44:31 +02:00 committed by GitHub
parent 8243fa10f1
commit 2b1e1ec5a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"cloudevents": "~3.0.1",
"cloudevents": "~4.0.0",
"got": "^11.3.0",
"ws": "^7.3.0"
}