File tree Expand file tree Collapse file tree 2 files changed +5
-14
lines changed Expand file tree Collapse file tree 2 files changed +5
-14
lines changed Original file line number Diff line number Diff line change 38
38
"@nestjs/swagger" : " ^7.4.0" ,
39
39
"@nestjs/terminus" : " ^10.2.3" ,
40
40
"@nestjs/typeorm" : " ^10.0.2" ,
41
- "axios" : " ^1.7.2 " ,
41
+ "axios" : " ^1.7.3 " ,
42
42
"class-transformer" : " ^0.5.1" ,
43
43
"class-validator" : " ^0.14.1" ,
44
44
"date-fns" : " ^3.6.0" ,
Original file line number Diff line number Diff line change @@ -2301,19 +2301,10 @@ asynckit@^0.4.0:
2301
2301
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
2302
2302
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
2303
2303
2304
- axios@^1.6.8 :
2305
- version "1.7.1"
2306
- resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.1.tgz#522145622a09dfaf49359837db9649ff245a35b9"
2307
- integrity sha512-+LV37nQcd1EpFalkXksWNBiA17NZ5m5/WspmHGmZmdx1qBOg/VNq/c4eRJiA9VQQHBOs+N0ZhhdU10h2TyNK7Q==
2308
- dependencies :
2309
- follow-redirects "^1.15.6"
2310
- form-data "^4.0.0"
2311
- proxy-from-env "^1.1.0"
2312
-
2313
- axios@^1.7.2 :
2314
- version "1.7.2"
2315
- resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.2.tgz#b625db8a7051fbea61c35a3cbb3a1daa7b9c7621"
2316
- integrity sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==
2304
+ axios@^1.6.8, axios@^1.7.3 :
2305
+ version "1.7.3"
2306
+ resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.3.tgz#a1125f2faf702bc8e8f2104ec3a76fab40257d85"
2307
+ integrity sha512-Ar7ND9pU99eJ9GpoGQKhKf58GpUOgnzuaB7ueNQ5BMi0p+LZ5oaEnfF999fAArcTIBwXTCHAmGcHOZJaWPq9Nw==
2317
2308
dependencies :
2318
2309
follow-redirects "^1.15.6"
2319
2310
form-data "^4.0.0"
You can’t perform that action at this time.
0 commit comments