Skip to content

Commit 0d3fefc

Browse files
committed
fix(deps): update dependency axios to ^0.28.0
1 parent fa007fe commit 0d3fefc

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"typescript": "4.9.5"
5757
},
5858
"dependencies": {
59-
"axios": "^0.27.0"
59+
"axios": "^0.28.0"
6060
},
6161
"publishConfig": {
6262
"access": "public"

yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2356,13 +2356,14 @@ aws4@^1.8.0:
23562356
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.10.0.tgz#a17b3a8ea811060e74d47d306122400ad4497ae2"
23572357
integrity sha512-3YDiu347mtVtjpyV3u5kVqQLP242c06zwDOgpeRnybmXlYYsLbtTrUBUm8i8srONt+FWobl5aibnU1030PeeuA==
23582358

2359-
axios@^0.27.0:
2360-
version "0.27.2"
2361-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
2362-
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
2359+
axios@^0.28.0:
2360+
version "0.28.0"
2361+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.0.tgz#801a4d991d0404961bccef46800e1170f8278c89"
2362+
integrity sha512-Tu7NYoGY4Yoc7I+Npf9HhUMtEEpV7ZiLH9yndTCoNhcpBH0kwcvFbzYN9/u5QKI5A6uefjsNNWaz5olJVYS62Q==
23632363
dependencies:
2364-
follow-redirects "^1.14.9"
2364+
follow-redirects "^1.15.0"
23652365
form-data "^4.0.0"
2366+
proxy-from-env "^1.1.0"
23662367

23672368
axobject-query@^2.0.2:
23682369
version "2.1.2"
@@ -4259,10 +4260,10 @@ flush-write-stream@^1.0.0:
42594260
inherits "^2.0.3"
42604261
readable-stream "^2.3.6"
42614262

4262-
follow-redirects@^1.14.9:
4263-
version "1.15.2"
4264-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
4265-
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
4263+
follow-redirects@^1.15.0:
4264+
version "1.15.5"
4265+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.5.tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020"
4266+
integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==
42664267

42674268
for-in@^1.0.2:
42684269
version "1.0.2"
@@ -7740,6 +7741,11 @@ protoduck@^5.0.1:
77407741
dependencies:
77417742
genfun "^5.0.0"
77427743

7744+
proxy-from-env@^1.1.0:
7745+
version "1.1.0"
7746+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
7747+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
7748+
77437749
prr@~1.0.1:
77447750
version "1.0.1"
77457751
resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476"

0 commit comments

Comments
 (0)