Skip to content

Commit 0df507c

Browse files
chore(deps): bump @slack/bolt from 3.22.0 to 4.2.0 in /examples/oauth-express-receiver (#2398)
1 parent 0d56071 commit 0df507c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/oauth-express-receiver/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ receiver.router.get('/secret-page', (req, res) => {
3636

3737
(async () => {
3838
await app.start(3000);
39-
console.log('Express app is running');
39+
app.logger.info('Express app is running');
4040
})();

examples/oauth-express-receiver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"author": "Slack Technologies, Inc.",
1111
"license": "MIT",
1212
"dependencies": {
13-
"@slack/bolt": "^3.6.0"
13+
"@slack/bolt": "^4.2.0"
1414
}
1515
}

0 commit comments

Comments
 (0)