From 9bc2b10dbbda3f0916551941fcf9ef4c2ce92871 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Apr 2022 22:34:59 +0000 Subject: [PATCH] Bump cross-fetch from 2.1.0 to 3.1.5 Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 2.1.0 to 3.1.5. - [Release notes](https://github.com/lquixada/cross-fetch/releases) - [Commits](https://github.com/lquixada/cross-fetch/compare/v2.1.0...v3.1.5) --- updated-dependencies: - dependency-name: cross-fetch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 29 +++++++++++++++++++---------- 2 files changed, 20 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 8fabe57..f394b40 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "bootstrap": "4.0.0", "bootstrap-social": "5.1.1", - "cross-fetch": "2.1.0", + "cross-fetch": "3.1.5", "font-awesome": "4.7.0", "prop-types": "15.6.0", "react": "^16.13.1", diff --git a/yarn.lock b/yarn.lock index dbf5a87..2847d24 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2025,13 +2025,12 @@ create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7: safe-buffer "^5.0.1" sha.js "^2.4.8" -cross-fetch@2.1.0: - version "2.1.0" - resolved "https://registry.npm.taobao.org/cross-fetch/download/cross-fetch-2.1.0.tgz#7d4ea7e10a4f3bb73d5c2f0a3791ec3752d39b50" - integrity sha1-fU6n4QpPO7c9XC8KN5HsN1LTm1A= +cross-fetch@3.1.5: + version "3.1.5" + resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.5.tgz#e1389f44d9e7ba767907f7af8454787952ab534f" + integrity sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw== dependencies: - node-fetch "2.1.1" - whatwg-fetch "2.0.3" + node-fetch "2.6.7" cross-spawn@5.1.0, cross-spawn@^5.0.1, cross-spawn@^5.1.0: version "5.1.0" @@ -5626,10 +5625,12 @@ no-case@^2.2.0: dependencies: lower-case "^1.1.1" -node-fetch@2.1.1: - version "2.1.1" - resolved "https://registry.npm.taobao.org/node-fetch/download/node-fetch-2.1.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fnode-fetch%2Fdownload%2Fnode-fetch-2.1.1.tgz#369ca70b82f50c86496104a6c776d274f4e4a2d4" - integrity sha1-NpynC4L1DIZJYQSmx3bSdPTkotQ= +node-fetch@2.6.7: + version "2.6.7" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad" + integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ== + dependencies: + whatwg-url "^5.0.0" node-fetch@^1.0.1: version "1.7.3" @@ -8734,6 +8735,14 @@ whatwg-url@^4.3.0: tr46 "~0.0.3" webidl-conversions "^3.0.0" +whatwg-url@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d" + integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0= + dependencies: + tr46 "~0.0.3" + webidl-conversions "^3.0.0" + whet.extend@~0.9.9: version "0.9.9" resolved "https://registry.npm.taobao.org/whet.extend/download/whet.extend-0.9.9.tgz#f877d5bf648c97e5aa542fadc16d6a259b9c11a1"