From 7ea447fbb14c3ea3e0b38ee055e19e13554a2340 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 Jul 2021 00:17:21 +0000 Subject: [PATCH] fix: upgrade node-fetch from 2.3.0 to 2.6.1 Snyk has created this PR to upgrade node-fetch from 2.3.0 to 2.6.1. See this package in npm: https://www.npmjs.com/package/node-fetch See this project in Snyk: https://app.snyk.io/org/hafixo/project/33a7ef1e-36b0-4532-9ad6-75978258f146?utm_source=github&utm_medium=upgrade-pr --- 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..a8fa5ce2f14 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.1" } }