From c227b8ef7c354d3fde05e0b01ae180d7fa4d75ef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 May 2025 00:50:01 +0000 Subject: [PATCH] fix: upgrade @openfunction/functions-framework from 0.4.1 to 0.6.1 Snyk has created this PR to upgrade @openfunction/functions-framework from 0.4.1 to 0.6.1. See this package in npm: @openfunction/functions-framework See this project in Snyk: https://app.snyk.io/org/benjaminhuo/project/80083705-c805-40c3-b78b-6531c4407195?utm_source=github&utm_medium=referral&page=upgrade-pr --- functions/knative/hello-world-node/esm/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } }