diff --git a/functions/knative/hello-world-node/esm/package.json b/functions/knative/hello-world-node/esm/package.json index fa27022..1c968c5 100644 --- a/functions/knative/hello-world-node/esm/package.json +++ b/functions/knative/hello-world-node/esm/package.json @@ -5,6 +5,6 @@ }, "main": "index.js", "dependencies": { - "@openfunction/functions-framework": "^0.4.1" + "@openfunction/functions-framework": "^0.6.1" } }