From 3c5cb44932872c45a4b89fb50c759d101e1935f4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Dec 2020 07:12:09 +0000 Subject: [PATCH] fix: examples/typescript-ex/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-1038255 Signed-off-by: Lucas Holmquist --- examples/typescript-ex/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/typescript-ex/package.json b/examples/typescript-ex/package.json index 7a2c9c4..d9d1912 100644 --- a/examples/typescript-ex/package.json +++ b/examples/typescript-ex/package.json @@ -28,6 +28,6 @@ "typescript": "~3.9.5" }, "dependencies": { - "cloudevents": "~3.1.0" + "cloudevents": "~4.0.0" } }