From 9951e37c350f298f18d8ec76a093e3002425e744 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Apr 2021 04:24:16 +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-UNDERSCORE-1080984 --- 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" } }