From 761aefc22b5e8e61f1e6f5122a49ca27736ea1f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2020 16:51:31 +0000 Subject: [PATCH] Bump node-fetch from 2.3.0 to 2.6.1 in /back/api-sample 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] --- back/api-sample/package.json | 2 +- back/api-sample/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/back/api-sample/package.json b/back/api-sample/package.json index 57c2096..1114bd6 100644 --- a/back/api-sample/package.json +++ b/back/api-sample/package.json @@ -18,7 +18,7 @@ "cors": "^2.8.4", "dotenv": "^6.2.0", "express": "^4.15.4", - "node-fetch": "^2.3.0", + "node-fetch": "^2.6.1", "superagent": "^4.1.0", "xml2js": "^0.4.19" }, diff --git a/back/api-sample/yarn.lock b/back/api-sample/yarn.lock index 0fbd460..b8babea 100644 --- a/back/api-sample/yarn.lock +++ b/back/api-sample/yarn.lock @@ -3275,10 +3275,10 @@ nice-try@^1.0.4: resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366" integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ== -node-fetch@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.3.0.tgz#1a1d940bbfb916a1d3e0219f037e89e71f8c5fa5" - integrity sha512-MOd8pV3fxENbryESLgVIeaGKrdl+uaYhCSSVkjeOb/31/njTpcis5aWfdqgNlHIrKOLRbMnfPINPOML2CIFeXA== +node-fetch@^2.6.1: + version "2.6.1" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052" + integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw== node-modules-regexp@^1.0.0: version "1.0.0"