Skip to content

Commit 29a0820

Browse files
fix(deps): bump axios from 0.28.1 to 1.10.0
Bumps [axios](https://github.com/axios/axios) from 0.28.1 to 1.10.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.10.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 348c9a2 commit 29a0820

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.10.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
@@ -3763,12 +3763,12 @@ axios-mock-adapter@^1.22.0:
37633763
fast-deep-equal "^3.1.3"
37643764
is-buffer "^2.0.5"
37653765

3766-
axios@^0.28.1:
3767-
version "0.28.1"
3768-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.1.tgz#2a7bcd34a3837b71ee1a5ca3762214b86b703e70"
3769-
integrity sha512-iUcGA5a7p0mVb4Gm/sy+FSECNkPFT4y7wt6OM/CDpO/OnNCvSs3PoMG8ibrC9jRoGYU0gUK5pXVC4NPXq6lHRQ==
3766+
axios@^1.10.0:
3767+
version "1.10.0"
3768+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.10.0.tgz#af320aee8632eaf2a400b6a1979fa75856f38d54"
3769+
integrity sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==
37703770
dependencies:
3771-
follow-redirects "^1.15.0"
3771+
follow-redirects "^1.15.6"
37723772
form-data "^4.0.0"
37733773
proxy-from-env "^1.1.0"
37743774

@@ -6241,10 +6241,10 @@ flush-write-stream@^1.0.0:
62416241
inherits "^2.0.3"
62426242
readable-stream "^2.3.6"
62436243

6244-
follow-redirects@^1.15.0:
6245-
version "1.15.6"
6246-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
6247-
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
6244+
follow-redirects@^1.15.6:
6245+
version "1.15.9"
6246+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
6247+
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
62486248

62496249
for-each@^0.3.3:
62506250
version "0.3.3"

0 commit comments

Comments
 (0)