From 3e19316b179b91291f9dafc428a859b8ba582d0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2020 10:36:21 +0000 Subject: [PATCH] Bump node-fetch from 2.3.0 to 2.6.1 in /add-question Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.3.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.3.0...v2.6.1) Signed-off-by: dependabot[bot] --- add-question/package-lock.json | 6 +++--- add-question/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/add-question/package-lock.json b/add-question/package-lock.json index bbcb6e3..e8ac631 100644 --- a/add-question/package-lock.json +++ b/add-question/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "node-fetch": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.3.0.tgz", - "integrity": "sha512-MOd8pV3fxENbryESLgVIeaGKrdl+uaYhCSSVkjeOb/31/njTpcis5aWfdqgNlHIrKOLRbMnfPINPOML2CIFeXA==" + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", + "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==" }, "readline-sync": { "version": "1.4.9", diff --git a/add-question/package.json b/add-question/package.json index ed08233..6084a32 100644 --- a/add-question/package.json +++ b/add-question/package.json @@ -10,7 +10,7 @@ "author": "", "license": "ISC", "dependencies": { - "node-fetch": "^2.3.0", + "node-fetch": "^2.6.1", "readline-sync": "^1.4.9" } }