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-6416-d7b8d8c25b3adfec08da6c6601affac21e84d699
in repository https://gitbox.apache.org/repos/asf/texera.git

commit ab8e5716805da9ab5ea2fac9d6a4667f1a6a109e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 15 08:23:56 2026 +0000

    chore(deps, frontend): bump concurrently from 7.4.0 to 10.0.3 in /frontend 
(#6416)
    
    Bumps [concurrently](https://github.com/open-cli-tools/concurrently)
    from 7.4.0 to 10.0.3.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    
href="https://github.com/open-cli-tools/concurrently/releases";>concurrently's
    releases</a>.</em></p>
    <blockquote>
    <h2>v10.0.3</h2>
    <p>Republish of <a
    
href="https://github.com/open-cli-tools/concurrently/releases/tag/v10.0.1";>https://github.com/open-cli-tools/concurrently/releases/tag/v10.0.1</a>
    with Trusted Publishing enabled (see <a
    
href="https://redirect.github.com/open-cli-tools/concurrently/issues/595";>#595</a>)</p>
    <p><strong>Full Changelog</strong>: <a
    
href="https://github.com/open-cli-tools/concurrently/compare/v10.0.2...v10.0.3";>https://github.com/open-cli-tools/concurrently/compare/v10.0.2...v10.0.3</a></p>
    <h2>v10.0.2</h2>
    <p>Test version to restore Trusted Publishing. Not published to npm.</p>
    <h2>v10.0.1</h2>
    <ul>
    <li>Ensure <code>FlowController</code> type is exported - <a
    
href="https://redirect.github.com/open-cli-tools/concurrently/issues/594";>#594</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    
href="https://github.com/open-cli-tools/concurrently/compare/v10.0.0...v10.0.1";>https://github.com/open-cli-tools/concurrently/compare/v10.0.0...v10.0.1</a></p>
    <h2>v10.0.0</h2>
    <h2>💥 Breaking Changes</h2>
    <ul>
    <li><strong>Dropped support for Node.js &lt;22.0.0.</strong>
    Older Node.js version have reached end-of-life, and certain features
    require new-ish JS APIs.</li>
    <li><strong>concurrently is now ESM-only.</strong>
    It's now possible to <code>require(esm)</code>. See <a
    href="https://socket.dev/blog/require-esm-backported-to-node-js-20";>here
    for interoperability</a>.</li>
    <li><strong>Prefix colors now default to automatic</strong> - <a
    
href="https://redirect.github.com/open-cli-tools/concurrently/issues/581";>#581</a>
    The colors used to default to <code>reset</code> (which does nothing).
    Concurrently now automatically selects a color, out of the box.
    The list of colors used is not jarring nor carries semantic meaning, and
    reads well in both dark and light terminal backgrounds.</li>
    <li><strong>Removed deprecated flags and options</strong>
    <ul>
    <li>CLI flag <code>--name-separator</code>: use commas instead.</li>
    <li>API option <code>killOthers</code>: use <code>killOthersOn</code>
    instead.</li>
    </ul>
    </li>
    </ul>
    <h2>✨ New Features</h2>
    <ul>
    <li>Support applying modifiers to hex prefix colors (e.g.
    <code>#ff0000.bold</code>) - <a
    
href="https://redirect.github.com/open-cli-tools/concurrently/issues/450";>#450</a></li>
    <li>Support chalk's color functions in prefixes (e.g.
    <code>rgb()</code>, <code>hex()</code>, <code>bgRgb()</code>, etc) - <a
    
href="https://redirect.github.com/open-cli-tools/concurrently/issues/578";>#578</a></li>
    <li>Set prefix background color via <code>bg#RRGGBB</code> - <a
    
href="https://redirect.github.com/open-cli-tools/concurrently/issues/578";>#578</a></li>
    <li>Allow shell override via <code>--shell</code> CLI
    flag/<code>shell</code> API option - <a
    
href="https://redirect.github.com/open-cli-tools/concurrently/issues/288";>#288</a>,
    <a
    
href="https://redirect.github.com/open-cli-tools/concurrently/issues/589";>#589</a>,
    <a
    
href="https://redirect.github.com/open-cli-tools/concurrently/issues/556";>#556</a>
    concurrently distinguishes between cmd.exe, powershell, and POSIX-based
    shells.</li>
    <li>Manual prefix coloring in templates e.g.
    <code>[{color}{name}{/color}]</code> - <a
    
href="https://redirect.github.com/open-cli-tools/concurrently/issues/583";>#583</a>,
    <a
    
href="https://redirect.github.com/open-cli-tools/concurrently/issues/587";>#587</a></li>
    </ul>
    <h2>🐛 Bug fixes</h2>
    <ul>
    <li>Scope quote normalization to CLI input - <a
    
href="https://redirect.github.com/open-cli-tools/concurrently/issues/582";>#582</a>,
    <a
    
href="https://redirect.github.com/open-cli-tools/concurrently/issues/585";>#585</a>
    It should now also be possible to run commands like
    <code>&quot;/some/command&quot; foo bar&quot;</code></li>
    <li>Don't throw when color doesn't exist - <a
    
href="https://redirect.github.com/open-cli-tools/concurrently/issues/580";>#580</a></li>
    </ul>
    <h2>🔐 Security</h2>
    <ul>
    <li>Address <a
    href="https://app.snyk.io/vuln/SNYK-JS-SHELLQUOTE-16799355";>vulnerability
    in <code>shellquote</code></a> - <a
    
href="https://redirect.github.com/open-cli-tools/concurrently/issues/591";>#591</a></li>
    </ul>
    <h2>Other changes</h2>
    <ul>
    <li>Warn about running on Snap - <a
    
href="https://redirect.github.com/open-cli-tools/concurrently/issues/584";>#584</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/philfreo";><code>@​philfreo</code></a>
    made their first contribution in <a
    
href="https://redirect.github.com/open-cli-tools/concurrently/pull/566";>open-cli-tools/concurrently#566</a></li>
    <li><a href="https://github.com/garretmh";><code>@​garretmh</code></a>
    made their first contribution in <a
    
href="https://redirect.github.com/open-cli-tools/concurrently/pull/450";>open-cli-tools/concurrently#450</a></li>
    <li><a href="https://github.com/CodeF53";><code>@​CodeF53</code></a> made
    their first contribution in <a
    
href="https://redirect.github.com/open-cli-tools/concurrently/pull/574";>open-cli-tools/concurrently#574</a></li>
    <li><a href="https://github.com/nkappler";><code>@​nkappler</code></a>
    made their first contribution in <a
    
href="https://redirect.github.com/open-cli-tools/concurrently/pull/577";>open-cli-tools/concurrently#577</a></li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/open-cli-tools/concurrently/commit/435f61b5c5611daa25b9d7e97dded2e1a370201e";><code>435f61b</code></a>
    10.0.3</li>
    <li><a
    
href="https://github.com/open-cli-tools/concurrently/commit/5ea69c6432de4ba4ff27d2f43a9970b8760213f8";><code>5ea69c6</code></a>
    ci: use node 24 in the release workflow</li>
    <li><a
    
href="https://github.com/open-cli-tools/concurrently/commit/18e1281879125e9a0de76ec329cbb657e10cfcde";><code>18e1281</code></a>
    10.0.2</li>
    <li><a
    
href="https://github.com/open-cli-tools/concurrently/commit/e70686fdd0ccad95466cc99c3e7fdc7fcde16487";><code>e70686f</code></a>
    10.0.1</li>
    <li><a
    
href="https://github.com/open-cli-tools/concurrently/commit/a95bcebd7bfc559e1b27ec9673d71ea6200bb344";><code>a95bceb</code></a>
    Rename flow-controller{.d -&gt; }.ts</li>
    <li><a
    
href="https://github.com/open-cli-tools/concurrently/commit/ced4245a9a6739b43afbc8ae63565bd83a5a54c7";><code>ced4245</code></a>
    ci: configure trusted publisher flow</li>
    <li><a
    
href="https://github.com/open-cli-tools/concurrently/commit/cf2eaa2b0fd36cc9f1eaf1f8c56de8d21bd0a42c";><code>cf2eaa2</code></a>
    10.0.0</li>
    <li><a
    
href="https://github.com/open-cli-tools/concurrently/commit/1b9bae47a9d966cc13c3da4a4dab5d0c40a16ded";><code>1b9bae4</code></a>
    deps: upgrade yargs to v18 (<a
    
href="https://redirect.github.com/open-cli-tools/concurrently/issues/593";>#593</a>)</li>
    <li><a
    
href="https://github.com/open-cli-tools/concurrently/commit/b05ee750cafde7b10b544c0153ad56c53571b422";><code>b05ee75</code></a>
    Bump min Node.js version to v22</li>
    <li><a
    
href="https://github.com/open-cli-tools/concurrently/commit/ae60bc4ef10d4292b44af42f26d1ab20bad2484c";><code>ae60bc4</code></a>
    Scope quote normalization to CLI input (<a
    
href="https://redirect.github.com/open-cli-tools/concurrently/issues/585";>#585</a>)</li>
    <li>Additional commits viewable in <a
    
href="https://github.com/open-cli-tools/concurrently/compare/v7.4.0...v10.0.3";>compare
    view</a></li>
    </ul>
    </details>
    <details>
    <summary>Maintainer changes</summary>
    <p>This version was pushed to npm by <a
    href="https://www.npmjs.com/~GitHub%20Actions";>GitHub Actions</a>, a new
    releaser for concurrently since your current version.</p>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=concurrently&package-manager=npm_and_yarn&previous-version=7.4.0&new-version=10.0.3)](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 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)
    
    
    </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]>
    Co-authored-by: Meng Wang <[email protected]>
---
 frontend/package.json |  2 +-
 frontend/yarn.lock    | 69 ++++++++++++++++++++++++---------------------------
 2 files changed, 34 insertions(+), 37 deletions(-)

diff --git a/frontend/package.json b/frontend/package.json
index 2eb025d159..a96a84814d 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -117,7 +117,7 @@
     "@vitest/coverage-v8": "4.1.10",
     "buffer": "5.7.1",
     "build-number-generator": "3.1.0",
-    "concurrently": "7.4.0",
+    "concurrently": "10.0.3",
     "eslint": "8.57.0",
     "eslint-plugin-rxjs": "5.0.3",
     "eslint-plugin-rxjs-angular": "2.0.1",
diff --git a/frontend/yarn.lock b/frontend/yarn.lock
index 3f5e44c023..d4867a000e 100644
--- a/frontend/yarn.lock
+++ b/frontend/yarn.lock
@@ -8252,6 +8252,13 @@ __metadata:
   languageName: node
   linkType: hard
 
+"chalk@npm:5.6.2, chalk@npm:^5.6.2":
+  version: 5.6.2
+  resolution: "chalk@npm:5.6.2"
+  checksum: 
10c0/99a4b0f0e7991796b1e7e3f52dceb9137cae2a9dfc8fc0784a550dc4c558e15ab32ed70b14b21b52beb2679b4892b41a0aa44249bcb996f01e125d58477c6976
+  languageName: node
+  linkType: hard
+
 "chalk@npm:^1.1.3":
   version: 1.1.3
   resolution: "chalk@npm:1.1.3"
@@ -8265,13 +8272,6 @@ __metadata:
   languageName: node
   linkType: hard
 
-"chalk@npm:^5.6.2":
-  version: 5.6.2
-  resolution: "chalk@npm:5.6.2"
-  checksum: 
10c0/99a4b0f0e7991796b1e7e3f52dceb9137cae2a9dfc8fc0784a550dc4c558e15ab32ed70b14b21b52beb2679b4892b41a0aa44249bcb996f01e125d58477c6976
-  languageName: node
-  linkType: hard
-
 "chardet@npm:^2.1.1":
   version: 2.1.1
   resolution: "chardet@npm:2.1.1"
@@ -8560,23 +8560,20 @@ __metadata:
   languageName: node
   linkType: hard
 
-"concurrently@npm:7.4.0":
-  version: 7.4.0
-  resolution: "concurrently@npm:7.4.0"
+"concurrently@npm:10.0.3":
+  version: 10.0.3
+  resolution: "concurrently@npm:10.0.3"
   dependencies:
-    chalk: "npm:^4.1.0"
-    date-fns: "npm:^2.29.1"
-    lodash: "npm:^4.17.21"
-    rxjs: "npm:^7.0.0"
-    shell-quote: "npm:^1.7.3"
-    spawn-command: "npm:^0.0.2-1"
-    supports-color: "npm:^8.1.0"
-    tree-kill: "npm:^1.2.2"
-    yargs: "npm:^17.3.1"
+    chalk: "npm:5.6.2"
+    rxjs: "npm:7.8.2"
+    shell-quote: "npm:1.8.4"
+    supports-color: "npm:10.2.2"
+    tree-kill: "npm:1.2.2"
+    yargs: "npm:18.0.0"
   bin:
-    conc: dist/bin/concurrently.js
-    concurrently: dist/bin/concurrently.js
-  checksum: 
10c0/f97dbbc107135003811a71294847edf5267aa9239af51077b153a127859bf3b4e23f82aed023dfad421f1bc325c6621ec1b0db569b7bbb2e85e6e15d3d277dc8
+    conc: dist/bin/index.js
+    concurrently: dist/bin/index.js
+  checksum: 
10c0/59a4d9a7946fdbfbfa380543e5e5a40eb5b993cde18862126e8c7fe117813ebd26d67aa67b64781543c0e357eb23fb551f303b622e439354398ff0d7d71735b6
   languageName: node
   linkType: hard
 
@@ -9054,7 +9051,7 @@ __metadata:
   languageName: node
   linkType: hard
 
-"date-fns@npm:^2.16.1, date-fns@npm:^2.29.1":
+"date-fns@npm:^2.16.1":
   version: 2.30.0
   resolution: "date-fns@npm:2.30.0"
   dependencies:
@@ -10848,7 +10845,7 @@ __metadata:
     buffer: "npm:5.7.1"
     build-number-generator: "npm:3.1.0"
     concaveman: "npm:2.0.0"
-    concurrently: "npm:7.4.0"
+    concurrently: "npm:10.0.3"
     d3-shape: "npm:2.1.0"
     dagre: "npm:0.8.5"
     eslint: "npm:8.57.0"
@@ -15656,7 +15653,7 @@ __metadata:
   languageName: node
   linkType: hard
 
-"rxjs@npm:7.8.2, rxjs@npm:^7.0.0, rxjs@npm:^7.4.0, rxjs@npm:^7.8.0, 
rxjs@npm:^7.8.1":
+"rxjs@npm:7.8.2, rxjs@npm:^7.4.0, rxjs@npm:^7.8.0, rxjs@npm:^7.8.1":
   version: 7.8.2
   resolution: "rxjs@npm:7.8.2"
   dependencies:
@@ -16252,7 +16249,7 @@ __metadata:
   languageName: node
   linkType: hard
 
-"shell-quote@npm:^1.7.3, shell-quote@npm:^1.8.4":
+"shell-quote@npm:1.8.4, shell-quote@npm:^1.8.4":
   version: 1.8.4
   resolution: "shell-quote@npm:1.8.4"
   checksum: 
10c0/86c93678bc394cb81f5ddcdc87df9c95d279ef9652775cd1cd1eed361404169a8d8cbaacaeed232ab09919e36ee1e5363863570390d78571f8c22b7f6312fb40
@@ -16486,13 +16483,6 @@ __metadata:
   languageName: node
   linkType: hard
 
-"spawn-command@npm:^0.0.2-1":
-  version: 0.0.2
-  resolution: "spawn-command@npm:0.0.2"
-  checksum: 
10c0/b22f2d71239e6e628a400831861ba747750bbb40c0a53323754cf7b84330b73d81e40ff1f9055e6d1971818679510208a9302e13d9ff3b32feb67e74d7a1b3ef
-  languageName: node
-  linkType: hard
-
 "spdx-exceptions@npm:^2.1.0":
   version: 2.5.0
   resolution: "spdx-exceptions@npm:2.5.0"
@@ -16711,6 +16701,13 @@ __metadata:
   languageName: node
   linkType: hard
 
+"supports-color@npm:10.2.2":
+  version: 10.2.2
+  resolution: "supports-color@npm:10.2.2"
+  checksum: 
10c0/fb28dd7e0cdf80afb3f2a41df5e068d60c8b4f97f7140de2eaed5b42e075d82a0e980b20a2c0efd2b6d73cfacb55555285d8cc719fa0472220715aefeaa1da7c
+  languageName: node
+  linkType: hard
+
 "supports-color@npm:7.2.0, supports-color@npm:^7.1.0":
   version: 7.2.0
   resolution: "supports-color@npm:7.2.0"
@@ -16727,7 +16724,7 @@ __metadata:
   languageName: node
   linkType: hard
 
-"supports-color@npm:^8.0.0, supports-color@npm:^8.1.0, 
supports-color@npm:^8.1.1":
+"supports-color@npm:^8.0.0, supports-color@npm:^8.1.1":
   version: 8.1.1
   resolution: "supports-color@npm:8.1.1"
   dependencies:
@@ -17034,7 +17031,7 @@ __metadata:
   languageName: node
   linkType: hard
 
-"tree-kill@npm:1.2.2, tree-kill@npm:^1.2.2":
+"tree-kill@npm:1.2.2":
   version: 1.2.2
   resolution: "tree-kill@npm:1.2.2"
   bin:
@@ -18348,7 +18345,7 @@ __metadata:
   languageName: node
   linkType: hard
 
-"yargs@npm:17.7.2, yargs@npm:^17.0.0, yargs@npm:^17.3.1, yargs@npm:^17.7.2":
+"yargs@npm:17.7.2, yargs@npm:^17.0.0, yargs@npm:^17.7.2":
   version: 17.7.2
   resolution: "yargs@npm:17.7.2"
   dependencies:

Reply via email to