From bf8520a74cc4180af3ff352902b8e18042c887bd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 21 Nov 2021 22:31:37 +0000 Subject: [PATCH] fix: upgrade node-fetch from 2.3.0 to 2.6.6 Snyk has created this PR to upgrade node-fetch from 2.3.0 to 2.6.6. 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=referral&page=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..c1c201178e6 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.6" } }