Skip to content

Commit 35c52ed

Browse files
build(deps): bump axios from 1.6.0 to 1.7.4
Bumps [axios](https://github.com/axios/axios) from 1.6.0 to 1.7.4. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.6.0...v1.7.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9e88009 commit 35c52ed

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
@@ -8,7 +8,7 @@
88
"lint": "eslint --fix --ext .js,.vue src"
99
},
1010
"dependencies": {
11-
"axios": "^1.6.0",
11+
"axios": "^1.7.4",
1212
"better-scroll": "^2.0.7",
1313
"core-js": "^3.6.5",
1414
"lib-flexible": "^0.3.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2169,12 +2169,12 @@ aws4@^1.8.0:
21692169
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"
21702170
integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
21712171

2172-
axios@^1.6.0:
2173-
version "1.6.0"
2174-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102"
2175-
integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==
2172+
axios@^1.7.4:
2173+
version "1.7.4"
2174+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.4.tgz#4c8ded1b43683c8dd362973c393f3ede24052aa2"
2175+
integrity sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==
21762176
dependencies:
2177-
follow-redirects "^1.15.0"
2177+
follow-redirects "^1.15.6"
21782178
form-data "^4.0.0"
21792179
proxy-from-env "^1.1.0"
21802180

@@ -4523,10 +4523,10 @@ flush-write-stream@^1.0.0:
45234523
inherits "^2.0.3"
45244524
readable-stream "^2.3.6"
45254525

4526-
follow-redirects@^1.0.0, follow-redirects@^1.15.0:
4527-
version "1.15.6"
4528-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
4529-
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
4526+
follow-redirects@^1.0.0, follow-redirects@^1.15.6:
4527+
version "1.15.9"
4528+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
4529+
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
45304530

45314531
for-in@^1.0.2:
45324532
version "1.0.2"

0 commit comments

Comments
 (0)