Skip to content

Commit 7023c1a

Browse files
chore(deps): update dependency axios to v1
1 parent a9ee323 commit 7023c1a

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@nuxtjs/axios": "^5.13.6",
42-
"axios": "^0.26.1",
42+
"axios": "^1.3.4",
4343
"body-parser": "^1.19.2",
4444
"consola": "^2.15.3",
4545
"cookie": "^0.4.2",

yarn.lock

+14-7
Original file line numberDiff line numberDiff line change
@@ -3092,12 +3092,14 @@ axios@^0.21.1:
30923092
dependencies:
30933093
follow-redirects "^1.14.0"
30943094

3095-
axios@^0.26.1:
3096-
version "0.26.1"
3097-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.26.1.tgz#1ede41c51fcf51bbbd6fd43669caaa4f0495aaa9"
3098-
integrity sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==
3095+
axios@^1.3.4:
3096+
version "1.3.4"
3097+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.4.tgz#f5760cefd9cfb51fd2481acf88c05f67c4523024"
3098+
integrity sha512-toYm+Bsyl6VC5wSkfkbbNB6ROv7KY93PEBBL6xyDczaIHasAiv4wPqQ/c4RjoQzipxRD2W5g21cOqQulZ7rHwQ==
30993099
dependencies:
3100-
follow-redirects "^1.14.8"
3100+
follow-redirects "^1.15.0"
3101+
form-data "^4.0.0"
3102+
proxy-from-env "^1.1.0"
31013103

31023104
babel-jest@^27.5.1:
31033105
version "27.5.1"
@@ -5976,11 +5978,16 @@ flush-write-stream@^1.0.0:
59765978
inherits "^2.0.3"
59775979
readable-stream "^2.3.6"
59785980

5979-
follow-redirects@^1.0.0, follow-redirects@^1.14.0, follow-redirects@^1.14.8:
5981+
follow-redirects@^1.0.0, follow-redirects@^1.14.0:
59805982
version "1.14.9"
59815983
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.9.tgz#dd4ea157de7bfaf9ea9b3fbd85aa16951f78d8d7"
59825984
integrity sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==
59835985

5986+
follow-redirects@^1.15.0:
5987+
version "1.15.2"
5988+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
5989+
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
5990+
59845991
for-in@^1.0.2:
59855992
version "1.0.2"
59865993
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
@@ -10333,7 +10340,7 @@ proxy-addr@~2.0.7:
1033310340
forwarded "0.2.0"
1033410341
ipaddr.js "1.9.1"
1033510342

10336-
10343+
[email protected], proxy-from-env@^1.1.0:
1033710344
version "1.1.0"
1033810345
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
1033910346
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==

0 commit comments

Comments
 (0)