Skip to content

Commit 2a62091

Browse files
chore(deps): update @slack/bolt requirement in /examples/oauth
Updates the requirements on [@slack/bolt](https://github.com/slackapi/bolt-js) to permit the latest version. - [Release notes](https://github.com/slackapi/bolt-js/releases) - [Commits](https://github.com/slackapi/bolt-js/compare/@slack/[email protected]...@slack/[email protected]) --- updated-dependencies: - dependency-name: "@slack/bolt" dependency-version: 4.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2964daa commit 2a62091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/oauth/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": "^4.5.0"
13+
"@slack/bolt": "^4.6.0"
1414
}
1515
}

0 commit comments

Comments
 (0)