Skip to content

Commit 627adb0

Browse files
authored
Merge pull request #235 from IjzerenHein/dependabot/npm_and_yarn/example/cross-fetch-3.1.5
Bump cross-fetch from 3.1.4 to 3.1.5 in /example
2 parents 5d392dd + 0403dd6 commit 627adb0

File tree

1 file changed

+28
-8
lines changed

1 file changed

+28
-8
lines changed

example/yarn.lock

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3016,11 +3016,11 @@ create-react-class@^15.6.2:
30163016
object-assign "^4.1.1"
30173017

30183018
cross-fetch@^3.0.4:
3019-
version "3.1.4"
3020-
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.4.tgz#9723f3a3a247bf8b89039f3a380a9244e8fa2f39"
3021-
integrity sha512-1eAtFWdIubi6T4XPy6ei9iUFoKpUkIF971QLN8lIvvvwueI65+Nw5haMNKUwfJxabqlIIDODJKGrQ66gxC0PbQ==
3019+
version "3.1.5"
3020+
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.5.tgz#e1389f44d9e7ba767907f7af8454787952ab534f"
3021+
integrity sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==
30223022
dependencies:
3023-
node-fetch "2.6.1"
3023+
node-fetch "2.6.7"
30243024

30253025
cross-spawn@^5.1.0:
30263026
version "5.1.0"
@@ -6014,10 +6014,12 @@ nocache@^2.1.0:
60146014
resolved "https://registry.yarnpkg.com/nocache/-/nocache-2.1.0.tgz#120c9ffec43b5729b1d5de88cd71aa75a0ba491f"
60156015
integrity sha512-0L9FvHG3nfnnmaEQPjT9xhfN4ISk0A8/2j4M37Np4mcDesJjHgEUfgPhdCyZuFI954tjokaIj/A3NdpFNdEh4Q==
60166016

6017-
node-fetch@2.6.1, node-fetch@^2.2.0, node-fetch@^2.6.0:
6018-
version "2.6.1"
6019-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
6020-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
6017+
node-fetch@2.6.7, node-fetch@^2.2.0, node-fetch@^2.6.0:
6018+
version "2.6.7"
6019+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
6020+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
6021+
dependencies:
6022+
whatwg-url "^5.0.0"
60216023

60226024
node-fetch@^1.0.1:
60236025
version "1.7.3"
@@ -7827,6 +7829,11 @@ tr46@^1.0.1:
78277829
dependencies:
78287830
punycode "^2.1.0"
78297831

7832+
tr46@~0.0.3:
7833+
version "0.0.3"
7834+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
7835+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
7836+
78307837
ts-interface-checker@^0.1.9:
78317838
version "0.1.13"
78327839
resolved "https://registry.yarnpkg.com/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz#784fd3d679722bc103b1b4b8030bcddb5db2a699"
@@ -8134,6 +8141,11 @@ wcwidth@^1.0.1:
81348141
dependencies:
81358142
defaults "^1.0.3"
81368143

8144+
webidl-conversions@^3.0.0:
8145+
version "3.0.1"
8146+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
8147+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
8148+
81378149
webidl-conversions@^4.0.2:
81388150
version "4.0.2"
81398151
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
@@ -8156,6 +8168,14 @@ whatwg-mimetype@^2.2.0, whatwg-mimetype@^2.3.0:
81568168
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
81578169
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
81588170

8171+
whatwg-url@^5.0.0:
8172+
version "5.0.0"
8173+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
8174+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
8175+
dependencies:
8176+
tr46 "~0.0.3"
8177+
webidl-conversions "^3.0.0"
8178+
81598179
whatwg-url@^7.0.0:
81608180
version "7.1.0"
81618181
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-7.1.0.tgz#c2c492f1eca612988efd3d2266be1b9fc6170d06"

0 commit comments

Comments
 (0)