Skip to content

Commit 733d322

Browse files
committed
fix(core): upgrade axios to 1.12.0 to address CVE-2025-58754
1 parent e3fcad3 commit 733d322

File tree

4 files changed

+88
-64
lines changed

4 files changed

+88
-64
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@
367367
"@types/three": "^0.166.0",
368368
"@yarnpkg/lockfile": "^1.1.0",
369369
"@yarnpkg/parsers": "3.0.2",
370-
"axios": "^1.8.3",
370+
"axios": "^1.12.0",
371371
"classnames": "^2.5.1",
372372
"cliui": "^8.0.1",
373373
"clsx": "^2.0.0",

packages/create-nx-workspace/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
},
3131
"homepage": "https://nx.dev",
3232
"dependencies": {
33+
"axios": "^1.12.0",
3334
"chalk": "^4.1.0",
3435
"enquirer": "~2.3.6",
3536
"flat": "^5.0.2",
3637
"ora": "5.3.0",
3738
"tmp": "~0.2.1",
3839
"tslib": "^2.3.0",
39-
"yargs": "^17.6.2",
40-
"axios": "^1.8.3"
40+
"yargs": "^17.6.2"
4141
},
4242
"publishConfig": {
4343
"access": "public"

packages/nx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@yarnpkg/lockfile": "^1.1.0",
4242
"@yarnpkg/parsers": "3.0.2",
4343
"@zkochan/js-yaml": "0.0.7",
44-
"axios": "^1.8.3",
44+
"axios": "^1.12.0",
4545
"chalk": "^4.1.0",
4646
"cli-cursor": "3.1.0",
4747
"cli-spinners": "2.6.1",

0 commit comments

Comments
 (0)