Skip to content

Commit 8292c38

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

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.7.8",
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
@@ -3696,12 +3696,12 @@ axios-mock-adapter@^1.22.0:
36963696
fast-deep-equal "^3.1.3"
36973697
is-buffer "^2.0.5"
36983698

3699-
axios@^0.28.1:
3700-
version "0.28.1"
3701-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.1.tgz#2a7bcd34a3837b71ee1a5ca3762214b86b703e70"
3702-
integrity sha512-iUcGA5a7p0mVb4Gm/sy+FSECNkPFT4y7wt6OM/CDpO/OnNCvSs3PoMG8ibrC9jRoGYU0gUK5pXVC4NPXq6lHRQ==
3699+
axios@^1.7.8:
3700+
version "1.7.8"
3701+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.8.tgz#1997b1496b394c21953e68c14aaa51b7b5de3d6e"
3702+
integrity sha512-Uu0wb7KNqK2t5K+YQyVCLM76prD5sRFjKHbJYCP1J7JFGEQ6nN7HWn9+04LAeiJ3ji54lgS/gZCH1oxyrf1SPw==
37033703
dependencies:
3704-
follow-redirects "^1.15.0"
3704+
follow-redirects "^1.15.6"
37053705
form-data "^4.0.0"
37063706
proxy-from-env "^1.1.0"
37073707

@@ -6158,10 +6158,10 @@ flush-write-stream@^1.0.0:
61586158
inherits "^2.0.3"
61596159
readable-stream "^2.3.6"
61606160

6161-
follow-redirects@^1.15.0:
6162-
version "1.15.6"
6163-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
6164-
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
6161+
follow-redirects@^1.15.6:
6162+
version "1.15.9"
6163+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
6164+
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
61656165

61666166
for-each@^0.3.3:
61676167
version "0.3.3"

0 commit comments

Comments
 (0)