Skip to content

Commit bea5a6d

Browse files
authored
Merge pull request #72 from whitewoodcity/dependabot/npm_and_yarn/axios-1.7.4
Bump axios from 1.6.0 to 1.7.4
2 parents 805a399 + 879548e commit bea5a6d

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
@@ -30,7 +30,7 @@
3030
"@vue/cli-plugin-babel": "^3.8.0",
3131
"@vue/cli-plugin-eslint": "^3.8.0",
3232
"@vue/cli-service": "^3.8.0",
33-
"axios": "^1.6.0",
33+
"axios": "^1.7.4",
3434
"babel-eslint": "^10.0.1",
3535
"eslint": "^5.16.0",
3636
"eslint-plugin-vue": "^5.0.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1829,12 +1829,12 @@ aws4@^1.2.1, aws4@^1.8.0:
18291829
resolved "https://registry.npm.taobao.org/aws4/download/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f"
18301830
integrity sha1-8OAD2cqef1nHpQiUXXsu+aBKVC8=
18311831

1832-
axios@^1.6.0:
1833-
version "1.6.0"
1834-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102"
1835-
integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==
1832+
axios@^1.7.4:
1833+
version "1.7.4"
1834+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.4.tgz#4c8ded1b43683c8dd362973c393f3ede24052aa2"
1835+
integrity sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==
18361836
dependencies:
1837-
follow-redirects "^1.15.0"
1837+
follow-redirects "^1.15.6"
18381838
form-data "^4.0.0"
18391839
proxy-from-env "^1.1.0"
18401840

@@ -4193,7 +4193,7 @@ flush-write-stream@^1.0.0:
41934193
inherits "^2.0.3"
41944194
readable-stream "^2.3.6"
41954195

4196-
follow-redirects@^1.0.0, follow-redirects@^1.15.0:
4196+
follow-redirects@^1.0.0, follow-redirects@^1.15.6:
41974197
version "1.15.6"
41984198
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
41994199
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==

0 commit comments

Comments
 (0)