From dfdb409983bfd715b3f25e62440671c4398fbe2f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Feb 2024 21:50:21 +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-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-HAWK-2808852 - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:tunnel-agent:20170305 --- 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" } }