Skip to content

Commit 6e96dab

Browse files
committed
fix(misc): bump axios to 1.15.0 for all packages (#35237)
Closes #NXC-4237
1 parent 2fa235d commit 6e96dab

5 files changed

Lines changed: 38 additions & 21 deletions

File tree

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.13.5",
41+
"axios": "1.15.0",
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
@@ -368,7 +368,7 @@
368368
"@types/three": "^0.166.0",
369369
"@yarnpkg/lockfile": "^1.1.0",
370370
"@yarnpkg/parsers": "3.0.2",
371-
"axios": "1.13.5",
371+
"axios": "1.15.0",
372372
"classnames": "^2.5.1",
373373
"cliui": "^8.0.1",
374374
"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.13.5",
33+
"axios": "1.15.0",
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
@@ -42,7 +42,7 @@
4242
"@yarnpkg/lockfile": "^1.1.0",
4343
"@yarnpkg/parsers": "3.0.2",
4444
"@zkochan/js-yaml": "catalog:",
45-
"axios": "1.13.5",
45+
"axios": "1.15.0",
4646
"picocolors": "catalog:",
4747
"cli-cursor": "3.1.0",
4848
"cli-spinners": "2.6.1",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)