Skip to content

Commit d1ce740

Browse files
committed
upgrade axios@1.7.9
1 parent 25aedff commit d1ce740

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@tanstack/react-table": "^8.11.7",
3333
"@types/testing-library__jest-dom": "^5.14.5",
3434
"apexcharts": "^3.36.0",
35-
"axios": "^1.1.2",
35+
"axios": "^1.7.9",
3636
"browser-cookies": "^1.2.0",
3737
"city-timezones": "^1.2.1",
3838
"classnames": "^2.3.2",

yarn.lock

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5543,7 +5543,7 @@ axe-core@^4.4.3:
55435543
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.5.2.tgz#823fdf491ff717ac3c58a52631d4206930c1d9f7"
55445544
integrity sha512-u2MVsXfew5HBvjsczCv+xlwdNnB1oQR9HlAcsejZttNjKKSkeDNVwB1vMThIUIFI9GoT57Vtk8iQLwqOfAkboA==
55455545

5546-
axios@*, axios@^1.1.2:
5546+
axios@*:
55475547
version "1.2.1"
55485548
resolved "https://registry.yarnpkg.com/axios/-/axios-1.2.1.tgz#44cf04a3c9f0c2252ebd85975361c026cb9f864a"
55495549
integrity sha512-I88cFiGu9ryt/tfVEi4kX2SITsvDddTajXTOFmt2uK1ZVA8LytjtdeyefdQWEf5PU8w+4SSJDoYnggflB5tW4A==
@@ -5567,6 +5567,15 @@ axios@^0.27.0:
55675567
follow-redirects "^1.14.9"
55685568
form-data "^4.0.0"
55695569

5570+
axios@^1.7.9:
5571+
version "1.7.9"
5572+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.9.tgz#d7d071380c132a24accda1b2cfc1535b79ec650a"
5573+
integrity sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==
5574+
dependencies:
5575+
follow-redirects "^1.15.6"
5576+
form-data "^4.0.0"
5577+
proxy-from-env "^1.1.0"
5578+
55705579
axobject-query@^2.2.0:
55715580
version "2.2.0"
55725581
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be"
@@ -9315,6 +9324,11 @@ follow-redirects@^1.0.0, follow-redirects@^1.14.7, follow-redirects@^1.14.9, fol
93159324
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
93169325
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
93179326

9327+
follow-redirects@^1.15.6:
9328+
version "1.15.9"
9329+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
9330+
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
9331+
93189332
for-each@^0.3.3:
93199333
version "0.3.3"
93209334
resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.3.tgz#69b447e88a0a5d32c3e7084f3f1710034b21376e"

0 commit comments

Comments
 (0)