Skip to content

Commit

Permalink
chore(deps): bump @slack/bolt from 3.22.0 to 4.2.0 in /examples/oauth (
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent 0df507c commit 7c3dc43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/oauth/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ const app = new App({

(async () => {
await app.start(process.env.PORT || 3000);
console.log('⚡️ Bolt app started');
app.logger.info('⚡️ Bolt app started');
})();
2 changes: 1 addition & 1 deletion examples/oauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"author": "Slack Technologies, Inc.",
"license": "MIT",
"dependencies": {
"@slack/bolt": "^3.6.0"
"@slack/bolt": "^4.2.0"
}
}

0 comments on commit 7c3dc43

Please sign in to comment.