Skip to content

Commit 3b95e6b

Browse files
fix(deps): bump axios from 0.28.1 to 1.9.0
Bumps [axios](https://github.com/axios/axios) from 0.28.1 to 1.9.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v0.28.1...v1.9.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 61d9504 commit 3b95e6b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"nuxt"
8484
],
8585
"dependencies": {
86-
"axios": "^0.28.1",
86+
"axios": "^1.9.0",
8787
"lodash": "^4.17.21",
8888
"qs": "^6.12.1"
8989
},

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3748,12 +3748,12 @@ axios-mock-adapter@^1.22.0:
37483748
fast-deep-equal "^3.1.3"
37493749
is-buffer "^2.0.5"
37503750

3751-
axios@^0.28.1:
3752-
version "0.28.1"
3753-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.1.tgz#2a7bcd34a3837b71ee1a5ca3762214b86b703e70"
3754-
integrity sha512-iUcGA5a7p0mVb4Gm/sy+FSECNkPFT4y7wt6OM/CDpO/OnNCvSs3PoMG8ibrC9jRoGYU0gUK5pXVC4NPXq6lHRQ==
3751+
axios@^1.9.0:
3752+
version "1.9.0"
3753+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.9.0.tgz#25534e3b72b54540077d33046f77e3b8d7081901"
3754+
integrity sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==
37553755
dependencies:
3756-
follow-redirects "^1.15.0"
3756+
follow-redirects "^1.15.6"
37573757
form-data "^4.0.0"
37583758
proxy-from-env "^1.1.0"
37593759

@@ -6226,10 +6226,10 @@ flush-write-stream@^1.0.0:
62266226
inherits "^2.0.3"
62276227
readable-stream "^2.3.6"
62286228

6229-
follow-redirects@^1.15.0:
6230-
version "1.15.6"
6231-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
6232-
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
6229+
follow-redirects@^1.15.6:
6230+
version "1.15.9"
6231+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
6232+
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
62336233

62346234
for-each@^0.3.3:
62356235
version "0.3.3"

0 commit comments

Comments
 (0)