Skip to content

Commit 78be840

Browse files
fix(deps): update dependency axios to ^0.28.0 [security]
1 parent a2ed8c6 commit 78be840

File tree

2 files changed

+26
-10
lines changed

2 files changed

+26
-10
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"prepublishOnly": "npm run build"
5353
},
5454
"dependencies": {
55-
"axios": "^0.21.1"
55+
"axios": "^0.28.0"
5656
},
5757
"devDependencies": {
5858
"@commitlint/cli": "13.2.1",

Diff for: yarn.lock

+25-9
Original file line numberDiff line numberDiff line change
@@ -2105,12 +2105,14 @@ aws4@^1.8.0:
21052105
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.10.0.tgz#a17b3a8ea811060e74d47d306122400ad4497ae2"
21062106
integrity sha512-3YDiu347mtVtjpyV3u5kVqQLP242c06zwDOgpeRnybmXlYYsLbtTrUBUm8i8srONt+FWobl5aibnU1030PeeuA==
21072107

2108-
axios@^0.21.1:
2109-
version "0.21.1"
2110-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
2111-
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
2108+
axios@^0.28.0:
2109+
version "0.28.1"
2110+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.1.tgz#2a7bcd34a3837b71ee1a5ca3762214b86b703e70"
2111+
integrity sha512-iUcGA5a7p0mVb4Gm/sy+FSECNkPFT4y7wt6OM/CDpO/OnNCvSs3PoMG8ibrC9jRoGYU0gUK5pXVC4NPXq6lHRQ==
21122112
dependencies:
2113-
follow-redirects "^1.10.0"
2113+
follow-redirects "^1.15.0"
2114+
form-data "^4.0.0"
2115+
proxy-from-env "^1.1.0"
21142116

21152117
babel-jest@^27.4.6:
21162118
version "27.4.6"
@@ -3944,10 +3946,10 @@ findup-sync@^4.0.0:
39443946
micromatch "^4.0.2"
39453947
resolve-dir "^1.0.1"
39463948

3947-
follow-redirects@^1.10.0:
3948-
version "1.13.0"
3949-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.0.tgz#b42e8d93a2a7eea5ed88633676d6597bc8e384db"
3950-
integrity sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==
3949+
follow-redirects@^1.15.0:
3950+
version "1.15.6"
3951+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
3952+
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
39513953

39523954
for-in@^1.0.1, for-in@^1.0.2:
39533955
version "1.0.2"
@@ -3978,6 +3980,15 @@ form-data@^3.0.0:
39783980
combined-stream "^1.0.8"
39793981
mime-types "^2.1.12"
39803982

3983+
form-data@^4.0.0:
3984+
version "4.0.0"
3985+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
3986+
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
3987+
dependencies:
3988+
asynckit "^0.4.0"
3989+
combined-stream "^1.0.8"
3990+
mime-types "^2.1.12"
3991+
39813992
form-data@~2.3.2:
39823993
version "2.3.3"
39833994
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"
@@ -7379,6 +7390,11 @@ promzard@^0.3.0:
73797390
dependencies:
73807391
read "1"
73817392

7393+
proxy-from-env@^1.1.0:
7394+
version "1.1.0"
7395+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
7396+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
7397+
73827398
prr@~0.0.0:
73837399
version "0.0.0"
73847400
resolved "https://registry.yarnpkg.com/prr/-/prr-0.0.0.tgz#1a84b85908325501411853d0081ee3fa86e2926a"

0 commit comments

Comments
 (0)