From e6dae3874964b7ab19681b986b4a776fa7e075c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 15:46:38 +0000 Subject: [PATCH] Bump node-fetch from 2.6.0 to 2.6.1 in /FluentBot 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] --- FluentBot/package-lock.json | 13 ++++++++++--- FluentBot/package.json | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/FluentBot/package-lock.json b/FluentBot/package-lock.json index b400b42..014fff7 100644 --- a/FluentBot/package-lock.json +++ b/FluentBot/package-lock.json @@ -160,6 +160,13 @@ "integrity": "sha512-OHRHu6TERzl+UxN9+EOmR03dQqQR3V+5td5vmciJ1MwjKDSX4cLX/QVBCXad5Tsu8gV5Jdwz88qQqulcmp49bg==", "requires": { "node-fetch": "2.6.0" + }, + "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==" + } } }, "dblapi.js": { @@ -481,9 +488,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-pre-gyp": { "version": "0.11.0", diff --git a/FluentBot/package.json b/FluentBot/package.json index 8743179..3986491 100644 --- a/FluentBot/package.json +++ b/FluentBot/package.json @@ -19,7 +19,7 @@ "dotenv": "^8.2.0", "fs": "0.0.1-security", "mysql": "^2.18.1", - "node-fetch": "^2.6.0", + "node-fetch": "^2.6.1", "superagent": "^5.2.2" } }