Skip to content

Commit ae65619

Browse files
authored
chore: update axios (#2233)
1 parent fe41836 commit ae65619

File tree

5 files changed

+60
-75
lines changed

5 files changed

+60
-75
lines changed

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@wundergraph/cosmo-shared": "workspace:*",
4949
"@wundergraph/protographic": "workspace:*",
5050
"ajv": "^8.17.1",
51-
"axios": "^1.11.0",
51+
"axios": "^1.12.2",
5252
"boxen": "^7.1.1",
5353
"cli-progress": "^3.12.0",
5454
"cli-table3": "^0.6.3",

controlplane/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@wundergraph/cosmo-connect": "workspace:*",
6060
"@wundergraph/cosmo-shared": "workspace:*",
6161
"@wundergraph/protographic": "workspace:*",
62-
"axios": "^1.11.0",
62+
"axios": "^1.12.2",
6363
"axios-retry": "^4.5.0",
6464
"bullmq": "^5.10.0",
6565
"cookie": "^0.7.2",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@radix-ui/react-slot": "1.0.2",
4949
"@radix-ui/react-tabs": "^1.0.4",
5050
"@radix-ui/react-tooltip": "^1.0.7",
51-
"axios": "^1.11.0",
51+
"axios": "^1.12.2",
5252
"change-case": "^5.2.0",
5353
"class-variance-authority": "^0.7.0",
5454
"clsx": "^2.0.0",

0 commit comments

Comments
 (0)