Skip to content

Commit 855549b

Browse files
author
Fil Maj
authoredAug 15, 2024··
fix: bump axios to 1.7.4 to address CVE (#1875)
1 parent c300168 commit 855549b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/web-api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@slack/types": "^2.9.0",
5252
"@types/node": ">=18.0.0",
5353
"@types/retry": "0.12.0",
54-
"axios": "^1.6.5",
54+
"axios": "^1.7.4",
5555
"eventemitter3": "^5.0.1",
5656
"form-data": "^4.0.0",
5757
"is-electron": "2.2.2",

0 commit comments

Comments
 (0)
Please sign in to comment.