I noticed you updated axios version in web-api package.json. When would that be published?
It is currently blocking our security audit and we were hoping to know the timeframe for this update.
reference:
https://github.com/slackapi/node-slack-sdk/commit/2e9ad5804709c9548342d0da967b4ef706994729
x in one of the [ ])x in each of the [ ])Filling out the following details about bugs will help us solve your issue sooner.
Select all that apply:
@slack/web-api@slack/events-api@slack/interactive-messages@slack/rtm-api@slack/webhooks@slack/oauthpackage version:
node version:
OS version(s):
1.
2.
3.
What you expected to happen
What actually happened
Logs, screenshots, screencast, sample project, funny gif, etc.
This at least affects @slack/webhooks, as well.

Going out today!
@stevengill Now that the latest @slack/webhook and @slack/web-api are published... looks like other packages that depend on them, such as @slack/client also need to be updated and published.
@sjbeatle @slack/client doesn't need a new version published as it specifies a range for both @slack/webhook and @slack/web-api. You would just need to delete your local package-lock.json and node_modules directory and run npm install to get the latest versions.
Ranges specified in @slack/client:
"@slack/web-api": "^5.3.0",
"@slack/webhook": "^5.0.2"
Closing this issue since the releases are live now
Most helpful comment
Going out today!