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 @@ -4912,9 +4912,11 @@ node-fetch-npm@^2.0.2:
4912
4912
safe-buffer "^5.1.1"
4913
4913
4914
4914
node-fetch@^2.3.0 :
4915
- version "2.4.1"
4916
- resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.4.1.tgz#b2e38f1117b8acbedbe0524f041fb3177188255d"
4917
- integrity sha512-P9UbpFK87NyqBZzUuDBDz4f6Yiys8xm8j7ACDbi6usvFm6KItklQUKjeoqTrYS/S1k6I8oaOC2YLLDr/gg26Mw==
4915
+ version "2.6.7"
4916
+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
4917
+ integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
4918
+ dependencies :
4919
+ whatwg-url "^5.0.0"
4918
4920
4919
4921
node-gyp@^3.8.0 :
4920
4922
version "3.8.0"
@@ -7228,6 +7230,11 @@ tough-cookie@~2.4.3:
7228
7230
psl "^1.1.24"
7229
7231
punycode "^1.4.1"
7230
7232
7233
+ tr46@~0.0.3 :
7234
+ version "0.0.3"
7235
+ resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
7236
+ integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
7237
+
7231
7238
traverse@~0.6.6 :
7232
7239
version "0.6.6"
7233
7240
resolved "https://registry.npmjs.org/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137"
@@ -7558,6 +7565,19 @@ wcwidth@^1.0.0:
7558
7565
dependencies :
7559
7566
defaults "^1.0.3"
7560
7567
7568
+ webidl-conversions@^3.0.0 :
7569
+ version "3.0.1"
7570
+ resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
7571
+ integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
7572
+
7573
+ whatwg-url@^5.0.0 :
7574
+ version "5.0.0"
7575
+ resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
7576
+ integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
7577
+ dependencies :
7578
+ tr46 "~0.0.3"
7579
+ webidl-conversions "^3.0.0"
7580
+
7561
7581
which-boxed-primitive@^1.0.1 :
7562
7582
version "1.0.2"
7563
7583
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