Skip to content

Commit b8b804b

Browse files
fix(deps): update dependency axios to v1.7.4 [security]
1 parent dc7f8e3 commit b8b804b

1 file changed

Lines changed: 12 additions & 7 deletions

File tree

yarn.lock

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1301,11 +1301,11 @@ axios@1.3.4:
13011301
proxy-from-env "^1.1.0"
13021302

13031303
axios@^1.4.0:
1304-
version "1.4.0"
1305-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.4.0.tgz#38a7bf1224cd308de271146038b551d725f0be1f"
1306-
integrity sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==
1304+
version "1.7.9"
1305+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.9.tgz#d7d071380c132a24accda1b2cfc1535b79ec650a"
1306+
integrity sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==
13071307
dependencies:
1308-
follow-redirects "^1.15.0"
1308+
follow-redirects "^1.15.6"
13091309
form-data "^4.0.0"
13101310
proxy-from-env "^1.1.0"
13111311

@@ -2000,6 +2000,11 @@ follow-redirects@^1.15.0:
20002000
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
20012001
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
20022002

2003+
follow-redirects@^1.15.6:
2004+
version "1.15.9"
2005+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
2006+
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
2007+
20032008
for-each@^0.3.3:
20042009
version "0.3.3"
20052010
resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.3.tgz#69b447e88a0a5d32c3e7084f3f1710034b21376e"
@@ -2008,9 +2013,9 @@ for-each@^0.3.3:
20082013
is-callable "^1.1.3"
20092014

20102015
form-data@^4.0.0:
2011-
version "4.0.0"
2012-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
2013-
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
2016+
version "4.0.1"
2017+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.1.tgz#ba1076daaaa5bfd7e99c1a6cb02aa0a5cff90d48"
2018+
integrity sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==
20142019
dependencies:
20152020
asynckit "^0.4.0"
20162021
combined-stream "^1.0.8"

0 commit comments

Comments
 (0)