From e1c143a3efaba824a66c63ef84f4334eafe09be4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 Apr 2026 02:51:20 +0000 Subject: [PATCH] fix: functions/async/mqtt-io-node/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UUID-16133035 --- functions/async/mqtt-io-node/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/async/mqtt-io-node/package.json b/functions/async/mqtt-io-node/package.json index 87138a6..1cdbad2 100644 --- a/functions/async/mqtt-io-node/package.json +++ b/functions/async/mqtt-io-node/package.json @@ -4,6 +4,6 @@ "start": "functions-framework --target=tryKnative" }, "dependencies": { - "@openfunction/functions-framework": "^0.4.1" + "@openfunction/functions-framework": "^0.5.0" } }