From c4128321c3257d060918865b92afcd55d831c062 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 Apr 2026 00:24:10 +0000 Subject: [PATCH] fix: functions/knative/hello-world-node/esm/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UUID-16133035 --- 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..5908be3 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.5.0" } }