From ec9ef6e691f586598bfda42e0e1609131d631049 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 Aug 2026 16:47:39 +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-QS-19432019 - https://snyk.io/vuln/SNYK-JS-QS-19432017 --- 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" } }