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

   Bumps the npm-dependencies group with 3 updates in the /landing-pages 
directory: [p5](https://github.com/processing/p5.js), 
[postcss-cli](https://github.com/postcss/postcss-cli) and 
[postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env).
   
   Updates `p5` from 2.3.2 to 2.3.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/processing/p5.js/releases";>p5's releases</a>.</em></p>
   <blockquote>
   <h2>v2.3.3</h2>
   <!-- raw HTML omitted -->
   <p>This patch release includes a security hardening measure, a couple of 
bugfixes, and documentation updates.
   Use this version by including:</p>
   <pre lang="html"><code>&lt;script 
src=&quot;https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.js&quot;&gt;&lt;/script&gt;
   <p>&lt;!-- Optional for WEBGPU renderer: --&gt;<br />
   &lt;script src=&quot;<a 
href="https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.webgpu.js&amp;quot;&amp;gt;&amp;lt;/script";>https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.webgpu.js&amp;quot;&amp;gt;&amp;lt;/script</a>&gt;<br
 />
   </code></pre></p>
   <p>In <a 
href="https://redirect.github.com/processing/p5.js/pull/9145";>processing/p5.js#9145</a>
 <a href="https://github.com/limzykenneth";><code>@​limzykenneth</code></a> 
introduces <code>MAX_GIF_PIXELS</code>, a static property that defines how 
large, in total pixels, a GIF image is allowed to be loaded into a p5 sketch. 
The default value is 16,000,000. This means an image's width multiplied by its 
height must not exceed that value. The property can be set higher if needed. 
This limitation prevents a GIF with a very large canvas from taking up a lot of 
browser memory (&quot;decompression bomb&quot;). This patch addresses a 
security vulnerability report by <a 
href="https://github.com/slash-init";><code>@​slash-init</code></a>, thanks for 
reporting! Security vulnerabilities can be reported <a 
href="https://github.com/processing/p5.js/blob/main/SECURITY.md";>according to 
the SECURITY.md policy</a>.</p>
   <p>In <a 
href="https://redirect.github.com/processing/p5.js/issues/9006";>processing/p5.js#9006</a>
 <a href="https://github.com/roymacdonald";><code>@​roymacdonald</code></a> 
spotted and patched a typo in quaternion multiplication, adding tests as well. 
In <a 
href="https://redirect.github.com/processing/p5.js/issues/9039";>processing/p5.js#9039</a>
 <a href="https://github.com/xdroberto";><code>@​xdroberto</code></a> fixed a 
Friendly Error System (FES) parameter validation bug that <a 
href="https://github.com/TakagiHitoshi";><code>@​TakagiHitoshi</code></a> 
spotted.</p>
   <p>Finally, in <a 
href="https://redirect.github.com/processing/p5.js/pull/9118";>processing/p5.js#9118</a>
 <a href="https://github.com/ksen0";><code>@​ksen0</code></a> added initial 
documentation of p5's new Decorators API. This API is mainly aimed at addon 
authors, but is also used throughout the p5.js library code. In programming, a 
<a href="https://en.wikipedia.org/wiki/Decorator_pattern";>decorator</a> helps 
to reduce duplicated code. In p5.js, decorators are applied using 
<code>p5.registerDecoration(pattern, decorator)</code>. They have been 
supported since <a 
href="https://github.com/processing/p5.js/releases/tag/v2.3.0";>version 
2.3.0</a>, and follow <a href="https://github.com/tc39/proposal-decorators";>the 
TC39 proposal</a> as closely as possible. The new contributor guide is for 
p5.js code contributors who would like to learn when to use a decorator, and 
how.</p>
   <p>Work continues (in the <code>main</code> branch) toward 2.4, but this 
atomic patch makes recent security updates and bugfixes available sooner, 
following our recent approach to patch releases.</p>
   <p>🎉 Thanks to all contributors &amp; stewards!</p>
   <p>Full Changelog: <a 
href="https://github.com/processing/p5.js/compare/v2.3.2...v2.3.3";>https://github.com/processing/p5.js/compare/v2.3.2...v2.3.3</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/processing/p5.js/commit/c0015d914755639312578df78eaf4abb081bc42b";><code>c0015d9</code></a>
 2.3.3</li>
   <li><a 
href="https://github.com/processing/p5.js/commit/a2e8cb2d49112038105f50976afd5503a28a27f9";><code>a2e8cb2</code></a>
 Merge pull request <a 
href="https://redirect.github.com/processing/p5.js/issues/9150";>#9150</a> from 
processing/233</li>
   <li><a 
href="https://github.com/processing/p5.js/commit/1abff3406e9781e4d54ceab9f62077596f1d4dba";><code>1abff34</code></a>
 Fix false 'Expected at most 2 arguments' FES error for variadic 
min()/max()</li>
   <li><a 
href="https://github.com/processing/p5.js/commit/c1306969ca7efb8a0b4e77a28f05560940396dfe";><code>c130696</code></a>
 Improved clarity based on feedback</li>
   <li><a 
href="https://github.com/processing/p5.js/commit/6f73054acd9225f1b0dc8ff8789ebb690f43bb20";><code>6f73054</code></a>
 Update contributor_docs/decorators.md</li>
   <li><a 
href="https://github.com/processing/p5.js/commit/2a782dfb5e1fb07e932628d0fc2fe27bf8e3b9d5";><code>2a782df</code></a>
 Update contributor_docs/decorators.md</li>
   <li><a 
href="https://github.com/processing/p5.js/commit/3ec2dccea3ab139e3c35e74533846348aecaf667";><code>3ec2dcc</code></a>
 Update decorators documentation with visibility tags</li>
   <li><a 
href="https://github.com/processing/p5.js/commit/143162c97c58936c247a7ed5dcb10437c17ea2b8";><code>143162c</code></a>
 Create documentation for decorators in p5.js</li>
   <li><a 
href="https://github.com/processing/p5.js/commit/76a7c7fe4abc78027e8d699ae0ddfa9bf18f2cb9";><code>76a7c7f</code></a>
 Corrected function name in inline doc</li>
   <li><a 
href="https://github.com/processing/p5.js/commit/349458200b5bfc060f842da41716d2cd8b95042d";><code>3494582</code></a>
 Fixed typo in quaternion multiplication</li>
   <li>Additional commits viewable in <a 
href="https://github.com/processing/p5.js/compare/v2.3.2...v2.3.3";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `postcss-cli` from 11.0.1 to 12.0.0
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/postcss/postcss-cli/blob/master/CHANGELOG.md";>postcss-cli's
 changelog</a>.</em></p>
   <blockquote>
   <h1>12.0.0 / 2026-09-04</h1>
   <ul>
   <li>If using a YAML config, the <code>yaml</code> package must be installed 
separately (<a 
href="https://redirect.github.com/postcss/postcss-cli/pull/478";>#478</a>)</li>
   <li>Requires Node.js v22+ (<a 
href="https://redirect.github.com/postcss/postcss-cli/pull/525";>#525</a>)</li>
   <li>Errors if <code>--config</code> is passed, but no config is found (<a 
href="https://redirect.github.com/postcss/postcss-cli/issues/467";>#467</a>, <a 
href="https://redirect.github.com/postcss/postcss-cli/pull/522";>#522</a>)</li>
   <li>Now properly exits with an error if invalid options/configuration are 
passed in watch mode (<a 
href="https://redirect.github.com/postcss/postcss-cli/pull/527";>#527</a>)</li>
   <li>Upgrade to chokidar v5; which results in slightly different handling of 
<code>dir-dependency</code> messages in watch mode (<a 
href="https://redirect.github.com/postcss/postcss-cli/pull/501";>#501</a>)</li>
   <li>Properly watchs all config files if there are multiple config files (<a 
href="https://redirect.github.com/postcss/postcss-cli/pull/536";>#536</a>)</li>
   <li>Minimized dependencies by removing fs-extra (<a 
href="https://redirect.github.com/postcss/postcss-cli/pull/510";>#510</a>)</li>
   <li>Internal refactoring</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/postcss/postcss-cli/commit/03e8cee382105c6abb182fea4b3fa9fec5f947a9";><code>03e8cee</code></a>
 12.0.0</li>
   <li><a 
href="https://github.com/postcss/postcss-cli/commit/cfb667510874cb8b5bac2ac5cbc8879a393124c8";><code>cfb6675</code></a>
 Handle multiple config files in watch mode (<a 
href="https://redirect.github.com/postcss/postcss-cli/issues/536";>#536</a>)</li>
   <li><a 
href="https://github.com/postcss/postcss-cli/commit/70d90a0525c9a258cf691419fa1544e88d12046a";><code>70d90a0</code></a>
 Better config tests (<a 
href="https://redirect.github.com/postcss/postcss-cli/issues/535";>#535</a>)</li>
   <li><a 
href="https://github.com/postcss/postcss-cli/commit/073882e246cc8adcd08e09f5ab7a1dc8f67cd140";><code>073882e</code></a>
 Consistent handling of argv parameters (<a 
href="https://redirect.github.com/postcss/postcss-cli/issues/534";>#534</a>)</li>
   <li><a 
href="https://github.com/postcss/postcss-cli/commit/4959c9e952f15c346f55ab2a11b4acce3c19ac20";><code>4959c9e</code></a>
 Update dependency ava to v8 (<a 
href="https://redirect.github.com/postcss/postcss-cli/issues/514";>#514</a>)</li>
   <li><a 
href="https://github.com/postcss/postcss-cli/commit/b92aa6f05c13403c758f03999a3a7e6dd442e1b3";><code>b92aa6f</code></a>
 Refactor watch tests to avoid using test.cb (<a 
href="https://redirect.github.com/postcss/postcss-cli/issues/533";>#533</a>)</li>
   <li><a 
href="https://github.com/postcss/postcss-cli/commit/864b31c20f197648fd66e9b7c64c3397222d3f29";><code>864b31c</code></a>
 Update dependency postcss-import to v17 (<a 
href="https://redirect.github.com/postcss/postcss-cli/issues/523";>#523</a>)</li>
   <li><a 
href="https://github.com/postcss/postcss-cli/commit/5011ebc90c9f800a57f0d3e116658413983d737c";><code>5011ebc</code></a>
 Remove unused coveralls devDependency</li>
   <li><a 
href="https://github.com/postcss/postcss-cli/commit/193b1618c6ee8593353628ca58302c4a7bcf2b30";><code>193b161</code></a>
 Update dependency chokidar to v5 (<a 
href="https://redirect.github.com/postcss/postcss-cli/issues/501";>#501</a>)</li>
   <li><a 
href="https://github.com/postcss/postcss-cli/commit/96569796df9f65428d2668e27b9b1b213fa69f81";><code>9656979</code></a>
 Refactor/Modernize code (<a 
href="https://redirect.github.com/postcss/postcss-cli/issues/531";>#531</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/postcss/postcss-cli/compare/11.0.1...12.0.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `postcss-preset-env` from 11.5.1 to 11.5.2
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md";>postcss-preset-env's
 changelog</a>.</em></p>
   <blockquote>
   <h3>11.5.2</h3>
   <p><em>September 6, 2026</em></p>
   <ul>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-exponential-functions";><code>@csstools/postcss-exponential-functions</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-exponential-functions/CHANGELOG.md#305";><code>3.0.5</code></a>
 (patch)</li>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-fit-tolerance-property";><code>@csstools/postcss-fit-tolerance-property</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-fit-tolerance-property/CHANGELOG.md#101";><code>1.0.1</code></a>
 (patch)</li>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gamut-mapping";><code>@csstools/postcss-gamut-mapping</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gamut-mapping/CHANGELOG.md#3011";><code>3.0.11</code></a>
 (patch)</li>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nested-calc";><code>@csstools/postcss-nested-calc</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nested-calc/CHANGELOG.md#501";><code>5.0.1</code></a>
 (patch)</li>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties";><code>@csstools/postcss-progressive-custom-properties</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#513";><code>5.1.3</code></a>
 (patch)</li>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-random-function";><code>@csstools/postcss-random-function</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-random-function/CHANGELOG.md#401";><code>4.0.1</code></a>
 (patch)</li>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-sign-functions";><code>@csstools/postcss-sign-functions</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-sign-functions/CHANGELOG.md#205";><code>2.0.5</code></a>
 (patch)</li>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions";><code>@csstools/postcss-stepped-value-functions</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions/CHANGELOG.md#505";><code>5.0.5</code></a>
 (patch)</li>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions";><code>@csstools/postcss-trigonometric-functions</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions/CHANGELOG.md#505";><code>5.0.5</code></a>
 (patch)</li>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-hex-alpha";><code>postcss-color-hex-alpha</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-hex-alpha/CHANGELOG.md#1101";><code>11.0.1</code></a>
 (patch)</li>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-rebeccapurple";><code>postcss-color-rebeccapurple</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-rebeccapurple/CHANGELOG.md#1101";><code>11.0.1</code></a>
 (patch)</li>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-image-set-function";><code>postcss-image-set-function</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-image-set-function/CHANGELOG.md#801";><code>8.0.1</code></a>
 (patch)</li>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-alpha-function";><code>@csstools/postcss-alpha-function</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-alpha-function/CHANGELOG.md#2012";><code>2.0.12</code></a>
 (patch)</li>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function";><code>@csstools/postcss-color-function</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function/CHANGELOG.md#5011";><code>5.0.11</code></a>
 (patch)</li>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function-display-p3-linear";><code>@csstools/postcss-color-function-display-p3-linear</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function-display-p3-linear/CHANGELOG.md#2011";><code>2.0.11</code></a>
 (patch)</li>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function";><code>@csstools/postcss-color-mix-function</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function/CHANGELOG.md#4011";><code>4.0.11</code></a>
 (patch)</li>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-variadic-function-arguments";><code>@csstools/postcss-color-mix-variadic-function-arguments</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-variadic-function-arguments/CHANGELOG.md#2011";><code>2.0.11</code></a>
 (patch)</li>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-content-alt-text";><code>@csstools/postcss-content-alt-text</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-content-alt-text/CHANGELOG.md#304";><code>3.0.4</code></a>
 (patch)</li>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-contrast-color-function";><code>@csstools/postcss-contrast-color-function</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-contrast-color-function/CHANGELOG.md#3011";><code>3.0.11</code></a>
 (patch)</li>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method";><code>@csstools/postcss-gradients-interpolation-method</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#6011";><code>6.0.11</code></a>
 (patch)</li>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function";><code>@csstools/postcss-hwb-function</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function/CHANGELOG.md#5011";><code>5.0.11</code></a>
 (patch)</li>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-ic-unit";><code>@csstools/postcss-ic-unit</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-ic-unit/CHANGELOG.md#504";><code>5.0.4</code></a>
 (patch)</li>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-image-function";><code>@csstools/postcss-image-function</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-image-function/CHANGELOG.md#103";><code>1.0.3</code></a>
 (patch)</li>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function";><code>@csstools/postcss-light-dark-function</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function/CHANGELOG.md#304";><code>3.0.4</code></a>
 (patch)</li>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units";><code>@csstools/postcss-logical-viewport-units</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units/CHANGELOG.md#401";><code>4.0.1</code></a>
 (patch)</li>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function";><code>@csstools/postcss-oklab-function</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#5011";><code>5.0.11</code></a>
 (patch)</li>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax";><code>@csstools/postcss-relative-color-syntax</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#4011";><code>4.0.11</code></a>
 (patch)</li>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation";><code>postcss-color-functional-notation</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation/CHANGELOG.md#8011";><code>8.0.11</code></a>
 (patch)</li>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-double-position-gradients";><code>postcss-double-position-gradients</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-double-position-gradients/CHANGELOG.md#704";><code>7.0.4</code></a>
 (patch)</li>
   <li>Updated <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function";><code>postcss-lab-function</code></a>
 to <a 
href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#8011";><code>8.0.11</code></a>
 (patch)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env";>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