From f76f51c6e91859d1a2205ce573b1ed6ed7abe4ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2020 05:22:49 +0000 Subject: [PATCH] Bump node-fetch from 2.2.1 to 2.6.1 Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.2.1 to 2.6.1. - [Release notes](https://github.com/bitinn/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/bitinn/node-fetch/compare/v2.2.1...v2.6.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2cacaf7..efe893d 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@tensorflow/tfjs": "1.0.3", "argparse": "^1.0.10", "canvas": "^2.0.1", - "node-fetch": "2.2.1" + "node-fetch": "2.6.1" }, "scripts": { "watch": "cross-env NODE_ENV=development parcel index.html --no-hmr --open",