Skip to content

Commit 733bd3c

Browse files
Update dependency axios to v0.28.0 [SECURITY]
1 parent fc1f4f1 commit 733bd3c

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
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@quasar/extras": "1.9.10",
16-
"axios": "0.21.0",
16+
"axios": "0.28.0",
1717
"quasar": "1.14.5"
1818
},
1919
"devDependencies": {

yarn.lock

+26-10
Original file line numberDiff line numberDiff line change
@@ -1879,12 +1879,14 @@ aws4@^1.8.0:
18791879
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.9.1.tgz#7e33d8f7d449b3f673cd72deb9abdc552dbe528e"
18801880
integrity sha512-wMHVg2EOHaMRxbzgFJ9gtjOOCrI80OHLG14rxi28XwOW8ux6IiEbRCGGGqCtdAIg4FQCbW20k9RsT4y3gJlFug==
18811881

1882-
axios@0.21.0:
1883-
version "0.21.0"
1884-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.0.tgz#26df088803a2350dff2c27f96fef99fe49442aca"
1885-
integrity sha512-fmkJBknJKoZwem3/IKSSLpkdNXZeBu5Q7GA/aRsr2btgrptmSCxi2oFjZHqGdK9DoTil9PIHlPIZw2EcRJXRvw==
1882+
axios@0.28.0:
1883+
version "0.28.0"
1884+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.0.tgz#801a4d991d0404961bccef46800e1170f8278c89"
1885+
integrity sha512-Tu7NYoGY4Yoc7I+Npf9HhUMtEEpV7ZiLH9yndTCoNhcpBH0kwcvFbzYN9/u5QKI5A6uefjsNNWaz5olJVYS62Q==
18861886
dependencies:
1887-
follow-redirects "^1.10.0"
1887+
follow-redirects "^1.15.0"
1888+
form-data "^4.0.0"
1889+
proxy-from-env "^1.1.0"
18881890

18891891
18901892
version "10.1.0"
@@ -2671,7 +2673,7 @@ colors@~0.6.0-1:
26712673
resolved "https://registry.yarnpkg.com/colors/-/colors-0.6.2.tgz#2423fe6678ac0c5dae8852e5d0e5be08c997abcc"
26722674
integrity sha1-JCP+ZnisDF2uiFLl0OW+CMmXq8w=
26732675

2674-
combined-stream@^1.0.6, combined-stream@~1.0.6:
2676+
combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6:
26752677
version "1.0.8"
26762678
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
26772679
integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
@@ -4239,10 +4241,10 @@ follow-redirects@^1.0.0:
42394241
dependencies:
42404242
debug "^3.0.0"
42414243

4242-
follow-redirects@^1.10.0:
4243-
version "1.13.0"
4244-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.0.tgz#b42e8d93a2a7eea5ed88633676d6597bc8e384db"
4245-
integrity sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==
4244+
follow-redirects@^1.15.0:
4245+
version "1.15.5"
4246+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.5.tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020"
4247+
integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==
42464248

42474249
for-in@^1.0.2:
42484250
version "1.0.2"
@@ -4267,6 +4269,15 @@ [email protected]:
42674269
tapable "^1.0.0"
42684270
worker-rpc "^0.1.0"
42694271

4272+
form-data@^4.0.0:
4273+
version "4.0.0"
4274+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
4275+
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
4276+
dependencies:
4277+
asynckit "^0.4.0"
4278+
combined-stream "^1.0.8"
4279+
mime-types "^2.1.12"
4280+
42704281
form-data@~2.3.2:
42714282
version "2.3.3"
42724283
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"
@@ -7411,6 +7422,11 @@ proxy-addr@~2.0.5:
74117422
forwarded "~0.1.2"
74127423
ipaddr.js "1.9.0"
74137424

7425+
proxy-from-env@^1.1.0:
7426+
version "1.1.0"
7427+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
7428+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
7429+
74147430
prr@~1.0.1:
74157431
version "1.0.1"
74167432
resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476"

0 commit comments

Comments
 (0)