From 7b72ff5674b5a229e5fcc870af80e2992f5d2c2e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 23:13:29 +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-LODASH-6139239 --- 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..0ca1e80ac48 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": "^0.5.0" } }