Skip to content

Commit 41a796a

Browse files
fix(deps): update axios to 1.8.2 🌟
1 parent d72e0a4 commit 41a796a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@types/detect-port": "^1.3.2",
3131
"@xstate/react": "3.2.2",
3232
"aws-amplify": "^6.0.16",
33-
"axios": "0.28.1",
33+
"axios": "1.8.2",
3434
"clsx": "1.2.1",
3535
"date-fns": "2.30.0",
3636
"detect-port": "^1.5.1",

Diff for: yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -4869,12 +4869,12 @@ axe-core@^4.10.0:
48694869
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.10.2.tgz#85228e3e1d8b8532a27659b332e39b7fa0e022df"
48704870
integrity sha512-RE3mdQ7P3FRSe7eqCWoeQ/Z9QXrtniSjp1wUjt5nRC3WIpz5rSCve6o3fsZ2aCpJtrZjSZgjwXAoTO5k4tEI0w==
48714871

4872-
axios@0.28.1:
4873-
version "0.28.1"
4874-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.1.tgz#2a7bcd34a3837b71ee1a5ca3762214b86b703e70"
4875-
integrity sha512-iUcGA5a7p0mVb4Gm/sy+FSECNkPFT4y7wt6OM/CDpO/OnNCvSs3PoMG8ibrC9jRoGYU0gUK5pXVC4NPXq6lHRQ==
4872+
axios@1.8.2:
4873+
version "1.8.2"
4874+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.2.tgz#fabe06e241dfe83071d4edfbcaa7b1c3a40f7979"
4875+
integrity sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==
48764876
dependencies:
4877-
follow-redirects "^1.15.0"
4877+
follow-redirects "^1.15.6"
48784878
form-data "^4.0.0"
48794879
proxy-from-env "^1.1.0"
48804880

@@ -7122,7 +7122,7 @@ flatted@^3.2.9:
71227122
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.2.tgz#adba1448a9841bec72b42c532ea23dbbedef1a27"
71237123
integrity sha512-AiwGJM8YcNOaobumgtng+6NHuOqC3A7MixFeDafM3X9cIUM+xUXoS5Vfgf+OihAYe20fxqNM9yPBXJzRtZ/4eA==
71247124

7125-
follow-redirects@^1.0.0, follow-redirects@^1.14.0, follow-redirects@^1.15.0:
7125+
follow-redirects@^1.0.0, follow-redirects@^1.14.0, follow-redirects@^1.15.6:
71267126
version "1.15.9"
71277127
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
71287128
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==

0 commit comments

Comments
 (0)