Skip to content

Commit 9a7a821

Browse files
committed
fix(deps): update dependency axios to ^0.27.0
1 parent 672e123 commit 9a7a821

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

plugins/pages/microfrontends/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@nut-project/dev-utils": "^1.0.0-alpha.4",
3838
"@sindresorhus/slugify": "^0.9.1",
3939
"address": "^1.1.2",
40-
"axios": "^0.19.0",
40+
"axios": "^0.27.0",
4141
"boxen": "^4.1.0",
4242
"deepmerge": "^4.0.0",
4343
"docsearch.js": "^2.6.3",

yarn.lock

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3453,6 +3453,14 @@ axios@^0.19.0:
34533453
follow-redirects "1.5.10"
34543454
is-buffer "^2.0.2"
34553455

3456+
axios@^0.27.0:
3457+
version "0.27.2"
3458+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
3459+
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
3460+
dependencies:
3461+
follow-redirects "^1.14.9"
3462+
form-data "^4.0.0"
3463+
34563464
babel-code-frame@^6.22.0:
34573465
version "6.26.0"
34583466
resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz#63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b"
@@ -4505,7 +4513,7 @@ columnify@^1.5.4:
45054513
strip-ansi "^3.0.0"
45064514
wcwidth "^1.0.0"
45074515

4508-
combined-stream@^1.0.6, combined-stream@~1.0.6:
4516+
combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6:
45094517
version "1.0.8"
45104518
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
45114519
integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
@@ -6728,6 +6736,11 @@ follow-redirects@^1.0.0:
67286736
dependencies:
67296737
debug "^3.0.0"
67306738

6739+
follow-redirects@^1.14.9:
6740+
version "1.15.0"
6741+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.0.tgz#06441868281c86d0dda4ad8bdaead2d02dca89d4"
6742+
integrity sha512-aExlJShTV4qOUOL7yF1U5tvLCB0xQuudbf6toyYA0E/acBNw71mvjFTnLaRp50aQaYocMR0a/RMMBIHeZnGyjQ==
6743+
67316744
for-in@^1.0.2:
67326745
version "1.0.2"
67336746
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
@@ -6762,6 +6775,15 @@ fork-ts-checker-webpack-plugin@^1.5.0:
67626775
tapable "^1.0.0"
67636776
worker-rpc "^0.1.0"
67646777

6778+
form-data@^4.0.0:
6779+
version "4.0.0"
6780+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
6781+
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
6782+
dependencies:
6783+
asynckit "^0.4.0"
6784+
combined-stream "^1.0.8"
6785+
mime-types "^2.1.12"
6786+
67656787
form-data@~0.0.3:
67666788
version "0.0.10"
67676789
resolved "https://registry.yarnpkg.com/form-data/-/form-data-0.0.10.tgz#db345a5378d86aeeb1ed5d553b869ac192d2f5ed"

0 commit comments

Comments
 (0)