Skip to content

Commit 2c9fdaa

Browse files
committed
fix: examples/websocket/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-1038255
1 parent 97cf2f7 commit 2c9fdaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/websocket/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"author": "",
1616
"license": "ISC",
1717
"dependencies": {
18-
"cloudevents": "~3.0.1",
18+
"cloudevents": "~4.0.0",
1919
"got": "^11.3.0",
2020
"ws": "^7.3.0"
2121
}

0 commit comments

Comments
 (0)