Skip to content

Commit ff27601

Browse files
fix(deps): update axios to 0.30.2 🌟
1 parent 3c1f822 commit ff27601

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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": "0.30.2",
3434
"clsx": "1.2.1",
3535
"date-fns": "4.1.0",
3636
"date-fns-tz": "^3.2.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5156,13 +5156,13 @@ aws4@^1.8.0:
51565156
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.13.2.tgz#0aa167216965ac9474ccfa83892cfb6b3e1e52ef"
51575157
integrity sha512-lHe62zvbTB5eEABUVi/AwVh0ZKY9rMMDhmm+eeyuuUQbQ3+J+fONVQOZyj+DdrvD4BY33uYniyRJ4UJIaSKAfw==
51585158

5159-
axios@0.28.1:
5160-
version "0.28.1"
5161-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.1.tgz#2a7bcd34a3837b71ee1a5ca3762214b86b703e70"
5162-
integrity sha512-iUcGA5a7p0mVb4Gm/sy+FSECNkPFT4y7wt6OM/CDpO/OnNCvSs3PoMG8ibrC9jRoGYU0gUK5pXVC4NPXq6lHRQ==
5159+
axios@0.30.2:
5160+
version "0.30.2"
5161+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.30.2.tgz#256d3a8ee765cc27188d08b8b545a5f5a0c77dad"
5162+
integrity sha512-0pE4RQ4UQi1jKY6p7u6i1Tkzqmu+d+/tHS7Q7rKunWLB9WyilBTpHHpXzPNMDj5hTbK0B0PTLSz07yqMBiF6xg==
51635163
dependencies:
5164-
follow-redirects "^1.15.0"
5165-
form-data "^4.0.0"
5164+
follow-redirects "^1.15.4"
5165+
form-data "^4.0.4"
51665166
proxy-from-env "^1.1.0"
51675167

51685168
axios@^0.21.1:
@@ -7131,12 +7131,12 @@ flatted@^3.2.9:
71317131
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.3.tgz#67c8fad95454a7c7abebf74bb78ee74a44023358"
71327132
integrity sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==
71337133

7134-
follow-redirects@^1.0.0, follow-redirects@^1.14.0, follow-redirects@^1.15.0:
7134+
follow-redirects@^1.0.0, follow-redirects@^1.14.0:
71357135
version "1.15.9"
71367136
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
71377137
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
71387138

7139-
follow-redirects@^1.15.6:
7139+
follow-redirects@^1.15.4, follow-redirects@^1.15.6:
71407140
version "1.15.11"
71417141
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.11.tgz#777d73d72a92f8ec4d2e410eb47352a56b8e8340"
71427142
integrity sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==

0 commit comments

Comments
 (0)