fix: upgrade cloudevents from 3.0.1 to 3.1.0 (#335)

Snyk has created this PR to upgrade cloudevents from 3.0.1 to 3.1.0.

See this package in npm:
https://www.npmjs.com/package/cloudevents

See this project in Snyk:
https://app.snyk.io/org/lance/project/cb2960b0-db0c-4e77-9ab2-e78efded812e?utm_source=github&utm_medium=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
This commit is contained in:
Lucas Holmquist 2020-09-03 14:52:50 -04:00 committed by GitHub
parent 4779d89ad0
commit 7423acb7fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,6 +28,6 @@
"typescript": "~3.9.5"
},
"dependencies": {
"cloudevents": "~3.0.1"
"cloudevents": "~3.1.0"
}
}