Skip to content

Commit 2b45737

Browse files
⬆️(dependencies) update axios to v1.13.5 [SECURITY]
1 parent 27a5a6d commit 2b45737

File tree

2 files changed

+22
-11
lines changed

2 files changed

+22
-11
lines changed

src/frontend/servers/y-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@hocuspocus/server": "2.15.2",
2121
"@sentry/node": "9.22.0",
2222
"@sentry/profiling-node": "9.22.0",
23-
"axios": "1.9.0",
23+
"axios": "1.13.5",
2424
"cors": "2.8.5",
2525
"express": "5.1.0",
2626
"express-ws": "5.0.2",

src/frontend/yarn.lock

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6451,13 +6451,13 @@ axe-core@^4.10.0:
64516451
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.10.3.tgz#04145965ac7894faddbac30861e5d8f11bfd14fc"
64526452
integrity sha512-Xm7bpRXnDSX2YE2YFfBk2FnF0ep6tmG7xPh8iHee8MIcrgq762Nkce856dYtJYLkuIoYZvGfTs/PbZhideTcEg==
64536453

6454-
axios@1.9.0:
6455-
version "1.9.0"
6456-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.9.0.tgz#25534e3b72b54540077d33046f77e3b8d7081901"
6457-
integrity sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==
6454+
axios@1.13.5:
6455+
version "1.13.5"
6456+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.5.tgz#5e464688fa127e11a660a2c49441c009f6567a43"
6457+
integrity sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==
64586458
dependencies:
6459-
follow-redirects "^1.15.6"
6460-
form-data "^4.0.0"
6459+
follow-redirects "^1.15.11"
6460+
form-data "^4.0.5"
64616461
proxy-from-env "^1.1.0"
64626462

64636463
axobject-query@^4.1.0:
@@ -8526,10 +8526,10 @@ flatted@^3.2.9, flatted@^3.3.3:
85268526
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.3.tgz#67c8fad95454a7c7abebf74bb78ee74a44023358"
85278527
integrity sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==
85288528

8529-
follow-redirects@^1.15.6:
8530-
version "1.15.9"
8531-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
8532-
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
8529+
follow-redirects@^1.15.11:
8530+
version "1.15.11"
8531+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.11.tgz#777d73d72a92f8ec4d2e410eb47352a56b8e8340"
8532+
integrity sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==
85338533

85348534
fontkit@^2.0.2:
85358535
version "2.0.4"
@@ -8563,6 +8563,17 @@ form-data@^4.0.0:
85638563
es-set-tostringtag "^2.1.0"
85648564
mime-types "^2.1.12"
85658565

8566+
form-data@^4.0.5:
8567+
version "4.0.5"
8568+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.5.tgz#b49e48858045ff4cbf6b03e1805cebcad3679053"
8569+
integrity sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==
8570+
dependencies:
8571+
asynckit "^0.4.0"
8572+
combined-stream "^1.0.8"
8573+
es-set-tostringtag "^2.1.0"
8574+
hasown "^2.0.2"
8575+
mime-types "^2.1.12"
8576+
85668577
formidable@^3.5.4:
85678578
version "3.5.4"
85688579
resolved "https://registry.yarnpkg.com/formidable/-/formidable-3.5.4.tgz#ac9a593b951e829b3298f21aa9a2243932f32ed9"

0 commit comments

Comments
 (0)