Skip to content

Bump ws, @slack/client and sails#11

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-578fe3e394
Open

Bump ws, @slack/client and sails#11
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-578fe3e394

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 20, 2026

Copy link
Copy Markdown

Bumps ws to 5.2.5 and updates ancestor dependencies ws, @slack/client and sails. These dependencies need to be updated together.

Updates ws from 1.1.2 to 5.2.5

Release notes

Sourced from ws's releases.

5.2.5

Bug fixes

  • Backported 2b2abd45 to the 5.x release line (bd8756a4).

5.2.4

Bug fixes

  • Backported e55e5106 to the 5.x release line (4abd8f6d).

5.2.3

Bug fixes

  • Backported 00c425ec to the 5.x release line (76d47c14).

5.2.2

Bug fixes

  • Fixed a use after invalidation bug introduced in 6046a28 (8aba871).

5.2.1

Bug fixes

  • Fixed a bug that could prevent buffered data from being processed under certain circumstances (6046a28).

5.2.0

Features

  • Added ability to specify custom headers when rejecting the handshake (#1379).

5.1.1

Bug fixes

  • Fixed a regression introduced in 9e152f9 (#1347).

5.1.0

Features

  • The address argument of the WebSocket constructor can now be a URL instance (#1329).
  • The options argument of the WebSocket constructor now accepts any TLS option that is also accepted by https.request() (#1332).

5.0.0

Breaking changes

... (truncated)

Commits

Updates @slack/client from 3.16.0 to 5.0.2

Release notes

Sourced from @​slack/client's releases.

@​slack/logger@​4.0.1

Patch Changes

  • b8d922f: build: add support for node 24

@​slack/cli-test@​4.0.0

Major Changes

  • e8fbfd5: fix: remove default "--app deployed" global flag from commands

    Commands running for a specific app must now provide the "app" argument:

      await SlackCLI.app.delete({
        appPath: "my-app",
        team: "T0123456789",
    +   app: "deployed",
      });

    The options "local" or "deployed" or app ID all remain available to use.

Commits
  • 35b40af Publish
  • f18a3ba Merge pull request #840 from clavin/increase-test-timeout-scalars
  • a7f44c7 Incrase test timeout multipliers
  • 8d56368 Merge pull request #839 from aoberoi/feat-remote-files
  • 162b489 synchronize arguments and requiredness with public API docs
  • 76a7aee jk the method is cursor pagination enabled
  • cc2ef48 apply traditional paging interface instead of repeating arguments
  • 0295088 simplify type definitions to make them generatable in the future
  • 135b0b9 adds support for the Remote Files API
  • bf4f18d Merge pull request #832 from seratch/response_metadata.messages
  • Additional commits viewable in compare view

Updates sails from 0.12.14 to 1.5.18

Release notes

Sourced from sails's releases.

v1.5.11

What's Changed

v1.5.9

What's Changed

v1.5.7

What's Changed

Big thanks to @​ThomasRinsma at Codean!

Full Changelog: balderdashy/sails@v1.5.5...v1.5.7

v1.5.5

What's Changed

... (truncated)

Changelog

Sourced from sails's changelog.

Sails Changelog

1.2.0

  • Added sails migrate for quickly running auto-migrations by hand
  • The output of sails inspect no longer includes controller information
  • When loading user hooks, if sails.config.loadHooks is specified, skip hooks whose names aren't explicitly included
  • Increased time to display warning message in config/bootstrap.js from 5 seconds to 30 seconds
  • Switched to using updateOne in the "update" blueprint
  • Blueprint queries no longer include fetch: true by default, to avoid warnings from updateOne
  • Update error mesage in default serverError response to use flaverr
  • In lib/router/res.js, instead of always setting 'content-type' to 'application/json', only set it if res.get('content-type') is falsy
  • Update flaverr dependency
  • Update i18n-2 dependency to resolve deprecation warning
  • Update rc dependency to address potential vulnerabilities
  • Update machinepack-process dependency to address potential vulnerabilities
  • Update machinepack-redis dependency to address potential vulnerabilities

1.1.0

As always, we owe a debt of gratitude to our contributors-- we mentioned you below next to the features/enhancements/fixes you contributed to. (Apologies to anyone we missed, there was a lot in this release! Let us know and we'll add you to the list.)

We especially want to thank those contributors who helped out with the documentation:

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by eashaw, a new releaser for sails since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [ws](https://github.com/websockets/ws) to 5.2.5 and updates ancestor dependencies [ws](https://github.com/websockets/ws), [@slack/client](https://github.com/slackapi/node-slack-sdk) and [sails](https://github.com/balderdashy/sails). These dependencies need to be updated together.


Updates `ws` from 1.1.2 to 5.2.5
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@1.1.2...5.2.5)

Updates `@slack/client` from 3.16.0 to 5.0.2
- [Release notes](https://github.com/slackapi/node-slack-sdk/releases)
- [Commits](https://github.com/slackapi/node-slack-sdk/compare/v3.16.0...@slack/client@5.0.2)

Updates `sails` from 0.12.14 to 1.5.18
- [Release notes](https://github.com/balderdashy/sails/releases)
- [Changelog](https://github.com/balderdashy/sails/blob/master/CHANGELOG.md)
- [Commits](balderdashy/sails@v0.12.14...v1.5.18)

---
updated-dependencies:
- dependency-name: ws
  dependency-version: 5.2.5
  dependency-type: indirect
- dependency-name: "@slack/client"
  dependency-version: 5.0.2
  dependency-type: direct:production
- dependency-name: sails
  dependency-version: 1.5.18
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants