[Snyk] Upgrade @slack/bolt from 3.19.0 to 3.21.1 #39
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade @slack/bolt from 3.19.0 to 3.21.1.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 3 versions ahead of your current version.
The recommended version was released on 21 days ago.
Issues fixed by the recommended upgrade:
SNYK-JS-AXIOS-7361793
SNYK-JS-WS-7266574
SNYK-JS-FOLLOWREDIRECTS-6444610
Release notes
Package name: @slack/bolt
What's Changed
This patch release brings improvements to documentation and sureness in our CI, as well as security updates to certain
@ slack
packages - see CVE-2024-39338 andaxios@1.7.4
for more details!Changes
📚 Documentation
🔒 Security
🧰 Maintenance
Full Changelog: https://github.com/slackapi/bolt-js/compare/@ slack/bolt@3.21.0...@ slack/bolt@3.21.1
What's Changed
Bolt-JS now supports Custom Steps! That's right, your trusty Bolt app now let's you expose Custom Steps in Bolt, allowing you to provide steps for use in Workflow Builder.
You can now use the new
function()
method to register handlers for thefunction_executed
event. Check out our API docs on the topic to get started.Changelog
New Contributors
Full Changelog: https://github.com/slackapi/bolt-js/compare/@ slack/bolt@3.20.0...@ slack/bolt@3.21.0
What's Changed
@ slack/bolt@3.20.0
by @ filmaj in #2195New Contributors
Full Changelog: https://github.com/slackapi/bolt-js/compare/@ slack/bolt@3.19.0...@ slack/bolt@3.20.0
What's Changed
More customizations for the
AwsLambdaReceiver
have landed as well as a few touchups to typings and documented details!With this release, the signature verification for
AwsLambdaReceiver
can now be turned off if that's something you're interested in! Perhaps you have your own stylish way of verifying these signatures. The following can be added to your receiver to unlock this:const app = new App({
...
receiver: new AwsLambdaReceiver({
signatureVerification: false,
}),
});
Read on and browse around for more details on all of the changes included!
🎁 Enhancements
AwsLambdaReceiver
to enable/disable signature verification in #2107 - thanks @ noah-guillory!🐛 Fixes
CodedError
in #2110 - thanks @ filmaj!📚 Documentation
🧰 Maintenance
📦 Dependencies
New Contributors
Full Changelog: https://github.com/slackapi/bolt-js/compare/@ slack/bolt@3.18.0...@ slack/bolt@3.19.0
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: