File tree 2 files changed +13
-1
lines changed
plugins/pages/microfrontends
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 37
37
"@nut-project/dev-utils" : " ^1.0.0-alpha.4" ,
38
38
"@sindresorhus/slugify" : " ^0.9.1" ,
39
39
"address" : " ^1.1.2" ,
40
- "axios" : " ^0.19 .0" ,
40
+ "axios" : " ^0.21 .0" ,
41
41
"boxen" : " ^4.1.0" ,
42
42
"deepmerge" : " ^4.0.0" ,
43
43
"docsearch.js" : " ^2.6.3" ,
Original file line number Diff line number Diff line change @@ -3453,6 +3453,13 @@ axios@^0.19.0:
3453
3453
follow-redirects "1.5.10"
3454
3454
is-buffer "^2.0.2"
3455
3455
3456
+ axios@^0.21.0:
3457
+ version "0.21.1"
3458
+ resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
3459
+ integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
3460
+ dependencies:
3461
+ follow-redirects "^1.10.0"
3462
+
3456
3463
babel-code-frame@^6.22.0:
3457
3464
version "6.26.0"
3458
3465
resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz#63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b"
@@ -6728,6 +6735,11 @@ follow-redirects@^1.0.0:
6728
6735
dependencies:
6729
6736
debug "^3.0.0"
6730
6737
6738
+ follow-redirects@^1.10.0:
6739
+ version "1.14.1"
6740
+ resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.1.tgz#d9114ded0a1cfdd334e164e6662ad02bfd91ff43"
6741
+ integrity sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg==
6742
+
6731
6743
for-in@^1.0.2:
6732
6744
version "1.0.2"
6733
6745
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
You can’t perform that action at this time.
0 commit comments