Skip to content

Commit 9a61829

Browse files
authored
Update axios dependency to ^1.8.2 (#651)
Version 1.8.2 contains a fix for CVE-2024-39338. No API changes seem to be needed on our end.
1 parent 01bd639 commit 9a61829

3 files changed

Lines changed: 16 additions & 10 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
bump: patch
3+
type: security
4+
---
5+
6+
Update the axios dependency to 1.8.2 or higher. This fixes CVE-2024-39338.

packages/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"access": "public"
2929
},
3030
"dependencies": {
31-
"axios": "^0.28.0",
31+
"axios": "^1.8.2",
3232
"form-data": "^4.0.0"
3333
}
3434
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1336,12 +1336,12 @@ available-typed-arrays@^1.0.7:
13361336
dependencies:
13371337
possible-typed-array-names "^1.0.0"
13381338

1339-
axios@^0.28.0:
1340-
version "0.28.0"
1341-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.0.tgz#801a4d991d0404961bccef46800e1170f8278c89"
1342-
integrity sha512-Tu7NYoGY4Yoc7I+Npf9HhUMtEEpV7ZiLH9yndTCoNhcpBH0kwcvFbzYN9/u5QKI5A6uefjsNNWaz5olJVYS62Q==
1339+
axios@^1.8.2:
1340+
version "1.8.2"
1341+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.2.tgz#fabe06e241dfe83071d4edfbcaa7b1c3a40f7979"
1342+
integrity sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==
13431343
dependencies:
1344-
follow-redirects "^1.15.0"
1344+
follow-redirects "^1.15.6"
13451345
form-data "^4.0.0"
13461346
proxy-from-env "^1.1.0"
13471347

@@ -2312,10 +2312,10 @@ find-versions@^4.0.0:
23122312
dependencies:
23132313
semver-regex "^3.1.2"
23142314

2315-
follow-redirects@^1.15.0:
2316-
version "1.15.6"
2317-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
2318-
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
2315+
follow-redirects@^1.15.6:
2316+
version "1.15.9"
2317+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
2318+
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
23192319

23202320
for-each@^0.3.3:
23212321
version "0.3.3"

0 commit comments

Comments
 (0)