Skip to content

Commit 15bd8e4

Browse files
committed
fix: examples/typescript-ex/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295
1 parent bf5d53f commit 15bd8e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/typescript-ex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"typescript": "~4.1.3"
2929
},
3030
"dependencies": {
31-
"cloudevents": "~4.0.0"
31+
"cloudevents": "~6.0.0"
3232
}
3333
}

0 commit comments

Comments
 (0)