Skip to content

Commit 3bd579e

Browse files
build(deps): update dependency axios to v1.8.0
1 parent 880ed23 commit 3bd579e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@babel/core": "~7.26.0",
3939
"@babel/preset-env": "~7.26.0",
4040
"@rollup/plugin-babel": "~6.0.0",
41-
"axios": "~0.29.0",
41+
"axios": "~1.8.0",
4242
"axios-mock-adapter": "~1.22.0",
4343
"babel-jest": "~29.7.0",
4444
"browserslist": "~4.24.0",

packages/kitsu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"build": "yarn rollup"
5050
},
5151
"dependencies": {
52-
"axios": "^0.29.0",
52+
"axios": "^1.0.0",
5353
"kitsu-core": "^10.2.0",
5454
"pluralize": "^8.0.0"
5555
},

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3005,12 +3005,12 @@ axios-mock-adapter@~1.22.0:
30053005
fast-deep-equal "^3.1.3"
30063006
is-buffer "^2.0.5"
30073007

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==
30123012
dependencies:
3013-
follow-redirects "^1.15.4"
3013+
follow-redirects "^1.15.6"
30143014
form-data "^4.0.0"
30153015
proxy-from-env "^1.1.0"
30163016

@@ -4990,7 +4990,7 @@ flush-write-stream@^1.0.0:
49904990
inherits "^2.0.3"
49914991
readable-stream "^2.3.6"
49924992

4993-
follow-redirects@^1.15.4:
4993+
follow-redirects@^1.15.6:
49944994
version "1.15.9"
49954995
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
49964996
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==

0 commit comments

Comments
 (0)