Skip to content

Commit

Permalink
feat: upgrade axios to resolve CVE-2023-45857 (#1682)
Browse files Browse the repository at this point in the history
  • Loading branch information
enza252 committed Oct 30, 2023
1 parent 155293e commit a74e35b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/express-all-interactions/package.json
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@slack/interactive-messages": "^1.1.1",
"@slack/web-api": "^5.0.0",
"axios": "^0.27.2",
"axios": "^1.6.0",
"body-parser": "^1.18.2",
"dotenv": "^5.0.1",
"express": "^4.16.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/interactive-messages/package.json
Expand Up @@ -58,7 +58,7 @@
"@types/lodash.isregexp": "^4.0.6",
"@types/lodash.isstring": "^4.0.6",
"@types/node": ">=12.0.0",
"axios": "^0.27.2",
"axios": "^1.6.0",
"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
Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@slack/types": "^2.9.0",
"@types/node": ">=18.0.0",
"axios": "^1.5.1"
"axios": "^1.6.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.0",
Expand Down

0 comments on commit a74e35b

Please sign in to comment.