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.23 .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.23.0:
3457
+ version "0.23.0"
3458
+ resolved "https://registry.yarnpkg.com/axios/-/axios-0.23.0.tgz#b0fa5d0948a8d1d75e3d5635238b6c4625b05149"
3459
+ integrity sha512-NmvAE4i0YAv5cKq8zlDoPd1VLKAqX5oLuZKs8xkJa4qi6RGn0uhCYFjWtHHC9EM/MwOwYWOs53W+V0aqEXq1sg==
3460
+ dependencies:
3461
+ follow-redirects "^1.14.4"
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.14.4:
6739
+ version "1.14.4"
6740
+ resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.4.tgz#838fdf48a8bbdd79e52ee51fb1c94e3ed98b9379"
6741
+ integrity sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g==
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