File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 52
52
"./index.ts" : " prettier --write"
53
53
},
54
54
"dependencies" : {
55
- "axios" : " 1.4 .0" ,
55
+ "axios" : " 1.5 .0" ,
56
56
"openapi-client-axios-typegen" : " 7.3.3" ,
57
57
"openapi-types" : " ^12.1.3" ,
58
58
"prompts" : " 2.4.2" ,
Original file line number Diff line number Diff line change 15
15
"dependencies" : {},
16
16
"devDependencies" : {
17
17
"@types/node" : " 20.5.6" ,
18
- "axios" : " 1.4 .0" ,
18
+ "axios" : " 1.5 .0" ,
19
19
"dtsgenerator" : " 3.19.1" ,
20
20
"openapi-client-axios" : " 7.3.3" ,
21
21
"typescript" : " 5.2.2"
Original file line number Diff line number Diff line change @@ -1232,7 +1232,16 @@ available-typed-arrays@^1.0.5:
1232
1232
resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7"
1233
1233
integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==
1234
1234
1235
- [email protected] , axios@>=0.25.0:
1235
+
1236
+ version "1.5.0"
1237
+ resolved "https://registry.yarnpkg.com/axios/-/axios-1.5.0.tgz#f02e4af823e2e46a9768cfc74691fdd0517ea267"
1238
+ integrity sha512-D4DdjDo5CY50Qms0qGQTTw6Q44jl7zRwY7bthds06pUGfChBCTcQs+N743eFWGEd6pRTMd6A+I87aWyFV5wiZQ==
1239
+ dependencies :
1240
+ follow-redirects "^1.15.0"
1241
+ form-data "^4.0.0"
1242
+ proxy-from-env "^1.1.0"
1243
+
1244
+ axios@>=0.25.0 :
1236
1245
version "1.4.0"
1237
1246
resolved "https://registry.yarnpkg.com/axios/-/axios-1.4.0.tgz#38a7bf1224cd308de271146038b551d725f0be1f"
1238
1247
integrity sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==
You can’t perform that action at this time.
0 commit comments