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 @@ -3416,9 +3416,11 @@ node-fetch-npm@^2.0.2:
3416
3416
safe-buffer "^5.1.1"
3417
3417
3418
3418
node-fetch@^2.6.1 :
3419
- version "2.6.1"
3420
- resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
3421
- integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
3419
+ version "2.6.7"
3420
+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
3421
+ integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
3422
+ dependencies :
3423
+ whatwg-url "^5.0.0"
3422
3424
3423
3425
node-gyp@^5.0.2, node-gyp@^5.1.0 :
3424
3426
version "5.1.1"
@@ -5232,6 +5234,11 @@ tough-cookie@~2.5.0:
5232
5234
psl "^1.1.28"
5233
5235
punycode "^2.1.1"
5234
5236
5237
+ tr46@~0.0.3 :
5238
+ version "0.0.3"
5239
+ resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
5240
+ integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
5241
+
5235
5242
traverse@~0.6.6 :
5236
5243
version "0.6.6"
5237
5244
resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137"
@@ -5471,6 +5478,19 @@ wcwidth@^1.0.0:
5471
5478
dependencies :
5472
5479
defaults "^1.0.3"
5473
5480
5481
+ webidl-conversions@^3.0.0 :
5482
+ version "3.0.1"
5483
+ resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
5484
+ integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
5485
+
5486
+ whatwg-url@^5.0.0 :
5487
+ version "5.0.0"
5488
+ resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
5489
+ integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
5490
+ dependencies :
5491
+ tr46 "~0.0.3"
5492
+ webidl-conversions "^3.0.0"
5493
+
5474
5494
which-module@^2.0.0 :
5475
5495
version "2.0.0"
5476
5496
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"
You can’t perform that action at this time.
0 commit comments