From b613625ae889def69cf5f96bb6ab5897721af502 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Jul 2024 01:07:54 +0000 Subject: [PATCH] fix: docs/providers/azure/examples/hello-world/node/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- docs/providers/azure/examples/hello-world/node/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/providers/azure/examples/hello-world/node/package.json b/docs/providers/azure/examples/hello-world/node/package.json index 2a151f9f75b..0104d1f4049 100644 --- a/docs/providers/azure/examples/hello-world/node/package.json +++ b/docs/providers/azure/examples/hello-world/node/package.json @@ -6,6 +6,6 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "serverless-azure-functions": "^0.1.0" + "serverless-azure-functions": "^1.0.0" } }