From 30ac9d168d0206b92275537d77a71fd1c1692d0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Mon, 4 Oct 2021 08:40:30 +0200 Subject: [PATCH] chore: bump node-fetch from 2.6.1 to 2.6.5 (#7619) This is the last release before 3.0.0. This is a mitigation for the issue described in https://github.com/puppeteer/puppeteer/issues/7239#issuecomment-932044494. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 919b3e29b74c1..de21fcf5dcf0e 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "devtools-protocol": "0.0.901419", "extract-zip": "2.0.1", "https-proxy-agent": "5.0.0", - "node-fetch": "2.6.1", + "node-fetch": "2.6.5", "pkg-dir": "4.2.0", "progress": "2.0.1", "proxy-from-env": "1.1.0",