Skip to content

Commit 60c9a8a

Browse files
fix(deps): update dependency axios to v1
1 parent 52c6a6f commit 60c9a8a

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"@hookform/resolvers": "2.9.8",
3535
"@iconify/react": "4.0.0",
36-
"axios": "0.27.2",
36+
"axios": "1.6.6",
3737
"dayjs": "1.11.5",
3838
"destyle.css": "3.0.2",
3939
"react": "18.2.0",

client/yarn.lock

+15-9
Original file line numberDiff line numberDiff line change
@@ -4012,13 +4012,14 @@ axe-core@^4.4.3:
40124012
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.4.3.tgz#11c74d23d5013c0fa5d183796729bc3482bd2f6f"
40134013
integrity sha512-32+ub6kkdhhWick/UjvEwRchgoetXqTK14INLqbGm5U2TzBkBNF3nQtLYm8ovxSkQWArjEQvftCKryjZaATu3w==
40144014

4015-
axios@0.27.2:
4016-
version "0.27.2"
4017-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
4018-
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
4015+
axios@1.6.6:
4016+
version "1.6.6"
4017+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.6.tgz#878db45401d91fe9e53aed8ac962ed93bde8dd1c"
4018+
integrity sha512-XZLZDFfXKM9U/Y/B4nNynfCRUqNyVZ4sBC/n9GDRCkq9vd2mIvKjKKsbIh1WPmHmNbg6ND7cTBY3Y2+u1G3/2Q==
40194019
dependencies:
4020-
follow-redirects "^1.14.9"
4020+
follow-redirects "^1.15.4"
40214021
form-data "^4.0.0"
4022+
proxy-from-env "^1.1.0"
40224023

40234024
axobject-query@^2.2.0:
40244025
version "2.2.0"
@@ -6592,10 +6593,10 @@ focus-lock@^0.8.0:
65926593
dependencies:
65936594
tslib "^1.9.3"
65946595

6595-
follow-redirects@^1.14.9:
6596-
version "1.15.1"
6597-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.1.tgz#0ca6a452306c9b276e4d3127483e29575e207ad5"
6598-
integrity sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==
6596+
follow-redirects@^1.15.4:
6597+
version "1.15.5"
6598+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.5.tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020"
6599+
integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==
65996600

66006601
for-in@^1.0.2:
66016602
version "1.0.2"
@@ -9833,6 +9834,11 @@ proxy-addr@~2.0.7:
98339834
forwarded "0.2.0"
98349835
ipaddr.js "1.9.1"
98359836

9837+
proxy-from-env@^1.1.0:
9838+
version "1.1.0"
9839+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
9840+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
9841+
98369842
prr@~1.0.1:
98379843
version "1.0.1"
98389844
resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476"

0 commit comments

Comments
 (0)