Skip to content

Commit 0b77a49

Browse files
author
FalkWolsky
committed
Updating Axios
1 parent 983491a commit 0b77a49

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

‎client/packages/lowcoder-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@vitejs/plugin-react": "^2.2.0",
27-
"axios": "^1.1.3",
27+
"axios": "^1.7.4",
2828
"chalk": "4",
2929
"commander": "^9.4.1",
3030
"cross-spawn": "^7.0.3",

‎client/packages/lowcoder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@types/react-virtualized": "^9.21.21",
3939
"animate.css": "^4.1.1",
4040
"antd": "^5.20.0",
41-
"axios": "^1.6.2",
41+
"axios": "^1.7.4",
4242
"buffer": "^6.0.3",
4343
"clsx": "^2.0.0",
4444
"cnchar": "^3.2.4",

‎client/yarn.lock

+14-3
Original file line numberDiff line numberDiff line change
@@ -6370,7 +6370,7 @@ __metadata:
63706370
languageName: node
63716371
linkType: hard
63726372

6373-
"axios@npm:*, axios@npm:^1.1.3, axios@npm:^1.6.2, axios@npm:^1.6.7":
6373+
"axios@npm:*, axios@npm:^1.6.7":
63746374
version: 1.6.8
63756375
resolution: "axios@npm:1.6.8"
63766376
dependencies:
@@ -6381,6 +6381,17 @@ __metadata:
63816381
languageName: node
63826382
linkType: hard
63836383

6384+
"axios@npm:^1.7.4":
6385+
version: 1.7.7
6386+
resolution: "axios@npm:1.7.7"
6387+
dependencies:
6388+
follow-redirects: ^1.15.6
6389+
form-data: ^4.0.0
6390+
proxy-from-env: ^1.1.0
6391+
checksum: 882d4fe0ec694a07c7f5c1f68205eb6dc5a62aecdb632cc7a4a3d0985188ce3030e0b277e1a8260ac3f194d314ae342117660a151fabffdc5081ca0b5a8b47fe
6392+
languageName: node
6393+
linkType: hard
6394+
63846395
"axobject-query@npm:^3.2.1":
63856396
version: 3.2.1
63866397
resolution: "axobject-query@npm:3.2.1"
@@ -13628,7 +13639,7 @@ coolshapes-react@lowcoder-org/coolshapes-react:
1362813639
dependencies:
1362913640
"@types/axios": ^0.14.0
1363013641
"@vitejs/plugin-react": ^2.2.0
13631-
axios: ^1.1.3
13642+
axios: ^1.7.4
1363213643
chalk: 4
1363313644
commander: ^9.4.1
1363413645
cross-spawn: ^7.0.3
@@ -13916,7 +13927,7 @@ coolshapes-react@lowcoder-org/coolshapes-react:
1391613927
"@vitejs/plugin-react": ^2.2.0
1391713928
animate.css: ^4.1.1
1391813929
antd: ^5.20.0
13919-
axios: ^1.6.2
13930+
axios: ^1.7.4
1392013931
buffer: ^6.0.3
1392113932
clsx: ^2.0.0
1392213933
cnchar: ^3.2.4

0 commit comments

Comments
 (0)