From d938b58b213a5d6251fcd47e11a2d6ca1e8e0489 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 18:21:39 +0000 Subject: [PATCH] Bump node-fetch from 2.6.0 to 2.6.1 in /functions/http-proxy Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 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.6.0...v2.6.1) Signed-off-by: dependabot[bot] --- functions/http-proxy/package-lock.json | 6 +++--- functions/http-proxy/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) mode change 100755 => 100644 functions/http-proxy/package.json diff --git a/functions/http-proxy/package-lock.json b/functions/http-proxy/package-lock.json index 2217fc6..7b52aee 100644 --- a/functions/http-proxy/package-lock.json +++ b/functions/http-proxy/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "node-fetch": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", - "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==" + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", + "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==" } } } diff --git a/functions/http-proxy/package.json b/functions/http-proxy/package.json old mode 100755 new mode 100644 index f9d4db5..d8aac58 --- a/functions/http-proxy/package.json +++ b/functions/http-proxy/package.json @@ -15,6 +15,6 @@ "author": "Sacha Guddoy", "license": "MIT", "dependencies": { - "node-fetch": "^2.3.0" + "node-fetch": "^2.6.1" } }