From a3aedea6ca86b4e25fc0e975580e942d08307821 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Sep 2024 04:59:19 +0000 Subject: [PATCH] fix: azure-node-simple-http-endpoint/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-XMLDOM-3092935 - https://snyk.io/vuln/SNYK-JS-HAWK-6969142 - https://snyk.io/vuln/SNYK-JS-BL-608877 - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-XMLDOM-3042242 - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/SNYK-JS-HAWK-2808852 - https://snyk.io/vuln/npm:tunnel-agent:20170305 - https://snyk.io/vuln/SNYK-JS-XMLDOM-1534562 --- azure-node-simple-http-endpoint/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-node-simple-http-endpoint/package.json b/azure-node-simple-http-endpoint/package.json index 7e02a6422..607c8e5b9 100644 --- a/azure-node-simple-http-endpoint/package.json +++ b/azure-node-simple-http-endpoint/package.json @@ -6,6 +6,6 @@ "author": "serverless.com", "license": "MIT", "dependencies": { - "serverless-azure-functions": "^0.2.0" + "serverless-azure-functions": "^1.0.0" } }