From a52f5dd442d4d51f924e707ea25b80d876d758ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2020 14:06:40 +0200 Subject: [PATCH] Bump node-fetch (#442) Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.2.1 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.2.1...v2.6.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mikael Svenson --- .../react-search-refiners/functions/package-lock.json | 6 +++--- .../react-search-refiners/functions/package.json | 2 +- .../react-search-refiners/functions/yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/solutions/ModernSearch/react-search-refiners/functions/package-lock.json b/solutions/ModernSearch/react-search-refiners/functions/package-lock.json index 16db0b65..b93c05c9 100644 --- a/solutions/ModernSearch/react-search-refiners/functions/package-lock.json +++ b/solutions/ModernSearch/react-search-refiners/functions/package-lock.json @@ -5887,9 +5887,9 @@ } }, "node-fetch": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.2.1.tgz", - "integrity": "sha512-ObXBpNCD3A/vYQiQtEWl7DuqjAXjfptYFuGHLdPl5U19/6kJuZV+8uMHLrkj3wJrJoyfg4nhgyFixZdaZoAiEQ==" + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", + "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==" }, "node-int64": { "version": "0.4.0", diff --git a/solutions/ModernSearch/react-search-refiners/functions/package.json b/solutions/ModernSearch/react-search-refiners/functions/package.json index e052a630..b88ad468 100644 --- a/solutions/ModernSearch/react-search-refiners/functions/package.json +++ b/solutions/ModernSearch/react-search-refiners/functions/package.json @@ -35,8 +35,8 @@ "clean-webpack-plugin": "^0.1.19", "form-data": "^2.3.3", "jest-junit": "^4.0.0", + "node-fetch": "^2.6.1", "lodash": "^4.17.19", - "node-fetch": "^2.2.1", "path": "^0.12.7", "sinon": "^5.1.1", "sprintf-js": "^1.1.1" diff --git a/solutions/ModernSearch/react-search-refiners/functions/yarn.lock b/solutions/ModernSearch/react-search-refiners/functions/yarn.lock index 908ca0ca..a9275bdd 100644 --- a/solutions/ModernSearch/react-search-refiners/functions/yarn.lock +++ b/solutions/ModernSearch/react-search-refiners/functions/yarn.lock @@ -3491,10 +3491,10 @@ nise@^1.3.3: lolex "^5.0.1" path-to-regexp "^1.7.0" -node-fetch@^2.2.1: - version "2.6.0" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd" - integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA== +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-int64@^0.4.0: version "0.4.0"