Skip to content

Commit

Permalink
deps(node,typescript): update dependencies
Browse files Browse the repository at this point in the history
Updates dependencies in Node.js and TypeScript functions to eliminate
some security warnings and bump to faas-js-runtime 0.9.7, which allows
for ESM modules now.

Signed-off-by: Lance Ball <lball@redhat.com>
  • Loading branch information
lance committed Jan 13, 2023
1 parent 972b311 commit ec8dcbd
Show file tree
Hide file tree
Showing 9 changed files with 11,188 additions and 11,213 deletions.
117 changes: 56 additions & 61 deletions templates/node/cloudevents/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion templates/node/cloudevents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"dependencies": {
"cloudevents": "^6.0.3",
"faas-js-runtime": "^0.9.5"
"faas-js-runtime": "^0.9.7"
}
}
Loading

0 comments on commit ec8dcbd

Please sign in to comment.