From 7baeceb71d5943f1cccf01b4763f8ac4348041b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2020 18:40:52 +0000 Subject: [PATCH] Bump node-fetch from 1.7.3 to 2.6.1 in /Santa Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 1.7.3 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/1.7.3...v2.6.1) Signed-off-by: dependabot[bot] --- Santa/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Santa/package.json b/Santa/package.json index 17190d7..2bc145c 100644 --- a/Santa/package.json +++ b/Santa/package.json @@ -10,6 +10,6 @@ "license": "ISC", "dependencies": { "botkit": "^0.4.5", - "node-fetch": "^1.6.3" + "node-fetch": "^2.6.1" } }