Skip to content

Commit

Permalink
chore(deps): bump @slack/bolt from 3.22.0 to 4.2.0 in /examples/messa…
Browse files Browse the repository at this point in the history
…ge-metadata (#2396)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eden Zimbelman <[email protected]>
  • Loading branch information
dependabot[bot] and zimeg authored Jan 10, 2025
1 parent 994701f commit de3a1fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/message-metadata/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const app = new App({

(async () => {
await app.start();
console.log('⚡️ Bolt app started');
app.logger.info('⚡️ Bolt app started');
})();

// Listen to slash command
Expand Down
2 changes: 1 addition & 1 deletion examples/message-metadata/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.12.0"
"@slack/bolt": "^4.2.0"
}
}

0 comments on commit de3a1fc

Please sign in to comment.