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" } }