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

   Bumps the security group with 3 updates in the /docs directory: 
[colord](https://github.com/omgovich/colord), 
[joi](https://github.com/hapijs/joi) and [svgo](https://github.com/svg/svgo).
   
   Updates `colord` from 2.9.3 to 2.10.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/omgovich/colord/releases";>colord's 
releases</a>.</em></p>
   <blockquote>
   <h2>v2.10 (RGB color mixing)</h2>
   <ul>
   <li><code>mix</code>, <code>tints</code>, <code>shades</code> and 
<code>tones</code> (<code>mix</code> plugin) now accept an optional 
interpolation color space. LAB stays the default; pass 
<code>&quot;rgb&quot;</code> to interpolate RGB channels instead — the way 
browsers and design tools (such as Figma) composite translucent layers.</li>
   </ul>
   <pre lang="js"><code>import { colord, extend } from &quot;colord&quot;;
   import mixPlugin from &quot;colord/plugins/mix&quot;;
   <p>extend([mixPlugin]);</p>
   <p>colord(&quot;#ff0000&quot;).mix(&quot;#ffffff&quot;, 0.5, 
&quot;rgb&quot;).toHex(); // &quot;#ff8080&quot;
   colord(&quot;#f0f3f1&quot;).mix(&quot;#007d40&quot;, 0.14, 
&quot;rgb&quot;).toHex(); // &quot;#cee2d8&quot; — same as compositing rgba(0, 
125, 64, 0.14) over #f0f3f1
   colord(&quot;#ff0000&quot;).tints(3, &quot;rgb&quot;).map((c) =&gt; 
c.toHex()); // [&quot;#ff0000&quot;, &quot;#ff8080&quot;, &quot;#ffffff&quot;]
   </code></pre></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/omgovich/colord/blob/master/CHANGELOG.md";>colord's 
changelog</a>.</em></p>
   <blockquote>
   <h3>2.10.0</h3>
   <ul>
   <li>Improve <code>mix</code> plugin by adding an optional 
<code>&quot;rgb&quot;</code> interpolation mode to <code>mix</code>, 
<code>tints</code>, <code>tones</code> and <code>shades</code></li>
   </ul>
   <h3>2.9.7</h3>
   <ul>
   <li>Make HEX parsing and serialization more than 2x faster</li>
   </ul>
   <h3>2.9.6</h3>
   <ul>
   <li>Fix: Rotate the unrounded hue so <code>rotate</code> and 
<code>harmonies</code> preserve the original color</li>
   <li>Fix: Normalize HWB whiteness + blackness over 100% to gray ❤️ <a 
href="https://github.com/spokodev";><code>@​spokodev</code></a></li>
   </ul>
   <h3>2.9.5</h3>
   <ul>
   <li>Fix: Use adjusted chroma for the CIEDE2000 rotation term ❤️ <a 
href="https://github.com/maximilliangrand";><code>@​maximilliangrand</code></a></li>
   <li>Fix: Keep the hue within <code>[0, 360)</code> in every color model ❤️ 
<a 
href="https://github.com/sarathfrancis90";><code>@​sarathfrancis90</code></a></li>
   </ul>
   <p>Both fixes change returned numbers for a small set of colors; 
<code>toHex()</code> output is unchanged. Snapshots holding <code>h: 
360</code>, <code>&quot;hsl(360, …)&quot;</code> or a <code>delta()</code> 
value may need updating.</p>
   <h3>2.9.4</h3>
   <ul>
   <li>Fix: Reject malformed color strings in linear time ❤️ <a 
href="https://github.com/GAP-dev";><code>@​GAP-dev</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/omgovich/colord/commits/v2.10";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `joi` from 17.13.4 to 17.13.7
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hapijs/joi/commit/ed9d7cdd11ef5f7751fd46886f38dc605c9c3995";><code>ed9d7cd</code></a>
 17.13.7</li>
   <li><a 
href="https://github.com/hapijs/joi/commit/f2729f71839c57c94ac500b4be9e4b5b26d4e637";><code>f2729f7</code></a>
 Merge pull request <a 
href="https://redirect.github.com/hapijs/joi/issues/3145";>#3145</a> from 
hapijs/backport/isodate-timeshift-v17</li>
   <li><a 
href="https://github.com/hapijs/joi/commit/c43fc964799c9b5f0c6921bf788162b67066ae81";><code>c43fc96</code></a>
 chore: add regression test for <a 
href="https://redirect.github.com/hapijs/joi/issues/3143";>#3143</a></li>
   <li><a 
href="https://github.com/hapijs/joi/commit/115e7b58d5eaaecc5e9b7093d41899ad6fb053ec";><code>115e7b5</code></a>
 fix(isoDate): pad a bare-hour timeshift with a colon, not just zeros</li>
   <li><a 
href="https://github.com/hapijs/joi/commit/850be1ee24be8d548bb09359bdb0cf9fe41635ff";><code>850be1e</code></a>
 17.13.6</li>
   <li><a 
href="https://github.com/hapijs/joi/commit/9faeecc48b18ec40e3881467645ae9074f0dfa3c";><code>9faeecc</code></a>
 Merge pull request <a 
href="https://redirect.github.com/hapijs/joi/issues/3139";>#3139</a> from 
hapijs/chore/backport-messages-proto</li>
   <li><a 
href="https://github.com/hapijs/joi/commit/8d0b808f3e874d28f9078f61b7742290989afb36";><code>8d0b808</code></a>
 fix: prevent messages proto injection</li>
   <li><a 
href="https://github.com/hapijs/joi/commit/566e73fa58e72f0a1dcbb3b110ee2f49f33aece3";><code>566e73f</code></a>
 17.13.5</li>
   <li><a 
href="https://github.com/hapijs/joi/commit/3f3907cd944257e143b22f3bf3f05e71478fa1b1";><code>3f3907c</code></a>
 Merge pull request <a 
href="https://redirect.github.com/hapijs/joi/issues/3135";>#3135</a> from 
hapijs/chore/backport-rename-proto</li>
   <li><a 
href="https://github.com/hapijs/joi/commit/172ececa192feda532b743d77bc9d3e523d19b01";><code>172ecec</code></a>
 fix: prevent proto on renames</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hapijs/joi/compare/v17.13.4...v17.13.7";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `svgo` from 3.3.4 to 3.3.5
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/svg/svgo/releases";>svgo's 
releases</a>.</em></p>
   <blockquote>
   <h2>v3.3.5</h2>
   <h2>What's Changed</h2>
   <h3>Security</h3>
   <ul>
   <li>Backport the <code>removeScriptElement</code> hardening from SVGO v4 in 
<a href="https://redirect.github.com/svg/svgo/issues/2269";>#2269</a>:
   <ul>
   <li>reject executable <code>data:</code> URLs and legacy 
<code>vbscript:</code> URLs</li>
   <li>sanitize executable HTML inside <code>&lt;foreignObject&gt;</code> 
elements</li>
   <li>handle namespace-prefixed SVG anchors and URL schemes containing ASCII 
tabs or newlines</li>
   </ul>
   </li>
   </ul>
   <p>This addresses <a 
href="https://github.com/svg/svgo/security/advisories/GHSA-4vpr-x523-8j87";>GHSA-4vpr-x523-8j87</a>
 and <a 
href="https://github.com/svg/svgo/security/advisories/GHSA-w27v-7q3p-w38r";>GHSA-w27v-7q3p-w38r</a>
 for the v3 release line.</p>
   <h2>Support</h2>
   <p>SVGO v3 is not officially supported; please consider upgrading to SVGO 
v4. This security fix has been backported, but there is no commitment to 
backport more complex changes in the future.</p>
   <p>See the <a 
href="https://svgo.dev/docs/migrations/migration-from-v3-to-v4/";>migration 
guide from v3 to v4</a>.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/svg/svgo/commit/438059032950dde2c2d36ce45f912085947e60d0";><code>4380590</code></a>
 ci: configure v3 publish tag in package metadata (<a 
href="https://redirect.github.com/svg/svgo/issues/2271";>#2271</a>)</li>
   <li><a 
href="https://github.com/svg/svgo/commit/4c84fe7ef022f05350404a469ca66321e0afcb47";><code>4c84fe7</code></a>
 ci: publish v3 with npm trusted publishing (<a 
href="https://redirect.github.com/svg/svgo/issues/2270";>#2270</a>)</li>
   <li><a 
href="https://github.com/svg/svgo/commit/994a9f00d79ddec68ce19a1ce9eb8ca08d747e4f";><code>994a9f0</code></a>
 fix(removeScriptElement): backport security hardening to v3 (<a 
href="https://redirect.github.com/svg/svgo/issues/2269";>#2269</a>)</li>
   <li>See full diff in <a 
href="https://github.com/svg/svgo/compare/v3.3.4...v3.3.5";>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 svgo since your current version.</p>
   </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
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/superset/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