dependabot[bot] opened a new pull request, #71005:
URL: https://github.com/apache/airflow/pull/71005

   Bumps the fab-ui-package-updates group with 2 updates in the 
/providers/fab/src/airflow/providers/fab/www directory: 
[webpack](https://github.com/webpack/webpack) and 
[webpack-cli](https://github.com/webpack/webpack-cli).
   
   Updates `webpack` from 5.109.0 to 5.109.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack/webpack/releases";>webpack's 
releases</a>.</em></p>
   <blockquote>
   <h2>v5.109.2</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p>Resolve aliases pointing at a package directory whose name ends with 
<code>.js</code> again. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21542";>#21542</a>)</p>
   </li>
   <li>
   <p>Name CSS sources in source maps by their resource path, without the 
<code>css </code> prefix. (by <a 
href="https://github.com/bjohansebas";><code>@​bjohansebas</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/21536";>#21536</a>)</p>
   </li>
   <li>
   <p>Delete no longer referenced files from the filesystem cache directory 
after storing the cache, age them by recorded time so restored caches are 
cleaned too, and collect every fully expired pack in one store instead of one 
per build. (by <a 
href="https://github.com/bjohansebas";><code>@​bjohansebas</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/21528";>#21528</a>)</p>
   </li>
   <li>
   <p>Report <code>&quot;universal&quot;</code> as the loader context target 
for the universal target. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21540";>#21540</a>)</p>
   </li>
   <li>
   <p>Skip <code>require().prop</code> in dead branches gated by inlined 
imported constants. (by <a 
href="https://github.com/hai-x";><code>@​hai-x</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/21517";>#21517</a>)</p>
   </li>
   <li>
   <p>Annotate configuration options and public hooks in the generated types 
with the <code>@since</code> JSDoc tag. (by <a 
href="https://github.com/bjohansebas";><code>@​bjohansebas</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/21473";>#21473</a>)</p>
   </li>
   </ul>
   <h2>v5.109.1</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p>Fix stray semicolon emitted before an imported call following a 
parenthesized sequence element. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21533";>#21533</a>)</p>
   </li>
   <li>
   <p>Make <code>require(esm)</code> <code>module.exports</code> re-export 
analysis independent of module processing order. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21521";>#21521</a>)</p>
   </li>
   <li>
   <p>Ignore ERR_SERVER_NOT_RUNNING on lazy-compilation backend dispose so 
<code>compiler.close()</code> succeeds on Bun. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21521";>#21521</a>)</p>
   </li>
   <li>
   <p>Name the failing key when DefinePlugin fails to evaluate a 
<code>typeof</code> value. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21503";>#21503</a>)</p>
   </li>
   <li>
   <p>Improve Deno compatibility: guard <code>setNoDelay</code> and force-close 
connections on lazy-compilation backend dispose, and return a real 
<code>ArrayBuffer</code> from the Node async/sync wasm loader so 
<code>WebAssembly.instantiate</code> accepts it. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21524";>#21524</a>)</p>
   </li>
   <li>
   <p>Speed up the HTML parser and cut its peak memory: module-scope 
helpers/state and tokenizer callbacks, plus exact AST column pre-sizing. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21492";>#21492</a>)</p>
   </li>
   <li>
   <p>Track CommonJS build dependencies by parsing sources when 
<code>require.cache</code> children are unavailable (e.g. Bun). (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21531";>#21531</a>)</p>
   </li>
   <li>
   <p>Cook common string-literal escapes on the JS parser fast path and own the 
tokenizer's cold-path readers. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21500";>#21500</a>)</p>
   </li>
   <li>
   <p>Build the CSS <code>parseA*</code> AST on the SoA store instead of node 
classes, cutting parse memory and time. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21498";>#21498</a>)</p>
   </li>
   <li>
   <p>Speed up and cut memory of the experimental CSS and HTML parsers: drop 
two derivable AST node columns, and scan long string, url, comment, and 
plaintext token bodies natively. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21504";>#21504</a>)</p>
   </li>
   <li>
   <p>Speed up non-modules CSS parsing: skip redundant token re-reads, drop 
selector-prelude tokens without materializing nodes, allocate rule preludes 
lazily, and fast-path empty list seals. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21511";>#21511</a>)</p>
   </li>
   <li>
   <p>Speed up stats generation and cut its peak memory: reuse cached sort 
comparators instead of thrashing the comparator caches on every sort, and drop 
redundant module-graph lookups and allocations in the extractors. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21506";>#21506</a>)</p>
   </li>
   <li>
   <p>Speed up CSS parsing: byte-range function-name checks, indexed sibling 
lookahead. (by <a 
href="https://github.com/bjohansebas";><code>@​bjohansebas</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/21520";>#21520</a>)</p>
   </li>
   <li>
   <p>Reduce allocations and redundant work across the code-generation, 
module-concatenation, exports/usage-analysis, hashing, and chunk-splitting hot 
paths. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21516";>#21516</a>)</p>
   </li>
   <li>
   <p>Enable the Node.js compile cache in the webpack CLI entry point. (by <a 
href="https://github.com/bjohansebas";><code>@​bjohansebas</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/21523";>#21523</a>)</p>
   </li>
   <li>
   <p>Encode the persistent cache with V8's value serializer. (by <a 
href="https://github.com/avivkeller";><code>@​avivkeller</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/21514";>#21514</a>)</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack/webpack/blob/main/CHANGELOG.md";>webpack's 
changelog</a>.</em></p>
   <blockquote>
   <h2>5.109.2</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p>Resolve aliases pointing at a package directory whose name ends with 
<code>.js</code> again. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21542";>#21542</a>)</p>
   </li>
   <li>
   <p>Name CSS sources in source maps by their resource path, without the 
<code>css </code> prefix. (by <a 
href="https://github.com/bjohansebas";><code>@​bjohansebas</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/21536";>#21536</a>)</p>
   </li>
   <li>
   <p>Delete no longer referenced files from the filesystem cache directory 
after storing the cache, age them by recorded time so restored caches are 
cleaned too, and collect every fully expired pack in one store instead of one 
per build. (by <a 
href="https://github.com/bjohansebas";><code>@​bjohansebas</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/21528";>#21528</a>)</p>
   </li>
   <li>
   <p>Report <code>&quot;universal&quot;</code> as the loader context target 
for the universal target. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21540";>#21540</a>)</p>
   </li>
   <li>
   <p>Skip <code>require().prop</code> in dead branches gated by inlined 
imported constants. (by <a 
href="https://github.com/hai-x";><code>@​hai-x</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/21517";>#21517</a>)</p>
   </li>
   <li>
   <p>Annotate configuration options and public hooks in the generated types 
with the <code>@since</code> JSDoc tag. (by <a 
href="https://github.com/bjohansebas";><code>@​bjohansebas</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/21473";>#21473</a>)</p>
   </li>
   </ul>
   <h2>5.109.1</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p>Fix stray semicolon emitted before an imported call following a 
parenthesized sequence element. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21533";>#21533</a>)</p>
   </li>
   <li>
   <p>Make <code>require(esm)</code> <code>module.exports</code> re-export 
analysis independent of module processing order. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21521";>#21521</a>)</p>
   </li>
   <li>
   <p>Ignore ERR_SERVER_NOT_RUNNING on lazy-compilation backend dispose so 
<code>compiler.close()</code> succeeds on Bun. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21521";>#21521</a>)</p>
   </li>
   <li>
   <p>Name the failing key when DefinePlugin fails to evaluate a 
<code>typeof</code> value. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21503";>#21503</a>)</p>
   </li>
   <li>
   <p>Improve Deno compatibility: guard <code>setNoDelay</code> and force-close 
connections on lazy-compilation backend dispose, and return a real 
<code>ArrayBuffer</code> from the Node async/sync wasm loader so 
<code>WebAssembly.instantiate</code> accepts it. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21524";>#21524</a>)</p>
   </li>
   <li>
   <p>Speed up the HTML parser and cut its peak memory: module-scope 
helpers/state and tokenizer callbacks, plus exact AST column pre-sizing. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21492";>#21492</a>)</p>
   </li>
   <li>
   <p>Track CommonJS build dependencies by parsing sources when 
<code>require.cache</code> children are unavailable (e.g. Bun). (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21531";>#21531</a>)</p>
   </li>
   <li>
   <p>Cook common string-literal escapes on the JS parser fast path and own the 
tokenizer's cold-path readers. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21500";>#21500</a>)</p>
   </li>
   <li>
   <p>Build the CSS <code>parseA*</code> AST on the SoA store instead of node 
classes, cutting parse memory and time. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21498";>#21498</a>)</p>
   </li>
   <li>
   <p>Speed up and cut memory of the experimental CSS and HTML parsers: drop 
two derivable AST node columns, and scan long string, url, comment, and 
plaintext token bodies natively. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21504";>#21504</a>)</p>
   </li>
   <li>
   <p>Speed up non-modules CSS parsing: skip redundant token re-reads, drop 
selector-prelude tokens without materializing nodes, allocate rule preludes 
lazily, and fast-path empty list seals. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21511";>#21511</a>)</p>
   </li>
   <li>
   <p>Speed up stats generation and cut its peak memory: reuse cached sort 
comparators instead of thrashing the comparator caches on every sort, and drop 
redundant module-graph lookups and allocations in the extractors. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21506";>#21506</a>)</p>
   </li>
   <li>
   <p>Speed up CSS parsing: byte-range function-name checks, indexed sibling 
lookahead. (by <a 
href="https://github.com/bjohansebas";><code>@​bjohansebas</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/21520";>#21520</a>)</p>
   </li>
   <li>
   <p>Reduce allocations and redundant work across the code-generation, 
module-concatenation, exports/usage-analysis, hashing, and chunk-splitting hot 
paths. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21516";>#21516</a>)</p>
   </li>
   <li>
   <p>Enable the Node.js compile cache in the webpack CLI entry point. (by <a 
href="https://github.com/bjohansebas";><code>@​bjohansebas</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/21523";>#21523</a>)</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/webpack/webpack/commit/6a24bd65b72c43207c36ce61b54e1f5833486906";><code>6a24bd6</code></a>
 chore(release): new release (<a 
href="https://redirect.github.com/webpack/webpack/issues/21534";>#21534</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/d1b5b6d1d75b6dc04248ed98420a838a00fda221";><code>d1b5b6d</code></a>
 fix: resolve aliases pointing at a package directory ending in .js (<a 
href="https://redirect.github.com/webpack/webpack/issues/21542";>#21542</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/9cdcc577c7a1971fa07a2b38828d1c61145597a3";><code>9cdcc57</code></a>
 fix(target): report &quot;universal&quot; as the loader target (<a 
href="https://redirect.github.com/webpack/webpack/issues/21540";>#21540</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/774e7e4b3d525e00bc7698c518b89e44eba7230d";><code>774e7e4</code></a>
 feat: annotate schema options with added keywords (<a 
href="https://redirect.github.com/webpack/webpack/issues/21473";>#21473</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/ff07bdc72f875868dd33cd00dfeae61392c01ded";><code>ff07bdc</code></a>
 fix(css): name CSS sources in source maps by their resource path (<a 
href="https://redirect.github.com/webpack/webpack/issues/21536";>#21536</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/d56d82dd2f98f7ed6dcb3b14260ea7c53ddf2145";><code>d56d82d</code></a>
 fix(cache): reclaim stale filesystem cache files reliably (<a 
href="https://redirect.github.com/webpack/webpack/issues/21539";>#21539</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/ae67e2a9225115e998607e180e2ef226b255ca34";><code>ae67e2a</code></a>
 chore(readme): add codspeed (<a 
href="https://redirect.github.com/webpack/webpack/issues/21497";>#21497</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/964bbfad0ea01916ae78ab7d81cb1b544bea90f0";><code>964bbfa</code></a>
 fix: delete no longer referenced files from the filesystem cache directory 
(#...</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/075d0cd8fa989752014f20988d95116b5235b997";><code>075d0cd</code></a>
 feat: skip <code>require().prop</code> in dead branches (<a 
href="https://redirect.github.com/webpack/webpack/issues/21517";>#21517</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/ec3908838175b79c004f61f9bf53d57a6d0e52f8";><code>ec39088</code></a>
 chore(release): new release (<a 
href="https://redirect.github.com/webpack/webpack/issues/21493";>#21493</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/webpack/webpack/compare/v5.109.0...v5.109.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `webpack-cli` from 7.2.1 to 7.2.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack/webpack-cli/releases";>webpack-cli's 
releases</a>.</em></p>
   <blockquote>
   <h2>[email protected]</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>perf: enable the Node.js compile cache 
(<code>module.enableCompileCache</code>, available on Node.js &gt;= 22.8.0) to 
speed up CLI startup (by <a 
href="https://github.com/bjohansebas";><code>@​bjohansebas</code></a> in <a 
href="https://redirect.github.com/webpack/webpack-cli/pull/4818";>#4818</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack/webpack-cli/blob/main/CHANGELOG.md";>webpack-cli's
 changelog</a>.</em></p>
   <blockquote>
   <h2>7.2.2</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>perf: enable the Node.js compile cache 
(<code>module.enableCompileCache</code>, available on Node.js &gt;= 22.8.0) to 
speed up CLI startup (by <a 
href="https://github.com/bjohansebas";><code>@​bjohansebas</code></a> in <a 
href="https://redirect.github.com/webpack/webpack-cli/pull/4818";>#4818</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/191fa9ffdc82268e430c10824ac7ba3b8138e287";><code>191fa9f</code></a>
 chore(release): new release (<a 
href="https://redirect.github.com/webpack/webpack-cli/issues/4820";>#4820</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/1082235f97fecd77a716ac0cc3564669798729a8";><code>1082235</code></a>
 chore(deps-dev): bump js-yaml from 5.2.1 to 5.2.2 (<a 
href="https://redirect.github.com/webpack/webpack-cli/issues/4821";>#4821</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/e36ae82bf116c50fe6da341291c93d596fcb8bf2";><code>e36ae82</code></a>
 chore: add publish workflow and script for pkg.pr.new integration (<a 
href="https://redirect.github.com/webpack/webpack-cli/issues/4819";>#4819</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/b0a2024a5790446ea07610ad27fd5abc65f5b875";><code>b0a2024</code></a>
 perf: enable the Node.js compile cache (<a 
href="https://redirect.github.com/webpack/webpack-cli/issues/4818";>#4818</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/53f6d722c4093a387e23413d79e6cf67b5a867ba";><code>53f6d72</code></a>
 chore(deps): bump actions/checkout in the dependencies group (<a 
href="https://redirect.github.com/webpack/webpack-cli/issues/4816";>#4816</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/8856346f50b472ba448c4e3a8f7f8f5781c69fb2";><code>8856346</code></a>
 chore: add allowscripts to work with npm 12 (<a 
href="https://redirect.github.com/webpack/webpack-cli/issues/4811";>#4811</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/0b0f1ee3d4a648e8d1679a73f511277d25bf47aa";><code>0b0f1ee</code></a>
 chore(deps): bump fast-uri from 3.1.2 to 3.1.4 (<a 
href="https://redirect.github.com/webpack/webpack-cli/issues/4815";>#4815</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/d60a777303fdd34eb1e5e6901ab39c7370ce5fef";><code>d60a777</code></a>
 chore(deps-dev): bump postcss from 8.5.10 to 8.5.22 (<a 
href="https://redirect.github.com/webpack/webpack-cli/issues/4814";>#4814</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/8c1719aeab0efe0a5f13649d407c425b14ba4216";><code>8c1719a</code></a>
 chore(deps): bump shell-quote from 1.8.4 to 1.10.0 (<a 
href="https://redirect.github.com/webpack/webpack-cli/issues/4813";>#4813</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/8c2473c23ff926772f8d7719777236ab113be591";><code>8c2473c</code></a>
 chore(deps): bump immutable from 5.1.5 to 5.1.9 (<a 
href="https://redirect.github.com/webpack/webpack-cli/issues/4812";>#4812</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/webpack/webpack-cli/compare/[email protected]@7.2.2";>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 <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>


-- 
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]

Reply via email to