Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 7e8e6ed

Browse files
chore(deps): bump cross-fetch from 3.1.4 to 3.1.5 in /example (#668)
1 parent 7479208 commit 7e8e6ed

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
@@ -2417,11 +2417,11 @@ create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7:
24172417
sha.js "^2.4.8"
24182418

24192419
cross-fetch@^3.0.4:
2420-
version "3.1.4"
2421-
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.4.tgz#9723f3a3a247bf8b89039f3a380a9244e8fa2f39"
2422-
integrity sha512-1eAtFWdIubi6T4XPy6ei9iUFoKpUkIF971QLN8lIvvvwueI65+Nw5haMNKUwfJxabqlIIDODJKGrQ66gxC0PbQ==
2420+
version "3.1.5"
2421+
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.5.tgz#e1389f44d9e7ba767907f7af8454787952ab534f"
2422+
integrity sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==
24232423
dependencies:
2424-
node-fetch "2.6.1"
2424+
node-fetch "2.6.7"
24252425

24262426
cross-spawn@^6.0.0:
24272427
version "6.0.5"
@@ -4310,10 +4310,12 @@ nice-try@^1.0.4:
43104310
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
43114311
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
43124312

4313-
4314-
version "2.6.1"
4315-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
4316-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
4313+
4314+
version "2.6.7"
4315+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
4316+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
4317+
dependencies:
4318+
whatwg-url "^5.0.0"
43174319

43184320
node-forge@^0.10.0:
43194321
version "0.10.0"
@@ -5765,6 +5767,11 @@ [email protected]:
57655767
resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553"
57665768
integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==
57675769

5770+
tr46@~0.0.3:
5771+
version "0.0.3"
5772+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
5773+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
5774+
57685775
trim-right@^1.0.1:
57695776
version "1.0.1"
57705777
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
@@ -5996,6 +6003,11 @@ wbuf@^1.1.0, wbuf@^1.7.3:
59966003
dependencies:
59976004
minimalistic-assert "^1.0.0"
59986005

6006+
webidl-conversions@^3.0.0:
6007+
version "3.0.1"
6008+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
6009+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
6010+
59996011
webpack-dev-middleware@^3.7.2:
60006012
version "3.7.3"
60016013
resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-3.7.3.tgz#0639372b143262e2b84ab95d3b91a7597061c2c5"
@@ -6110,6 +6122,14 @@ [email protected]:
61106122
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.3.tgz#9c84ec2dcf68187ff00bc64e1274b442176e1c84"
61116123
integrity sha1-nITsLc9oGH/wC8ZOEnS0QhduHIQ=
61126124

6125+
whatwg-url@^5.0.0:
6126+
version "5.0.0"
6127+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
6128+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
6129+
dependencies:
6130+
tr46 "~0.0.3"
6131+
webidl-conversions "^3.0.0"
6132+
61136133
which-module@^2.0.0:
61146134
version "2.0.0"
61156135
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"

0 commit comments

Comments
 (0)