Skip to content

Commit 441e59e

Browse files
Bump axios from 1.7.7 to 1.8.2 in /client
Bumps [axios](https://github.com/axios/axios) from 1.7.7 to 1.8.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.7.7...v1.8.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d756177 commit 441e59e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

client/packages/lowcoder-cli/package.json

Lines changed: 1 addition & 1 deletion
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.7.4",
27+
"axios": "^1.8.2",
2828
"chalk": "4",
2929
"commander": "^9.4.1",
3030
"cross-spawn": "^7.0.3",

client/packages/lowcoder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"alasql": "^4.6.2",
4040
"animate.css": "^4.1.1",
4141
"antd": "^5.23.4",
42-
"axios": "^1.7.7",
42+
"axios": "^1.8.2",
4343
"buffer": "^6.0.3",
4444
"clsx": "^2.0.0",
4545
"cnchar": "^3.2.4",

client/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6499,14 +6499,14 @@ __metadata:
64996499
languageName: node
65006500
linkType: hard
65016501

6502-
"axios@npm:^1.7.4, axios@npm:^1.7.7":
6503-
version: 1.7.7
6504-
resolution: "axios@npm:1.7.7"
6502+
"axios@npm:^1.8.2":
6503+
version: 1.8.2
6504+
resolution: "axios@npm:1.8.2"
65056505
dependencies:
65066506
follow-redirects: ^1.15.6
65076507
form-data: ^4.0.0
65086508
proxy-from-env: ^1.1.0
6509-
checksum: 882d4fe0ec694a07c7f5c1f68205eb6dc5a62aecdb632cc7a4a3d0985188ce3030e0b277e1a8260ac3f194d314ae342117660a151fabffdc5081ca0b5a8b47fe
6509+
checksum: c47a43b79a058aa9e53a65bec9ade35c9f6e76a3999c795a79a2d205fb5f803fd4245497a0209a9727cbbe4f558791dd852ad2c168c5fc030259c11598ed8fd7
65106510
languageName: node
65116511
linkType: hard
65126512

@@ -13889,7 +13889,7 @@ coolshapes-react@lowcoder-org/coolshapes-react:
1388913889
resolution: "lowcoder-cli@workspace:packages/lowcoder-cli"
1389013890
dependencies:
1389113891
"@vitejs/plugin-react": ^2.2.0
13892-
axios: ^1.7.4
13892+
axios: ^1.8.2
1389313893
chalk: 4
1389413894
commander: ^9.4.1
1389513895
cross-spawn: ^7.0.3
@@ -14179,7 +14179,7 @@ coolshapes-react@lowcoder-org/coolshapes-react:
1417914179
alasql: ^4.6.2
1418014180
animate.css: ^4.1.1
1418114181
antd: ^5.23.4
14182-
axios: ^1.7.7
14182+
axios: ^1.8.2
1418314183
buffer: ^6.0.3
1418414184
clsx: ^2.0.0
1418514185
cnchar: ^3.2.4

0 commit comments

Comments
 (0)