Skip to content

Commit ddbf17a

Browse files
authored
fix(web-api): bump axios to 1.8.3 to address CVE-2025-27152 (#2172)
1 parent 6618482 commit ddbf17a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/web-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@slack/types": "^2.9.0",
4040
"@types/node": ">=18.0.0",
4141
"@types/retry": "0.12.0",
42-
"axios": "^1.7.8",
42+
"axios": "^1.8.3",
4343
"eventemitter3": "^5.0.1",
4444
"form-data": "^4.0.0",
4545
"is-electron": "2.2.2",

0 commit comments

Comments
 (0)