Skip to content

Bump axios from 1.7.7 to 1.8.2 in /client #1569

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion client/packages/lowcoder-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@vitejs/plugin-react": "^2.2.0",
"axios": "^1.7.4",
"axios": "^1.8.2",
"chalk": "4",
"commander": "^9.4.1",
"cross-spawn": "^7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion client/packages/lowcoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"alasql": "^4.6.2",
"animate.css": "^4.1.1",
"antd": "^5.23.4",
"axios": "^1.7.7",
"axios": "^1.8.2",
"buffer": "^6.0.3",
"clsx": "^2.0.0",
"cnchar": "^3.2.4",
Expand Down
12 changes: 6 additions & 6 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6499,14 +6499,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.7.4, axios@npm:^1.7.7":
version: 1.7.7
resolution: "axios@npm:1.7.7"
"axios@npm:^1.8.2":
version: 1.8.2
resolution: "axios@npm:1.8.2"
dependencies:
follow-redirects: ^1.15.6
form-data: ^4.0.0
proxy-from-env: ^1.1.0
checksum: 882d4fe0ec694a07c7f5c1f68205eb6dc5a62aecdb632cc7a4a3d0985188ce3030e0b277e1a8260ac3f194d314ae342117660a151fabffdc5081ca0b5a8b47fe
checksum: c47a43b79a058aa9e53a65bec9ade35c9f6e76a3999c795a79a2d205fb5f803fd4245497a0209a9727cbbe4f558791dd852ad2c168c5fc030259c11598ed8fd7
languageName: node
linkType: hard

Expand Down Expand Up @@ -13889,7 +13889,7 @@ coolshapes-react@lowcoder-org/coolshapes-react:
resolution: "lowcoder-cli@workspace:packages/lowcoder-cli"
dependencies:
"@vitejs/plugin-react": ^2.2.0
axios: ^1.7.4
axios: ^1.8.2
chalk: 4
commander: ^9.4.1
cross-spawn: ^7.0.3
Expand Down Expand Up @@ -14179,7 +14179,7 @@ coolshapes-react@lowcoder-org/coolshapes-react:
alasql: ^4.6.2
animate.css: ^4.1.1
antd: ^5.23.4
axios: ^1.7.7
axios: ^1.8.2
buffer: ^6.0.3
clsx: ^2.0.0
cnchar: ^3.2.4
Expand Down
Loading