Skip to content

Commit 7e6dfc3

Browse files
Bump cross-fetch from 2.2.3 to 2.2.6
Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 2.2.3 to 2.2.6. - [Release notes](https://github.com/lquixada/cross-fetch/releases) - [Commits](lquixada/cross-fetch@v2.2.3...v2.2.6) --- updated-dependencies: - dependency-name: cross-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4723f50 commit 7e6dfc3

1 file changed

Lines changed: 31 additions & 11 deletions

File tree

yarn.lock

Lines changed: 31 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3600,12 +3600,12 @@ create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7:
36003600
sha.js "^2.4.8"
36013601

36023602
cross-fetch@^2.2.2:
3603-
version "2.2.3"
3604-
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-2.2.3.tgz#e8a0b3c54598136e037f8650f8e823ccdfac198e"
3605-
integrity sha512-PrWWNH3yL2NYIb/7WF/5vFG3DCQiXDOVf8k3ijatbrtnwNuhMWLC7YF7uqf53tbTFDzHIUD8oITw4Bxt8ST3Nw==
3603+
version "2.2.6"
3604+
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-2.2.6.tgz#2ef0bb39a24ac034787965c457368a28730e220a"
3605+
integrity sha512-9JZz+vXCmfKUZ68zAptS7k4Nu8e2qcibe7WVZYps7sAgk5R8GYTc+T1WR0v1rlP9HxgARmOX1UTIJZFytajpNA==
36063606
dependencies:
3607-
node-fetch "2.1.2"
3608-
whatwg-fetch "2.0.4"
3607+
node-fetch "^2.6.7"
3608+
whatwg-fetch "^2.0.4"
36093609

36103610
cross-spawn@7.0.1:
36113611
version "7.0.1"
@@ -8407,11 +8407,6 @@ node-fetch-npm@^2.0.2:
84078407
json-parse-better-errors "^1.0.0"
84088408
safe-buffer "^5.1.1"
84098409

8410-
node-fetch@2.1.2:
8411-
version "2.1.2"
8412-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.1.2.tgz#ab884e8e7e57e38a944753cec706f788d1768bb5"
8413-
integrity sha1-q4hOjn5X44qUR1POxwb3iNF2i7U=
8414-
84158410
node-fetch@^1.7.3:
84168411
version "1.7.3"
84178412
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.7.3.tgz#980f6f72d85211a5347c6b2bc18c5b84c3eb47ef"
@@ -8420,6 +8415,13 @@ node-fetch@^1.7.3:
84208415
encoding "^0.1.11"
84218416
is-stream "^1.0.1"
84228417

8418+
node-fetch@^2.6.7:
8419+
version "2.6.7"
8420+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
8421+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
8422+
dependencies:
8423+
whatwg-url "^5.0.0"
8424+
84238425
node-forge@^0.10.0:
84248426
version "0.10.0"
84258427
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.10.0.tgz#32dea2afb3e9926f02ee5ce8794902691a676bf3"
@@ -12269,6 +12271,11 @@ tr46@^2.0.2:
1226912271
dependencies:
1227012272
punycode "^2.1.1"
1227112273

12274+
tr46@~0.0.3:
12275+
version "0.0.3"
12276+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
12277+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
12278+
1227212279
ts-jest@24.0.2:
1227312280
version "24.0.2"
1227412281
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-24.0.2.tgz#8dde6cece97c31c03e80e474c749753ffd27194d"
@@ -12736,6 +12743,11 @@ wcwidth@^1.0.0:
1273612743
dependencies:
1273712744
defaults "^1.0.3"
1273812745

12746+
webidl-conversions@^3.0.0:
12747+
version "3.0.1"
12748+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
12749+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
12750+
1273912751
webidl-conversions@^4.0.2:
1274012752
version "4.0.2"
1274112753
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
@@ -12884,7 +12896,7 @@ whatwg-encoding@^1.0.1, whatwg-encoding@^1.0.3, whatwg-encoding@^1.0.5:
1288412896
dependencies:
1288512897
iconv-lite "0.4.24"
1288612898

12887-
whatwg-fetch@2.0.4:
12899+
whatwg-fetch@^2.0.4:
1288812900
version "2.0.4"
1288912901
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.4.tgz#dde6a5df315f9d39991aa17621853d720b85566f"
1289012902
integrity sha512-dcQ1GWpOD/eEQ97k66aiEVpNnapVj90/+R+SXTPYGHpYBBypfKJEQjLrvMZ7YXbKm21gXd4NcuxUTjiv1YtLng==
@@ -12899,6 +12911,14 @@ whatwg-mimetype@^2.1.0, whatwg-mimetype@^2.2.0, whatwg-mimetype@^2.3.0:
1289912911
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
1290012912
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
1290112913

12914+
whatwg-url@^5.0.0:
12915+
version "5.0.0"
12916+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
12917+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
12918+
dependencies:
12919+
tr46 "~0.0.3"
12920+
webidl-conversions "^3.0.0"
12921+
1290212922
whatwg-url@^6.4.1:
1290312923
version "6.5.0"
1290412924
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-6.5.0.tgz#f2df02bff176fd65070df74ad5ccbb5a199965a8"

0 commit comments

Comments
 (0)