mirror of https://github.com/knative/func.git
chore: update node and typescript dependencies (#1110)
This commit updates both the Node.js and TypeScript cloudevents templates to use the most recent version of the CloudEvents module, and bumps transitive dependencies that needed updates via `npm audit fix`. Signed-off-by: Lance Ball <lball@redhat.com>
This commit is contained in:
parent
b4b4cc34c3
commit
29f3aadb47
File diff suppressed because it is too large
Load Diff
|
@ -18,7 +18,7 @@
|
|||
"tape": "^4.13.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"cloudevents": "^5.2.0",
|
||||
"cloudevents": "^6.0.2",
|
||||
"faas-js-runtime": "^0.9.0"
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -34,7 +34,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@types/node": "^16.11.12",
|
||||
"cloudevents": "^5.2.0",
|
||||
"cloudevents": "^6.0.2",
|
||||
"faas-js-runtime": "^0.9.0"
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue