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

Commit 7479208

Browse files
chore(deps): bump cross-fetch from 3.1.4 to 3.1.5 in /example-hooks (#667)
1 parent 1abfa98 commit 7479208

File tree

1 file changed

+28
-8
lines changed

1 file changed

+28
-8
lines changed

example-hooks/yarn.lock

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2441,11 +2441,11 @@ create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7:
24412441
sha.js "^2.4.8"
24422442

24432443
cross-fetch@^3.0.4:
2444-
version "3.1.4"
2445-
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.4.tgz#9723f3a3a247bf8b89039f3a380a9244e8fa2f39"
2446-
integrity sha512-1eAtFWdIubi6T4XPy6ei9iUFoKpUkIF971QLN8lIvvvwueI65+Nw5haMNKUwfJxabqlIIDODJKGrQ66gxC0PbQ==
2444+
version "3.1.5"
2445+
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.5.tgz#e1389f44d9e7ba767907f7af8454787952ab534f"
2446+
integrity sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==
24472447
dependencies:
2448-
node-fetch "2.6.1"
2448+
node-fetch "2.6.7"
24492449

24502450
cross-spawn@^6.0.0, cross-spawn@^6.0.5:
24512451
version "6.0.5"
@@ -4383,10 +4383,12 @@ nice-try@^1.0.4:
43834383
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
43844384
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
43854385

4386-
4387-
version "2.6.1"
4388-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
4389-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
4386+
4387+
version "2.6.7"
4388+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
4389+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
4390+
dependencies:
4391+
whatwg-url "^5.0.0"
43904392

43914393
node-forge@^0.10.0:
43924394
version "0.10.0"
@@ -5877,6 +5879,11 @@ [email protected]:
58775879
resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553"
58785880
integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==
58795881

5882+
tr46@~0.0.3:
5883+
version "0.0.3"
5884+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
5885+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
5886+
58805887
trim-right@^1.0.1:
58815888
version "1.0.1"
58825889
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
@@ -6113,6 +6120,11 @@ wbuf@^1.1.0, wbuf@^1.7.3:
61136120
dependencies:
61146121
minimalistic-assert "^1.0.0"
61156122

6123+
webidl-conversions@^3.0.0:
6124+
version "3.0.1"
6125+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
6126+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
6127+
61166128
webpack-dev-middleware@^3.7.2:
61176129
version "3.7.3"
61186130
resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-3.7.3.tgz#0639372b143262e2b84ab95d3b91a7597061c2c5"
@@ -6227,6 +6239,14 @@ [email protected]:
62276239
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.3.tgz#9c84ec2dcf68187ff00bc64e1274b442176e1c84"
62286240
integrity sha1-nITsLc9oGH/wC8ZOEnS0QhduHIQ=
62296241

6242+
whatwg-url@^5.0.0:
6243+
version "5.0.0"
6244+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
6245+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
6246+
dependencies:
6247+
tr46 "~0.0.3"
6248+
webidl-conversions "^3.0.0"
6249+
62306250
which-module@^2.0.0:
62316251
version "2.0.0"
62326252
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"

0 commit comments

Comments
 (0)