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:
parent
154e913717
commit
638901eda4
|
@ -17,6 +17,6 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"cloudevents": "~4.0.0",
|
"cloudevents": "~4.0.0",
|
||||||
"got": "^11.3.0",
|
"got": "^11.3.0",
|
||||||
"ws": "^7.3.0"
|
"ws": "^8.17.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue