Skip to content

Commit cb8574d

Browse files
fix(deps): update dependency axios to version 0.28.0 🌟 (#1519)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2002af2 commit cb8574d

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@types/detect-port": "^1.3.2",
2929
"@xstate/react": "3.2.2",
3030
"aws-amplify": "^6.0.16",
31-
"axios": "0.27.2",
31+
"axios": "0.28.0",
3232
"clsx": "1.2.1",
3333
"date-fns": "2.30.0",
3434
"detect-port": "^1.5.1",

yarn.lock

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4819,13 +4819,14 @@ axe-core@^4.6.2:
48194819
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.7.2.tgz#040a7342b20765cb18bb50b628394c21bccc17a0"
48204820
integrity sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g==
48214821

4822-
axios@0.27.2:
4823-
version "0.27.2"
4824-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
4825-
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
4822+
axios@0.28.0:
4823+
version "0.28.0"
4824+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.0.tgz#801a4d991d0404961bccef46800e1170f8278c89"
4825+
integrity sha512-Tu7NYoGY4Yoc7I+Npf9HhUMtEEpV7ZiLH9yndTCoNhcpBH0kwcvFbzYN9/u5QKI5A6uefjsNNWaz5olJVYS62Q==
48264826
dependencies:
4827-
follow-redirects "^1.14.9"
4827+
follow-redirects "^1.15.0"
48284828
form-data "^4.0.0"
4829+
proxy-from-env "^1.1.0"
48294830

48304831
axios@^0.21.1:
48314832
version "0.21.4"
@@ -7057,7 +7058,7 @@ follow-redirects@^1.0.0, follow-redirects@^1.14.0:
70577058
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
70587059
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
70597060

7060-
follow-redirects@^1.14.9:
7061+
follow-redirects@^1.15.0:
70617062
version "1.15.5"
70627063
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.5.tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020"
70637064
integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==
@@ -10406,6 +10407,11 @@ [email protected]:
1040610407
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.0.0.tgz#33c50398f70ea7eb96d21f7b817630a55791c7ee"
1040710408
integrity sha512-F2JHgJQ1iqwnHDcQjVBsq3n/uoaFL+iPW/eAeL7kVxy/2RrWaN4WroKjjvbsoRtv0ftelNyC01bjRhn/bhcf4A==
1040810409

10410+
proxy-from-env@^1.1.0:
10411+
version "1.1.0"
10412+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
10413+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
10414+
1040910415
1041010416
version "1.2.0"
1041110417
resolved "https://registry.yarnpkg.com/ps-tree/-/ps-tree-1.2.0.tgz#5e7425b89508736cdd4f2224d028f7bb3f722ebd"

0 commit comments

Comments
 (0)