Skip to content

Commit

Permalink
chore(deps): bump @slack/bolt from 3.22.0 to 4.2.0 in /examples/socke…
Browse files Browse the repository at this point in the history
…t-mode-oauth (#2400)
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent 6758adb commit 3abfb65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/socket-mode-oauth/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ const app = new App({
(async () => {
try {
await app.start(process.env.PORT);
console.log('⚡️ Bolt app is running! ⚡️');
app.logger.info('⚡️ Bolt app is running! ⚡️');
} catch (error) {
console.error('Unable to start App', error);
app.logger.error('Unable to start App', error);
process.exit(1);
}
})();
2 changes: 1 addition & 1 deletion examples/socket-mode-oauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"author": "Slack Technologies, LLC",
"license": "MIT",
"dependencies": {
"@slack/bolt": "^3.10.0"
"@slack/bolt": "^4.2.0"
}
}

0 comments on commit 3abfb65

Please sign in to comment.