Skip to content

Commit 8e76a06

Browse files
chore(deps): update dependency axios to v1
1 parent 0965a13 commit 8e76a06

File tree

2 files changed

+27
-11
lines changed

2 files changed

+27
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"@nuxtjs/proxy": "^2.1.0",
24-
"axios": "^0.25.0",
24+
"axios": "^1.6.7",
2525
"axios-retry": "^3.2.4",
2626
"consola": "^2.15.3",
2727
"defu": "^5.0.1"

yarn.lock

+26-10
Original file line numberDiff line numberDiff line change
@@ -2389,12 +2389,14 @@ axios-retry@^3.2.4:
23892389
"@babel/runtime" "^7.15.4"
23902390
is-retry-allowed "^2.2.0"
23912391

2392-
axios@^0.25.0:
2393-
version "0.25.0"
2394-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.25.0.tgz#349cfbb31331a9b4453190791760a8d35b093e0a"
2395-
integrity sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==
2392+
axios@^1.6.7:
2393+
version "1.6.7"
2394+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.7.tgz#7b48c2e27c96f9c68a2f8f31e2ab19f59b06b0a7"
2395+
integrity sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==
23962396
dependencies:
2397-
follow-redirects "^1.14.7"
2397+
follow-redirects "^1.15.4"
2398+
form-data "^4.0.0"
2399+
proxy-from-env "^1.1.0"
23982400

23992401
babel-eslint@latest:
24002402
version "10.1.0"
@@ -3193,7 +3195,7 @@ colorette@^1.2.1, colorette@^1.2.2:
31933195
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94"
31943196
integrity sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==
31953197

3196-
combined-stream@^1.0.6, combined-stream@~1.0.6:
3198+
combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6:
31973199
version "1.0.8"
31983200
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
31993201
integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
@@ -4991,10 +4993,10 @@ follow-redirects@^1.0.0:
49914993
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.1.tgz#d9114ded0a1cfdd334e164e6662ad02bfd91ff43"
49924994
integrity sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg==
49934995

4994-
follow-redirects@^1.14.7:
4995-
version "1.14.7"
4996-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685"
4997-
integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==
4996+
follow-redirects@^1.15.4:
4997+
version "1.15.5"
4998+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.5.tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020"
4999+
integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==
49985000

49995001
for-in@^1.0.2:
50005002
version "1.0.2"
@@ -5006,6 +5008,15 @@ forever-agent@~0.6.1:
50065008
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
50075009
integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=
50085010

5011+
form-data@^4.0.0:
5012+
version "4.0.0"
5013+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
5014+
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
5015+
dependencies:
5016+
asynckit "^0.4.0"
5017+
combined-stream "^1.0.8"
5018+
mime-types "^2.1.12"
5019+
50095020
form-data@~2.3.2:
50105021
version "2.3.3"
50115022
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"
@@ -8911,6 +8922,11 @@ protocols@^1.1.0, protocols@^1.4.0:
89118922
resolved "https://registry.yarnpkg.com/protocols/-/protocols-1.4.8.tgz#48eea2d8f58d9644a4a32caae5d5db290a075ce8"
89128923
integrity sha512-IgjKyaUSjsROSO8/D49Ab7hP8mJgTYcqApOqdPhLoPxAplXmkp+zRvsrSQjFn5by0rhm4VH0GAUELIPpx7B1yg==
89138924

8925+
proxy-from-env@^1.1.0:
8926+
version "1.1.0"
8927+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
8928+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
8929+
89148930
prr@~1.0.1:
89158931
version "1.0.1"
89168932
resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476"

0 commit comments

Comments
 (0)