From c42e6430982d01d34ec63cad6d54f6583fcb7d2c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Feb 2022 10:53:19 +0000 Subject: [PATCH] fix: src/functions-templates/js/auth-fetch/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 --- src/functions-templates/js/auth-fetch/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions-templates/js/auth-fetch/package.json b/src/functions-templates/js/auth-fetch/package.json index ba2df044c92..0fb600d50a3 100644 --- a/src/functions-templates/js/auth-fetch/package.json +++ b/src/functions-templates/js/auth-fetch/package.json @@ -16,6 +16,6 @@ "author": "Netlify", "license": "MIT", "dependencies": { - "node-fetch": "^2.3.0" + "node-fetch": "^2.6.7" } }