Skip to content

Commit

Permalink
webhook(chore): bump axios to 1.7.4 to address CVE-2024-39338 (#1879)
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeg authored Aug 15, 2024
1 parent 7c2cfdc commit 72b2e2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/interactive-messages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@types/lodash.isregexp": "^4.0.6",
"@types/lodash.isstring": "^4.0.6",
"@types/node": ">=12.0.0",
"axios": "^1.6.0",
"axios": "^1.7.4",
"debug": "^3.1.0",
"lodash.isfunction": "^3.0.9",
"lodash.isplainobject": "^4.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/webhook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@slack/types": "^2.9.0",
"@types/node": ">=18.0.0",
"axios": "^1.6.3"
"axios": "^1.7.4"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.0",
Expand Down

0 comments on commit 72b2e2d

Please # to comment.