Skip to content

Commit ee4d5c8

Browse files
chore(deps): bump axios from 1.2.1 to 1.12.0 in /frontend
Bumps [axios](https://github.com/axios/axios) from 1.2.1 to 1.12.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.2.1...v1.12.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 020c915 commit ee4d5c8

File tree

19 files changed

+766
-489
lines changed

19 files changed

+766
-489
lines changed

frontend/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@sealos/ui": "workspace:^",
3939
"@tanstack/react-query": "^4.35.3",
4040
"@umami/node": "^0.4.0",
41-
"axios": "^1.5.1",
41+
"axios": "^1.12.0",
4242
"boring-avatars": "^1.11.2",
4343
"clsx": "^1.2.1",
4444
"cors": "^2.8.5",

frontend/packages/client-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"tslib": "^2.6.2"
6666
},
6767
"dependencies": {
68-
"axios": "^1.5.1",
68+
"axios": "^1.12.0",
6969
"dayjs": "^1.11.10",
7070
"js-cookie": "^3.0.5",
7171
"js-yaml": "^4.1.0",

frontend/packages/mcp-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"@vercel/mcp-adapter": "^0.9.1",
45-
"axios": "^1.5.1",
45+
"axios": "^1.12.0",
4646
"https": "^1.0.0",
4747
"openapi-types": "^12.1.3",
4848
"next": "^13.5.3",

0 commit comments

Comments
 (0)