Skip to content

Commit 20b637a

Browse files
fix(core): bump axios to 1.13.5 to resolve CVE-2026-25639
Fixes #35145
1 parent facec58 commit 20b637a

File tree

5 files changed

+43
-20
lines changed

5 files changed

+43
-20
lines changed

nx-dev/nx-dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@yarnpkg/lockfile": "1.1.0",
3939
"@yarnpkg/parsers": "3.0.2",
4040
"ai": "3.0.19",
41-
"axios": "1.12.0",
41+
"axios": "1.13.5",
4242
"classnames": "2.5.1",
4343
"cliui": "8.0.1",
4444
"enquirer": "2.3.6",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@
372372
"@types/three": "^0.166.0",
373373
"@yarnpkg/lockfile": "^1.1.0",
374374
"@yarnpkg/parsers": "3.0.2",
375-
"axios": "1.12.0",
375+
"axios": "1.13.5",
376376
"classnames": "^2.5.1",
377377
"cliui": "^8.0.1",
378378
"clsx": "^2.0.0",

packages/create-nx-workspace/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"homepage": "https://nx.dev",
3232
"dependencies": {
33-
"axios": "1.12.0",
33+
"axios": "1.13.5",
3434
"chalk": "catalog:",
3535
"enquirer": "catalog:",
3636
"flat": "^5.0.2",

packages/nx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@yarnpkg/lockfile": "^1.1.0",
5656
"@yarnpkg/parsers": "3.0.2",
5757
"@zkochan/js-yaml": "catalog:",
58-
"axios": "1.12.0",
58+
"axios": "1.13.5",
5959
"picocolors": "catalog:",
6060
"cli-cursor": "3.1.0",
6161
"cli-spinners": "2.6.1",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)