dependabot[bot] opened a new pull request, #192:
URL: https://github.com/apache/echarts-handbook/pull/192

   Bumps [undici](https://github.com/nodejs/undici) to 6.28.0 and updates 
ancestor dependency 
[@jamesives/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action).
 These dependencies need to be updated together.
   
   Updates `undici` from 5.29.0 to 6.28.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/nodejs/undici/releases";>undici's releases</a>.</em></p>
   <blockquote>
   <h2>v6.28.0</h2>
   <h2>⚠️ Security fixes</h2>
   <ul>
   <li><a 
href="https://github.com/nodejs/undici/security/advisories/GHSA-m8rv-5g2x-5cg5";>GHSA-m8rv-5g2x-5cg5</a>:
 a malicious <code>type</code> property on a duck-typed blob-like HTTP/1.1 
request body could inject CRLF sequences into the generated 
<code>content-type</code> header. Undici now coerces and validates the value 
before adding it to the request. Fixed by <a 
href="https://github.com/nodejs/undici/commit/740a0b7c173cb4a83a5b693e96e8f3a116cfc400";>740a0b7c</a>.</li>
   <li><a 
href="https://github.com/nodejs/undici/security/advisories/GHSA-8xcm-r25x-g524";>GHSA-8xcm-r25x-g524</a>:
 the retry interceptor could expose a stale <code>Content-Length</code> after 
resuming a partial response, potentially causing downstream response 
desynchronization, hangs, or corruption. Undici now rejects partial responses 
whose <code>Content-Length</code> is inconsistent with 
<code>Content-Range</code>. Fixed by <a 
href="https://github.com/nodejs/undici/commit/cba3a52ac2e7abcc4e656d82af8579ea82c2bb9e";>cba3a52a</a>,
 with corrected fixtures in <a 
href="https://github.com/nodejs/undici/commit/4fd5a0c61e627f928b7003adc4ffe1e55ec63420";>4fd5a0c6</a>.</li>
   <li><a 
href="https://github.com/nodejs/undici/security/advisories/GHSA-v3r7-h72x-cjcm";>GHSA-v3r7-h72x-cjcm</a>:
 unsanitized <code>domain</code> and <code>unparsed</code> values passed to 
<code>setCookie()</code> could inject cookie attributes. Undici now validates 
cookie domains, paths, and unparsed attributes more strictly. Fixed by <a 
href="https://github.com/nodejs/undici/commit/af7484043ee075a6f216da0ad77e1dac55199235";>af748404</a>.</li>
   </ul>
   <p><a 
href="https://github.com/nodejs/undici/security/advisories/GHSA-4cwx-7wf7-3272";>GHSA-4cwx-7wf7-3272</a>
 and <a 
href="https://github.com/nodejs/undici/security/advisories/GHSA-jr45-8vmc-qm54";>GHSA-jr45-8vmc-qm54</a>
 affect the cache interceptor in Undici v7 and v8; Undici v6 is not in their 
affected version ranges.</p>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/nodejs/undici/compare/v6.27.0...v6.28.0";>https://github.com/nodejs/undici/compare/v6.27.0...v6.28.0</a></p>
   <h2>v6.27.0</h2>
   <h1>⚠️ Security Release</h1>
   <p>This release line addresses <strong>4 security advisories</strong>.</p>
   <blockquote>
   <p><strong>Action required:</strong> Upgrade to <strong>undici 
6.27.0</strong> or later.</p>
   <pre lang="sh"><code>npm install undici@^6.27.0
   </code></pre>
   </blockquote>
   <blockquote>
   <p><strong>Note on patched version:</strong> the v6 fixes shipped in 
<strong>v6.27.0</strong>, not <code>6.26.0</code>
   — <code>v6.26.0</code> contains only the chunked-EOF fix (<a 
href="https://redirect.github.com/nodejs/undici/issues/5308";>#5308</a>) and the 
version bump, none
   of the security fixes below.</p>
   </blockquote>
   <p>The v6 line is <strong>not</strong> affected by the SOCKS5 advisories 
(GHSA-vmh5-mc38-953g,
   GHSA-hm92-r4w5-c3mj), the shared-cache disclosure (GHSA-pr7r-676h-xcf6), or 
the
   8.x-only WebSocket regression (GHSA-38rv-x7px-6hhq).</p>
   <h2>Summary</h2>
   <table>
   <thead>
   <tr>
   <th>Advisory</th>
   <th>CVE</th>
   <th>Severity (CVSS)</th>
   <th>Fixed in</th>
   <th>Fix commit</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><a 
href="https://github.com/nodejs/undici/security/advisories/GHSA-vxpw-j846-p89q";>GHSA-vxpw-j846-p89q</a></td>
   <td>CVE-2026-12151</td>
   <td>High (7.5)</td>
   <td>6.27.0</td>
   <td><a 
href="https://github.com/nodejs/undici/commit/b7f252e7";><code>b7f252e7</code></a></td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/nodejs/undici/security/advisories/GHSA-p88m-4jfj-68fv";>GHSA-p88m-4jfj-68fv</a></td>
   <td>CVE-2026-9679</td>
   <td>Moderate (5.9)</td>
   <td>6.27.0</td>
   <td><a 
href="https://github.com/nodejs/undici/commit/25efa447";><code>25efa447</code></a></td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/nodejs/undici/security/advisories/GHSA-g8m3-5g58-fq7m";>GHSA-g8m3-5g58-fq7m</a></td>
   <td>CVE-2026-11525</td>
   <td>Low (3.7)</td>
   <td>6.27.0</td>
   <td><a 
href="https://github.com/nodejs/undici/commit/25efa447";><code>25efa447</code></a></td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/nodejs/undici/security/advisories/GHSA-35p6-xmwp-9g52";>GHSA-35p6-xmwp-9g52</a></td>
   <td>CVE-2026-6733</td>
   <td>Low (3.7)</td>
   <td>6.27.0</td>
   <td><a 
href="https://github.com/nodejs/undici/commit/f4c31d60";><code>f4c31d60</code></a></td>
   </tr>
   </tbody>
   </table>
   <hr />
   <h2>High severity</h2>
   <h3>WebSocket DoS via fragment count bypass — CVE-2026-12151</h3>
   <p><strong><a 
href="https://github.com/nodejs/undici/security/advisories/GHSA-vxpw-j846-p89q";>GHSA-vxpw-j846-p89q</a></strong>
 · CWE-400, CWE-770
   <strong>Fix:</strong> <a 
href="https://github.com/nodejs/undici/commit/b7f252e7";><code>b7f252e7</code></a>
 <em>Backport WebSocket maxPayloadSize fixes</em> (<a 
href="https://redirect.github.com/nodejs/undici/pull/5423";>#5423</a>, 
backported to v6 in <a 
href="https://redirect.github.com/nodejs/undici/pull/5428";>#5428</a>)</p>
   <p>A malicious WebSocket server can stream a large number of small or empty
   continuation frames. Undici enforced a limit on cumulative payload size but 
did</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/nodejs/undici/commit/01a912e49a50c48009ed2639d2a457a6ec26752a";><code>01a912e</code></a>
 Bumped v6.28.0 (<a 
href="https://redirect.github.com/nodejs/undici/issues/5591";>#5591</a>)</li>
   <li><a 
href="https://github.com/nodejs/undici/commit/481ecfc3280292ab7eb0abbc4d0139219126f15e";><code>481ecfc</code></a>
 Use Node 22 and npm 11 to release</li>
   <li><a 
href="https://github.com/nodejs/undici/commit/740a0b7c173cb4a83a5b693e96e8f3a116cfc400";><code>740a0b7</code></a>
 fix: validate blob body content type</li>
   <li><a 
href="https://github.com/nodejs/undici/commit/2698e492ed22c9ec704b5df573d612bdd03f6ca0";><code>2698e49</code></a>
 fix: validate coerced header values for CRLF (<a 
href="https://redirect.github.com/nodejs/undici/issues/5579";>#5579</a>)</li>
   <li><a 
href="https://github.com/nodejs/undici/commit/4fd5a0c61e627f928b7003adc4ffe1e55ec63420";><code>4fd5a0c</code></a>
 test(retry): correct broken content-range fixtures in retry-handler.js</li>
   <li><a 
href="https://github.com/nodejs/undici/commit/cba3a52ac2e7abcc4e656d82af8579ea82c2bb9e";><code>cba3a52</code></a>
 fix(retry): reject partial content length mismatch</li>
   <li><a 
href="https://github.com/nodejs/undici/commit/af7484043ee075a6f216da0ad77e1dac55199235";><code>af74840</code></a>
 fix: harden cookie domain, path, and unparsed attribute validation</li>
   <li><a 
href="https://github.com/nodejs/undici/commit/551138cbc1742c92242a68216167761075e8a82c";><code>551138c</code></a>
 Bumped v6.27.0 (<a 
href="https://redirect.github.com/nodejs/undici/issues/5431";>#5431</a>)</li>
   <li><a 
href="https://github.com/nodejs/undici/commit/b7f252e7c0841418fb9d95cd297bdd9fad9d2a53";><code>b7f252e</code></a>
 Backport WebSocket maxPayloadSize fixes to v7.x (<a 
href="https://redirect.github.com/nodejs/undici/issues/5423";>#5423</a>) (<a 
href="https://redirect.github.com/nodejs/undici/issues/5428";>#5428</a>)</li>
   <li><a 
href="https://github.com/nodejs/undici/commit/25efa447997f74d5881edd144525c3fd7db945a4";><code>25efa44</code></a>
 fix(cookies): preserve values and parse SameSite strictly</li>
   <li>Additional commits viewable in <a 
href="https://github.com/nodejs/undici/compare/v5.29.0...v6.28.0";>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 undici since your current version.</p>
   </details>
   <details>
   <summary>Install script changes</summary>
   <p>This version modifies <code>prepare</code> script that runs during 
installation. Review the package contents before updating.</p>
   </details>
   <br />
   
   Updates `@jamesives/github-pages-deploy-action` from 4.7.4 to 4.9.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/JamesIves/github-pages-deploy-action/releases";>@​jamesives/github-pages-deploy-action's
 releases</a>.</em></p>
   <blockquote>
   <h2>v4.9.0</h2>
   <!-- raw HTML omitted -->
   <h2>What's Changed</h2>
   <h3>Bug Fixes 🐝</h3>
   <ul>
   <li>fix: use <code>-</code> instead of <code>/</code> in temporary 
deployment branch name by <a 
href="https://github.com/JamesIves";><code>@​JamesIves</code></a> with <a 
href="https://github.com/Copilot";><code>@​Copilot</code></a> in <a 
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1962";>JamesIves/github-pages-deploy-action#1962</a></li>
   </ul>
   <h3>Build 🔧</h3>
   <ul>
   <li>build(deps): bump actions/download-artifact from 7.0.0 to 8.0.1 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1961";>JamesIves/github-pages-deploy-action#1961</a></li>
   <li>build(deps-dev): bump jest-circus from 30.2.0 to 30.3.0 in the jest 
group by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1959";>JamesIves/github-pages-deploy-action#1959</a></li>
   <li>build(deps): bump webfactory/ssh-agent from 0.9.1 to 0.10.0 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1960";>JamesIves/github-pages-deploy-action#1960</a></li>
   <li>build(deps): bump actions/setup-node from 6.1.0 to 6.3.0 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1958";>JamesIves/github-pages-deploy-action#1958</a></li>
   <li>build(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1956";>JamesIves/github-pages-deploy-action#1956</a></li>
   <li>build(deps): bump lodash from 4.17.21 to 4.17.23 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1948";>JamesIves/github-pages-deploy-action#1948</a></li>
   <li>build(deps): bump actions/checkout from 6.0.1 to 6.0.2 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1949";>JamesIves/github-pages-deploy-action#1949</a></li>
   <li>build(deps): bump flatted from 3.3.1 to 3.4.2 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1964";>JamesIves/github-pages-deploy-action#1964</a></li>
   <li>build(deps): bump codecov/codecov-action from 5.5.2 to 6.0.0 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1965";>JamesIves/github-pages-deploy-action#1965</a></li>
   <li>build(deps): bump typescript-eslint from 8.52.0 to 8.53.0 in the 
typescript group by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1945";>JamesIves/github-pages-deploy-action#1945</a></li>
   <li>build(deps): bump js-yaml from 3.13.1 to 3.14.2 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1968";>JamesIves/github-pages-deploy-action#1968</a></li>
   <li>build(deps): bump lodash from 4.17.23 to 4.18.1 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1966";>JamesIves/github-pages-deploy-action#1966</a></li>
   <li>build(deps): bump actions/checkout from 6.0.2 to 7.0.0 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1992";>JamesIves/github-pages-deploy-action#1992</a></li>
   <li>build(deps): bump undici from 6.24.1 to 6.27.0 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1994";>JamesIves/github-pages-deploy-action#1994</a></li>
   <li>build(deps): bump <code>@​babel/core</code> from 7.24.4 to 7.29.7 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1991";>JamesIves/github-pages-deploy-action#1991</a></li>
   <li>build(deps): bump codecov/codecov-action from 6.0.0 to 7.0.0 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1988";>JamesIves/github-pages-deploy-action#1988</a></li>
   <li>build(deps): bump js-yaml from 3.14.2 to 3.15.0 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1995";>JamesIves/github-pages-deploy-action#1995</a></li>
   <li>build(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1977";>JamesIves/github-pages-deploy-action#1977</a></li>
   </ul>
   <h3>Other Changes</h3>
   <ul>
   <li>chore: merge all open Dependabot dependency updates by <a 
href="https://github.com/JamesIves";><code>@​JamesIves</code></a> with <a 
href="https://github.com/Copilot";><code>@​Copilot</code></a> in <a 
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1967";>JamesIves/github-pages-deploy-action#1967</a></li>
   <li>Update GitHub SSH known host keys by <a 
href="https://github.com/safeengineauto";><code>@​safeengineauto</code></a> in 
<a 
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1982";>JamesIves/github-pages-deploy-action#1982</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a 
href="https://github.com/safeengineauto";><code>@​safeengineauto</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1982";>JamesIves/github-pages-deploy-action#1982</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.9.0";>https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.9.0</a></p>
   <h2>v4.8.0</h2>
   <!-- raw HTML omitted -->
   <h2>What's Changed</h2>
   <h3>Build 🔧</h3>
   <ul>
   <li><strong>Migrate from Node.js 20 to Node.js 24 runtime</strong></li>
   <li>build(deps-dev): bump the eslint group with 3 updates by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1920";>JamesIves/github-pages-deploy-action#1920</a></li>
   <li>build(deps): bump the actions group with 2 updates by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1931";>JamesIves/github-pages-deploy-action#1931</a></li>
   <li>build(deps): bump <code>@​actions/core</code> from 2.0.0 to 2.0.1 in the 
actions group by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1933";>JamesIves/github-pages-deploy-action#1933</a></li>
   <li>build(deps): bump codecov/codecov-action from 5.5.1 to 5.5.2 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1932";>JamesIves/github-pages-deploy-action#1932</a></li>
   <li>build(deps): bump the actions group with 2 updates by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1942";>JamesIves/github-pages-deploy-action#1942</a></li>
   <li>build(deps): bump the eslint group across 1 directory with 4 updates by 
<a href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in 
<a 
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1938";>JamesIves/github-pages-deploy-action#1938</a></li>
   <li>build(deps): bump typescript-eslint from 8.49.0 to 8.50.0 in the 
typescript group by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1937";>JamesIves/github-pages-deploy-action#1937</a></li>
   <li>build(deps): bump actions/download-artifact from 6.0.0 to 7.0.0 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1936";>JamesIves/github-pages-deploy-action#1936</a></li>
   <li>build(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1935";>JamesIves/github-pages-deploy-action#1935</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/JamesIves/github-pages-deploy-action/commit/fa24774553152dd7873cd16ebd8d959b010c5445";><code>fa24774</code></a>
 Merge remote-tracking branch 'origin/dev' into releases/v4</li>
   <li><a 
href="https://github.com/JamesIves/github-pages-deploy-action/commit/1e0489f3ae06b3cdc87560e94a6919980e6e952d";><code>1e0489f</code></a>
 fix: use a dedicated RELEASE_PAT for release creation</li>
   <li><a 
href="https://github.com/JamesIves/github-pages-deploy-action/commit/737d5af3bdfe3aa9461e23c4a9da5c38e6ee9179";><code>737d5af</code></a>
 ci: run sponsors README update twice a week instead of daily</li>
   <li><a 
href="https://github.com/JamesIves/github-pages-deploy-action/commit/5d78d7bd32996c06b684aa4263d40ef61626c17f";><code>5d78d7b</code></a>
 ci: run integration tests weekly instead of daily</li>
   <li><a 
href="https://github.com/JamesIves/github-pages-deploy-action/commit/36c7ef92c563ceb973ca525551a16b9a5cc7eef6";><code>36c7ef9</code></a>
 Deploy Production Code for Commit b09969f18cbaf8fd7f336068c0c4d9abfdcbf68a 
🚀</li>
   <li><a 
href="https://github.com/JamesIves/github-pages-deploy-action/commit/74a589d30ee852a436ed588a4e1f1c49587c811e";><code>74a589d</code></a>
 Merge remote-tracking branch 'origin/dev' into releases/v4</li>
   <li><a 
href="https://github.com/JamesIves/github-pages-deploy-action/commit/b09969f18cbaf8fd7f336068c0c4d9abfdcbf68a";><code>b09969f</code></a>
 style: fix prettier formatting in LFS changes</li>
   <li><a 
href="https://github.com/JamesIves/github-pages-deploy-action/commit/87729a624d294d3c6e33d24b852aa41cbf82bf7d";><code>87729a6</code></a>
 feat: add Git LFS support for deployment branch</li>
   <li><a 
href="https://github.com/JamesIves/github-pages-deploy-action/commit/cc13712d96402287a984ed2a236ff0d7eff306a9";><code>cc13712</code></a>
 fix: add missing checkout step to integration-rebase-conflicts-cleanup</li>
   <li><a 
href="https://github.com/JamesIves/github-pages-deploy-action/commit/d86668926acfefdd1153c6b97d98d3efabaca595";><code>d866689</code></a>
 Merge branch 'dev' of <a 
href="https://github.com/JamesIves/github-pages-deploy-action";>https://github.com/JamesIves/github-pages-deploy-action</a>...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/JamesIves/github-pages-deploy-action/compare/v4.7.4...v4.9.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   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)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/echarts-handbook/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to