Skip to content

Commit 864d436

Browse files
committed
update axios version
1 parent 9a95e70 commit 864d436

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

next-web/packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@dataspherestudio/shared",
33
"version": "0.0.1",
44
"dependencies": {
5-
"axios": "1.6.4"
5+
"axios": "1.7.4"
66
},
77
"main": "./index.js",
88
"module": "./index.js",

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
]
2828
},
2929
"dependencies": {
30-
"axios": "0.21.1",
30+
"axios": "1.7.4",
3131
"babel-polyfill": "6.26.0",
3232
"butterfly-dag": "4.1.23",
3333
"core-js": "2.6.11",

0 commit comments

Comments
 (0)