File tree 2 files changed +16
-10
lines changed
2 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 12
12
"author" : " " ,
13
13
"license" : " ISC" ,
14
14
"dependencies" : {
15
- "axios" : " ^0.27.2 " ,
15
+ "axios" : " ^0.28.0 " ,
16
16
"discord-oauth2" : " ^2.10.0" ,
17
17
"discord.js" : " ^14.6.0" ,
18
18
"fastify" : " ^4.7.0" ,
Original file line number Diff line number Diff line change @@ -243,13 +243,14 @@ avvio@^8.2.0:
243
243
debug "^4.0.0"
244
244
fastq "^1.6.1"
245
245
246
- axios@^0.27.2 :
247
- version "0.27.2 "
248
- resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2 .tgz#207658cc8621606e586c85db4b41a750e756d972 "
249
- integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ ==
246
+ axios@^0.28.0 :
247
+ version "0.28.0 "
248
+ resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.0 .tgz#801a4d991d0404961bccef46800e1170f8278c89 "
249
+ integrity sha512-Tu7NYoGY4Yoc7I+Npf9HhUMtEEpV7ZiLH9yndTCoNhcpBH0kwcvFbzYN9/u5QKI5A6uefjsNNWaz5olJVYS62Q ==
250
250
dependencies :
251
- follow-redirects "^1.14.9 "
251
+ follow-redirects "^1.15.0 "
252
252
form-data "^4.0.0"
253
+ proxy-from-env "^1.1.0"
253
254
254
255
balanced-match@^1.0.0 :
255
256
version "1.0.2"
@@ -512,10 +513,10 @@ find-my-way@^7.3.0:
512
513
fast-querystring "^1.0.0"
513
514
safe-regex2 "^2.0.0"
514
515
515
- follow-redirects@^1.14.9 :
516
- version "1.15.2 "
517
- resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2 .tgz#b460864144ba63f2681096f274c4e57026da2c13 "
518
- integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA ==
516
+ follow-redirects@^1.15.0 :
517
+ version "1.15.5 "
518
+ resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.5 .tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020 "
519
+ integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw ==
519
520
520
521
form-data@^4.0.0 :
521
522
version "4.0.0"
@@ -808,6 +809,11 @@ proxy-addr@^2.0.7:
808
809
forwarded "0.2.0"
809
810
ipaddr.js "1.9.1"
810
811
812
+ proxy-from-env@^1.1.0 :
813
+ version "1.1.0"
814
+ resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
815
+ integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
816
+
811
817
pstree.remy@^1.1.8 :
812
818
version "1.1.8"
813
819
resolved "https://registry.yarnpkg.com/pstree.remy/-/pstree.remy-1.1.8.tgz#c242224f4a67c21f686839bbdb4ac282b8373d3a"
You can’t perform that action at this time.
0 commit comments