Skip to content

Commit 297c9a7

Browse files
DanielChutkowskiJMMJDanielChutkowskiJMMJ2heal1
authored
chore: bump axios to resolve vulnerabilities in form-data dependency (#4000)
Co-authored-by: DanielChutkowskiJMMJ <[email protected]> Co-authored-by: Hanric <[email protected]>
1 parent 2d94146 commit 297c9a7

File tree

6 files changed

+41
-33
lines changed

6 files changed

+41
-33
lines changed

.changeset/tidy-buttons-listen.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@module-federation/dts-plugin': patch
3+
'@module-federation/native-federation-tests': patch
4+
'@module-federation/native-federation-typescript': patch
5+
---
6+
7+
chore: bump axios to resolve vulnerabilities in form-data dependency

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"adm-zip": "0.5.16",
7575
"ansi-colors": "4.1.3",
7676
"antd": "5.19.1",
77-
"axios": "1.8.2",
77+
"axios": "^1.11.0",
7878
"core-js": "3.36.1",
7979
"encoding": "^0.1.13",
8080
"express": "4.21.2",

packages/dts-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"dependencies": {
5151
"adm-zip": "^0.5.10",
5252
"ansi-colors": "^4.1.3",
53-
"axios": "^1.8.2",
53+
"axios": "^1.11.0",
5454
"rambda": "^9.1.0",
5555
"@module-federation/sdk": "workspace:*",
5656
"@module-federation/managers": "workspace:*",

packages/native-federation-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"dependencies": {
6060
"adm-zip": "^0.5.14",
6161
"ansi-colors": "^4.1.3",
62-
"axios": "^1.8.2",
62+
"axios": "^1.11.0",
6363
"rambda": "^9.2.1",
6464
"tsup": "8.3.5",
6565
"unplugin": "^1.10.1"

packages/native-federation-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"dependencies": {
6060
"adm-zip": "^0.5.14",
6161
"ansi-colors": "^4.1.3",
62-
"axios": "^1.8.2",
62+
"axios": "^1.11.0",
6363
"rambda": "^9.2.1",
6464
"unplugin": "^1.10.1"
6565
},

pnpm-lock.yaml

Lines changed: 30 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)