This is an automated email from the ASF dual-hosted git repository.

github-merge-queue[bot] pushed a commit to branch 
gh-readonly-queue/main/pr-6706-66bc75d003dad0d5dbdaad7e30da964cdef2f526
in repository https://gitbox.apache.org/repos/asf/texera.git

commit 5da2a719104856b988b8d0eb45fd71606ff111c4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 22 01:57:43 2026 +0000

    fix(deps, pyright-language-service): bump ws from 8.21.0 to 8.21.1 in 
/pyright-language-service in the pyright-patch group (#6706)
    
    Bumps the pyright-patch group in /pyright-language-service with 1
    update: [ws](https://github.com/websockets/ws).
    
    Updates `ws` from 8.21.0 to 8.21.1
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/websockets/ws/releases";>ws's
    releases</a>.</em></p>
    <blockquote>
    <h2>8.21.1</h2>
    <h1>Bug fixes</h1>
    <ul>
    <li>Empty fragments are now counted toward the limit (a2f4e7c0).</li>
    <li>The default values of the <code>maxBufferedChunks</code> and
    <code>maxFragments</code> options have
    been reduced (f197ac65).</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/websockets/ws/commit/ae1de54330cef77e487548890fabfeb9aae1d83d";><code>ae1de54</code></a>
    [dist] 8.21.1</li>
    <li><a
    
href="https://github.com/websockets/ws/commit/8e9511b86b3fc6deebbd97dd9af7c9056deea8d1";><code>8e9511b</code></a>
    [ci] Trust Coveralls Homebrew tap</li>
    <li><a
    
href="https://github.com/websockets/ws/commit/f197ac65140920bdcecdab74bfc69c2d7858e55d";><code>f197ac6</code></a>
    [fix] Lower default values of <code>maxBufferedChunks</code> and
    <code>maxFragments</code></li>
    <li><a
    
href="https://github.com/websockets/ws/commit/8df8265c2f63fd44af3193a98e23cf38888cd991";><code>8df8265</code></a>
    [ci] Update actions/checkout action to v7</li>
    <li><a
    
href="https://github.com/websockets/ws/commit/a2f4e7c046c2112bbce6fef39a083dac77d6f0d2";><code>a2f4e7c</code></a>
    [fix] Count empty fragments toward the limit (<a
    href="https://redirect.github.com/websockets/ws/issues/2329";>#2329</a>)</li>
    <li><a
    
href="https://github.com/websockets/ws/commit/e79f912cb3f492ae04c28feb9459a209e186b0ad";><code>e79f912</code></a>
    [pkg] Approve install scripts for bufferutil and utf-8-validate</li>
    <li><a
    
href="https://github.com/websockets/ws/commit/4ea355d6d3069394994f82ca1b6d38c32ba208fb";><code>4ea355d</code></a>
    [doc] Document 32-bit signed integer coercion for option values</li>
    <li><a
    
href="https://github.com/websockets/ws/commit/2120f4c8c625a76316792680a231496e1b615252";><code>2120f4c</code></a>
    [example] Remove uuid dependency</li>
    <li><a
    
href="https://github.com/websockets/ws/commit/4c534a6b8a5224a563af116e85c6ced7d4ca60cf";><code>4c534a6</code></a>
    [security] Add latest vulnerability to SECURITY.md</li>
    <li>See full diff in <a
    href="https://github.com/websockets/ws/compare/8.21.0...8.21.1";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ws&package-manager=npm_and_yarn&previous-version=8.21.0&new-version=8.21.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    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-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    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
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Xinyuan Lin <[email protected]>
---
 pyright-language-service/package.json | 2 +-
 pyright-language-service/yarn.lock    | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pyright-language-service/package.json 
b/pyright-language-service/package.json
index c16762aa17..02b5e5972f 100644
--- a/pyright-language-service/package.json
+++ b/pyright-language-service/package.json
@@ -10,7 +10,7 @@
     "typescript": "6.0.3",
     "vscode-languageserver": "10.1.0",
     "vscode-ws-jsonrpc": "3.5.0",
-    "ws": "8.21.0"
+    "ws": "8.21.1"
   },
   "devDependencies": {
     "@types/express": "5.0.6",
diff --git a/pyright-language-service/yarn.lock 
b/pyright-language-service/yarn.lock
index cd21c55b39..7f38e85f14 100644
--- a/pyright-language-service/yarn.lock
+++ b/pyright-language-service/yarn.lock
@@ -727,10 +727,10 @@ wrappy@1:
   resolved 
"https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f";
   integrity 
sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==
 
[email protected]:
-  version "8.21.0"
-  resolved 
"https://registry.yarnpkg.com/ws/-/ws-8.21.0.tgz#012e413fc07429945121b0c153158c4343086951";
-  integrity 
sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==
[email protected]:
+  version "8.21.1"
+  resolved 
"https://registry.yarnpkg.com/ws/-/ws-8.21.1.tgz#045650cd4b1207809e7547146223c3814a9af586";
+  integrity 
sha512-+0NTnW77fFN/DjQi6k/Sq/Yvk4Sgajw7urW8V+asjXnRgDs9gyGkdb7EzgfhA4goXsRIZKE28fzIXBHEzhuiWw==
 
 [email protected]:
   version "3.1.1"

Reply via email to