Skip to content

Commit db7647f

Browse files
committed
Update dependency node-fetch to v2.6.1 [SECURITY]
1 parent 82cc083 commit db7647f

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

yarn.lock

+26-1
Original file line numberDiff line numberDiff line change
@@ -3643,7 +3643,14 @@ nice-try@^1.0.4:
36433643
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
36443644
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
36453645

3646-
node-fetch@^2.2.0, node-fetch@^2.3.0:
3646+
node-fetch@^2.2.0:
3647+
version "2.6.7"
3648+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
3649+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
3650+
dependencies:
3651+
whatwg-url "^5.0.0"
3652+
3653+
node-fetch@^2.3.0:
36473654
version "2.3.0"
36483655
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.3.0.tgz#1a1d940bbfb916a1d3e0219f037e89e71f8c5fa5"
36493656
integrity sha512-MOd8pV3fxENbryESLgVIeaGKrdl+uaYhCSSVkjeOb/31/njTpcis5aWfdqgNlHIrKOLRbMnfPINPOML2CIFeXA==
@@ -5096,6 +5103,11 @@ tr46@^1.0.1:
50965103
dependencies:
50975104
punycode "^2.1.0"
50985105

5106+
tr46@~0.0.3:
5107+
version "0.0.3"
5108+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
5109+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
5110+
50995111
trim-right@^1.0.1:
51005112
version "1.0.1"
51015113
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
@@ -5300,6 +5312,11 @@ watch@~0.18.0:
53005312
exec-sh "^0.2.0"
53015313
minimist "^1.2.0"
53025314

5315+
webidl-conversions@^3.0.0:
5316+
version "3.0.1"
5317+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
5318+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
5319+
53035320
webidl-conversions@^4.0.2:
53045321
version "4.0.2"
53055322
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
@@ -5317,6 +5334,14 @@ whatwg-mimetype@^2.1.0, whatwg-mimetype@^2.2.0:
53175334
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
53185335
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
53195336

5337+
whatwg-url@^5.0.0:
5338+
version "5.0.0"
5339+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
5340+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
5341+
dependencies:
5342+
tr46 "~0.0.3"
5343+
webidl-conversions "^3.0.0"
5344+
53205345
whatwg-url@^6.4.1:
53215346
version "6.5.0"
53225347
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-6.5.0.tgz#f2df02bff176fd65070df74ad5ccbb5a199965a8"

0 commit comments

Comments
 (0)