Skip to content

Commit 519e393

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

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3644,9 +3644,11 @@ nice-try@^1.0.4:
36443644
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
36453645

36463646
node-fetch@^2.2.0, node-fetch@^2.3.0:
3647-
version "2.3.0"
3648-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.3.0.tgz#1a1d940bbfb916a1d3e0219f037e89e71f8c5fa5"
3649-
integrity sha512-MOd8pV3fxENbryESLgVIeaGKrdl+uaYhCSSVkjeOb/31/njTpcis5aWfdqgNlHIrKOLRbMnfPINPOML2CIFeXA==
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"
36503652

36513653
node-int64@^0.4.0:
36523654
version "0.4.0"
@@ -5096,6 +5098,11 @@ tr46@^1.0.1:
50965098
dependencies:
50975099
punycode "^2.1.0"
50985100

5101+
tr46@~0.0.3:
5102+
version "0.0.3"
5103+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
5104+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
5105+
50995106
trim-right@^1.0.1:
51005107
version "1.0.1"
51015108
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
@@ -5300,6 +5307,11 @@ watch@~0.18.0:
53005307
exec-sh "^0.2.0"
53015308
minimist "^1.2.0"
53025309

5310+
webidl-conversions@^3.0.0:
5311+
version "3.0.1"
5312+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
5313+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
5314+
53035315
webidl-conversions@^4.0.2:
53045316
version "4.0.2"
53055317
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
@@ -5317,6 +5329,14 @@ whatwg-mimetype@^2.1.0, whatwg-mimetype@^2.2.0:
53175329
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
53185330
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
53195331

5332+
whatwg-url@^5.0.0:
5333+
version "5.0.0"
5334+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
5335+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
5336+
dependencies:
5337+
tr46 "~0.0.3"
5338+
webidl-conversions "^3.0.0"
5339+
53205340
whatwg-url@^6.4.1:
53215341
version "6.5.0"
53225342
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-6.5.0.tgz#f2df02bff176fd65070df74ad5ccbb5a199965a8"

0 commit comments

Comments
 (0)