Skip to content

Commit 90cb2e6

Browse files
fix(deps): bump axios from 0.28.1 to 1.7.3
Bumps [axios](https://github.com/axios/axios) from 0.28.1 to 1.7.3. - [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.3) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6153409 commit 90cb2e6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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.3",
8787
"lodash": "^4.17.21",
8888
"qs": "^6.12.1"
8989
},

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3691,12 +3691,12 @@ axios-mock-adapter@^1.22.0:
36913691
fast-deep-equal "^3.1.3"
36923692
is-buffer "^2.0.5"
36933693

3694-
axios@^0.28.1:
3695-
version "0.28.1"
3696-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.1.tgz#2a7bcd34a3837b71ee1a5ca3762214b86b703e70"
3697-
integrity sha512-iUcGA5a7p0mVb4Gm/sy+FSECNkPFT4y7wt6OM/CDpO/OnNCvSs3PoMG8ibrC9jRoGYU0gUK5pXVC4NPXq6lHRQ==
3694+
axios@^1.7.3:
3695+
version "1.7.3"
3696+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.3.tgz#a1125f2faf702bc8e8f2104ec3a76fab40257d85"
3697+
integrity sha512-Ar7ND9pU99eJ9GpoGQKhKf58GpUOgnzuaB7ueNQ5BMi0p+LZ5oaEnfF999fAArcTIBwXTCHAmGcHOZJaWPq9Nw==
36983698
dependencies:
3699-
follow-redirects "^1.15.0"
3699+
follow-redirects "^1.15.6"
37003700
form-data "^4.0.0"
37013701
proxy-from-env "^1.1.0"
37023702

@@ -6148,7 +6148,7 @@ flush-write-stream@^1.0.0:
61486148
inherits "^2.0.3"
61496149
readable-stream "^2.3.6"
61506150

6151-
follow-redirects@^1.15.0:
6151+
follow-redirects@^1.15.6:
61526152
version "1.15.6"
61536153
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
61546154
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==

0 commit comments

Comments
 (0)