@@ -2286,11 +2286,11 @@ cross-env@^5.2.1:
2286
2286
cross-spawn "^6.0.5"
2287
2287
2288
2288
cross-fetch@^3.0.4 :
2289
- version "3.1.4 "
2290
- resolved "https://registry.npm.taobao.org /cross-fetch/-/cross-fetch-3.1.4 .tgz#9723f3a3a247bf8b89039f3a380a9244e8fa2f39 "
2291
- integrity sha1-lyPzo6JHv4uJA586OAqSROj6Lzk =
2289
+ version "3.1.5 "
2290
+ resolved "https://registry.yarnpkg.com /cross-fetch/-/cross-fetch-3.1.5 .tgz#e1389f44d9e7ba767907f7af8454787952ab534f "
2291
+ integrity sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw= =
2292
2292
dependencies :
2293
- node-fetch "2.6.1 "
2293
+ node-fetch "2.6.7 "
2294
2294
2295
2295
cross-os@^1.3.0 :
2296
2296
version "1.4.0"
4920
4920
dependencies :
4921
4921
lodash.toarray "^4.4.0"
4922
4922
4923
- [email protected] , node-fetch@^2.0.0-alpha.8, node-fetch@^2.2.0, node-fetch@^2.6.0:
4924
- version "2.6.1"
4925
- resolved "https://registry.npm.taobao.org/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
4926
- integrity sha1-BFvTI2Mfdu0uK1VXM5RBa2OaAFI=
4923
+ [email protected] , node-fetch@^2.0.0-alpha.8, node-fetch@^2.2.0, node-fetch@^2.6.0:
4924
+ version "2.6.7"
4925
+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
4926
+ integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
4927
+ dependencies :
4928
+ whatwg-url "^5.0.0"
4927
4929
4928
4930
node-fetch@^1.0.1 :
4929
4931
version "1.7.3"
7040
7042
resolved "https://registry.npm.taobao.org/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553"
7041
7043
integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==
7042
7044
7045
+ tr46@~0.0.3 :
7046
+ version "0.0.3"
7047
+ resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
7048
+ integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
7049
+
7043
7050
tslib@^1.9.0, tslib@^1.9.3 :
7044
7051
version "1.14.1"
7045
7052
resolved "https://registry.npm.taobao.org/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
@@ -7280,11 +7287,24 @@ wcwidth@^1.0.1:
7280
7287
dependencies :
7281
7288
defaults "^1.0.3"
7282
7289
7290
+ webidl-conversions@^3.0.0 :
7291
+ version "3.0.1"
7292
+ resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
7293
+ integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
7294
+
7283
7295
whatwg-fetch@>=0.10.0, whatwg-fetch@^3.0.0 :
7284
7296
version "3.6.2"
7285
7297
resolved "https://registry.npm.taobao.org/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz#dced24f37f2624ed0281725d51d0e2e3fe677f8c"
7286
7298
integrity sha1-3O0k838mJO0CgXJdUdDi4/5nf4w=
7287
7299
7300
+ whatwg-url@^5.0.0 :
7301
+ version "5.0.0"
7302
+ resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
7303
+ integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
7304
+ dependencies :
7305
+ tr46 "~0.0.3"
7306
+ webidl-conversions "^3.0.0"
7307
+
7288
7308
which-boxed-primitive@^1.0.1, which-boxed-primitive@^1.0.2 :
7289
7309
version "1.0.2"
7290
7310
resolved "https://registry.npm.taobao.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"
0 commit comments