Skip to content

Commit 4b8c585

Browse files
author
FalkWolsky
committed
Updating Axios to 1.7.7
1 parent 22b3faf commit 4b8c585

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

client/packages/lowcoder/package.json

Lines changed: 1 addition & 1 deletion
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.7.4",
41+
"axios": "^1.7.7",
4242
"buffer": "^6.0.3",
4343
"clsx": "^2.0.0",
4444
"cnchar": "^3.2.4",

client/yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6423,7 +6423,7 @@ __metadata:
64236423
languageName: node
64246424
linkType: hard
64256425

6426-
"axios@npm:^1.7.4":
6426+
"axios@npm:^1.7.4, axios@npm:^1.7.7":
64276427
version: 1.7.7
64286428
resolution: "axios@npm:1.7.7"
64296429
dependencies:
@@ -14002,7 +14002,7 @@ coolshapes-react@lowcoder-org/coolshapes-react:
1400214002
"@vitejs/plugin-react": ^2.2.0
1400314003
animate.css: ^4.1.1
1400414004
antd: ^5.20.0
14005-
axios: ^1.7.4
14005+
axios: ^1.7.7
1400614006
buffer: ^6.0.3
1400714007
clsx: ^2.0.0
1400814008
cnchar: ^3.2.4

server/node-service/yarn.lock

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5022,7 +5022,18 @@ __metadata:
50225022
languageName: node
50235023
linkType: hard
50245024

5025-
"cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.3":
5025+
"cross-spawn@npm:^7.0.0":
5026+
version: 7.0.5
5027+
resolution: "cross-spawn@npm:7.0.5"
5028+
dependencies:
5029+
path-key: ^3.1.0
5030+
shebang-command: ^2.0.0
5031+
which: ^2.0.1
5032+
checksum: 55c50004cb6bbea3649784caac6e7b8ddd03fa8c1e14dbd5a1f15896708378006eb7526a52a0f48770c768c9b8aed48a5888eb8e785ff59ff7749e74f66cd96b
5033+
languageName: node
5034+
linkType: hard
5035+
5036+
"cross-spawn@npm:^7.0.3":
50265037
version: 7.0.3
50275038
resolution: "cross-spawn@npm:7.0.3"
50285039
dependencies:

0 commit comments

Comments
 (0)