From 262462d38e9e08962e8efc01386d4175e117882c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2020 16:35:34 +0000 Subject: [PATCH] Bump node-fetch from 2.6.0 to 2.6.1 in /firebase/functions 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] --- firebase/functions/package-lock.json | 12 +++++++++--- firebase/functions/package.json | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/firebase/functions/package-lock.json b/firebase/functions/package-lock.json index bfec10b..54f5459 100644 --- a/firebase/functions/package-lock.json +++ b/firebase/functions/package-lock.json @@ -326,6 +326,12 @@ "tslib": "^1.11.1" } }, + "node-fetch": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", + "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==", + "dev": true + }, "tslib": { "version": "1.13.0", "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", @@ -5299,9 +5305,9 @@ } }, "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==" }, "node-forge": { "version": "0.7.6", diff --git a/firebase/functions/package.json b/firebase/functions/package.json index 18d4725..8c58a64 100644 --- a/firebase/functions/package.json +++ b/firebase/functions/package.json @@ -42,7 +42,7 @@ "handlebars": "^4.7.6", "lodash": "^4.17.20", "lodash.set": "^4.3.2", - "node-fetch": "^2.6.0", + "node-fetch": "^2.6.1", "nodemailer": "^6.4.11", "nodemailer-mailgun-transport": "^2.0.0", "qs": "^6.9.4"