Skip to content

Commit a0e79f9

Browse files
authored
fix(webhook): bump axios to 1.8.3 to address CVE-2025-27152 (#2173)
1 parent 6012cf3 commit a0e79f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"@slack/types": "^2.9.0",
3535
"@types/node": ">=18.0.0",
36-
"axios": "^1.7.8"
36+
"axios": "^1.8.3"
3737
},
3838
"devDependencies": {
3939
"@biomejs/biome": "^1.8.3",

0 commit comments

Comments
 (0)