Skip to content

Commit ae51bf8

Browse files
author
Junwei Dai
committed
fix(security): Upgrade axios to 1.8.2 to fix SSRF & credential leakage vulnerability, add yarn.lock change
Signed-off-by: Junwei Dai <[email protected]>
1 parent 62f142d commit ae51bf8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,10 @@ asynckit@^0.4.0:
186186
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
187187
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
188188

189-
axios@^1.6.1:
190-
version "1.7.7"
191-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.7.tgz#2f554296f9892a72ac8d8e4c5b79c14a91d0a47f"
192-
integrity sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==
189+
axios@^1.8.2:
190+
version "1.8.2"
191+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.2.tgz#fabe06e241dfe83071d4edfbcaa7b1c3a40f7979"
192+
integrity sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==
193193
dependencies:
194194
follow-redirects "^1.15.6"
195195
form-data "^4.0.0"

0 commit comments

Comments
 (0)