Skip to content

Commit 4e3fdbf

Browse files
chore(deps): update @slack/bolt requirement in /examples/deploy-heroku
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/bolt@4.6.0...@slack/bolt@4.7.0) --- updated-dependencies: - dependency-name: "@slack/bolt" dependency-version: 4.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dfdac16 commit 4e3fdbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/deploy-heroku/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"license": "MIT",
1111
"dependencies": {
12-
"@slack/bolt": "^4.6.0"
12+
"@slack/bolt": "^4.7.0"
1313
}
1414
}

0 commit comments

Comments
 (0)