File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 38
38
"@babel/core" : " ~7.26.0" ,
39
39
"@babel/preset-env" : " ~7.26.0" ,
40
40
"@rollup/plugin-babel" : " ~6.0.0" ,
41
- "axios" : " ~0.29 .0" ,
41
+ "axios" : " ~1.8 .0" ,
42
42
"axios-mock-adapter" : " ~1.22.0" ,
43
43
"babel-jest" : " ~29.7.0" ,
44
44
"browserslist" : " ~4.24.0" ,
Original file line number Diff line number Diff line change 49
49
"build" : " yarn rollup"
50
50
},
51
51
"dependencies" : {
52
- "axios" : " ^0.29 .0" ,
52
+ "axios" : " ^1.0 .0" ,
53
53
"kitsu-core" : " ^10.2.0" ,
54
54
"pluralize" : " ^8.0.0"
55
55
},
Original file line number Diff line number Diff line change @@ -3005,12 +3005,12 @@ axios-mock-adapter@~1.22.0:
3005
3005
fast-deep-equal "^3.1.3"
3006
3006
is-buffer "^2.0.5"
3007
3007
3008
- axios@^0.29. 0, axios@~0.29 .0 :
3009
- version "0.29.0 "
3010
- resolved "https://registry.yarnpkg.com/axios/-/axios-0.29.0 .tgz#5eed1a0bc4c0ffe060624eb7900aff66b7881eeb "
3011
- integrity sha512-Kjsq1xisgO5DjjNQwZFsy0gpcU1P2j36dZeQDXVhpIU26GVgkDUnROaHLSuluhMqtDE7aKA2hbKXG5yu5DN8Tg ==
3008
+ axios@^1.0. 0, axios@~1.8 .0 :
3009
+ version "1.8.1 "
3010
+ resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.1 .tgz#7c118d2146e9ebac512b7d1128771cdd738d11e3 "
3011
+ integrity sha512-NN+fvwH/kV01dYUQ3PTOZns4LWtWhOFCAhQ/pHb88WQ1hNe5V/dvFwc4VJcDL11LT9xSX0QtsR8sWUuyOuOq7g ==
3012
3012
dependencies :
3013
- follow-redirects "^1.15.4 "
3013
+ follow-redirects "^1.15.6 "
3014
3014
form-data "^4.0.0"
3015
3015
proxy-from-env "^1.1.0"
3016
3016
@@ -4990,7 +4990,7 @@ flush-write-stream@^1.0.0:
4990
4990
inherits "^2.0.3"
4991
4991
readable-stream "^2.3.6"
4992
4992
4993
- follow-redirects@^1.15.4 :
4993
+ follow-redirects@^1.15.6 :
4994
4994
version "1.15.9"
4995
4995
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
4996
4996
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
You can’t perform that action at this time.
0 commit comments