File tree Expand file tree Collapse file tree 1 file changed +23
-3
lines changed Expand file tree Collapse file tree 1 file changed +23
-3
lines changed Original file line number Diff line number Diff line change @@ -4974,9 +4974,11 @@ node-fetch-npm@^2.0.2:
4974
4974
safe-buffer "^5.1.1"
4975
4975
4976
4976
node-fetch@^2.3.0 :
4977
- version "2.4.1"
4978
- resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.4.1.tgz#b2e38f1117b8acbedbe0524f041fb3177188255d"
4979
- integrity sha512-P9UbpFK87NyqBZzUuDBDz4f6Yiys8xm8j7ACDbi6usvFm6KItklQUKjeoqTrYS/S1k6I8oaOC2YLLDr/gg26Mw==
4977
+ version "2.6.7"
4978
+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
4979
+ integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
4980
+ dependencies :
4981
+ whatwg-url "^5.0.0"
4980
4982
4981
4983
node-gyp@^3.8.0 :
4982
4984
version "3.8.0"
@@ -7294,6 +7296,11 @@ tough-cookie@~2.4.3:
7294
7296
psl "^1.1.24"
7295
7297
punycode "^1.4.1"
7296
7298
7299
+ tr46@~0.0.3 :
7300
+ version "0.0.3"
7301
+ resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
7302
+ integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
7303
+
7297
7304
traverse@~0.6.6 :
7298
7305
version "0.6.6"
7299
7306
resolved "https://registry.npmjs.org/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137"
@@ -7624,6 +7631,19 @@ wcwidth@^1.0.0:
7624
7631
dependencies :
7625
7632
defaults "^1.0.3"
7626
7633
7634
+ webidl-conversions@^3.0.0 :
7635
+ version "3.0.1"
7636
+ resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
7637
+ integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
7638
+
7639
+ whatwg-url@^5.0.0 :
7640
+ version "5.0.0"
7641
+ resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
7642
+ integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
7643
+ dependencies :
7644
+ tr46 "~0.0.3"
7645
+ webidl-conversions "^3.0.0"
7646
+
7627
7647
which-boxed-primitive@^1.0.2 :
7628
7648
version "1.0.2"
7629
7649
resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"
You can’t perform that action at this time.
0 commit comments