File tree 1 file changed +23
-3
lines changed
1 file changed +23
-3
lines changed Original file line number Diff line number Diff line change @@ -4216,9 +4216,11 @@ node-fetch-npm@^2.0.2:
4216
4216
safe-buffer "^5.1.1"
4217
4217
4218
4218
node-fetch@^2.3.0 :
4219
- version "2.6.1"
4220
- resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
4221
- integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
4219
+ version "2.6.7"
4220
+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
4221
+ integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
4222
+ dependencies :
4223
+ whatwg-url "^5.0.0"
4222
4224
4223
4225
node-gyp@^5.0.2, node-gyp@^5.0.5 :
4224
4226
version "5.0.5"
@@ -6154,6 +6156,11 @@ tough-cookie@~2.4.3:
6154
6156
psl "^1.1.24"
6155
6157
punycode "^1.4.1"
6156
6158
6159
+ tr46@~0.0.3 :
6160
+ version "0.0.3"
6161
+ resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
6162
+ integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
6163
+
6157
6164
traverse@~0.6.6 :
6158
6165
version "0.6.6"
6159
6166
resolved "https://registry.npmjs.org/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137"
@@ -6494,6 +6501,19 @@ wcwidth@^1.0.0:
6494
6501
dependencies :
6495
6502
defaults "^1.0.3"
6496
6503
6504
+ webidl-conversions@^3.0.0 :
6505
+ version "3.0.1"
6506
+ resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
6507
+ integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
6508
+
6509
+ whatwg-url@^5.0.0 :
6510
+ version "5.0.0"
6511
+ resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
6512
+ integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
6513
+ dependencies :
6514
+ tr46 "~0.0.3"
6515
+ webidl-conversions "^3.0.0"
6516
+
6497
6517
which-boxed-primitive@^1.0.2 :
6498
6518
version "1.0.2"
6499
6519
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