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

   Bumps [antd](https://github.com/ant-design/ant-design) from 5.25.4 to 5.27.5.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/ant-design/ant-design/releases";>antd's 
releases</a>.</em></p>
   <blockquote>
   <h2>5.27.5</h2>
   <ul>
   <li>🐞 Fix Tour positioning when the <code>target</code> is a Table with 
fixed headers. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/55124";>#55124</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   <li>💄 Fix Card body extra padding when adding <code>gap</code> style. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54974";>#54974</a> 
<a href="https://github.com/QdabuliuQ";><code>@​QdabuliuQ</code></a></li>
   <li>💄 Fix DatePicker design token for text color. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/55065";>#55065</a> 
<a href="https://github.com/765477020";><code>@​765477020</code></a></li>
   <li>💄 Fix List overflow problem when bordered. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/55075";>#55075</a> 
<a href="https://github.com/Jiyur";><code>@​Jiyur</code></a></li>
   <li>⌨️ Fix Modal.confirm <code>aria-labelledby</code> accessibility 
attribute missing problem. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/55266";>#55266</a> 
<a href="https://github.com/Jiyur";><code>@​Jiyur</code></a></li>
   <li>⚡️ Improve Cascader rendering for loading icon. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/55285";>#55285</a> 
<a href="https://github.com/li-jia-nan";><code>@​li-jia-nan</code></a></li>
   <li>TypeScript
   <ul>
   <li>🤖 Fix FloatButton type definition missing for <code>disabled</code> 
property. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/55156";>#55156</a> 
<a href="https://github.com/deathemperor";><code>@​deathemperor</code></a></li>
   </ul>
   </li>
   </ul>
   <hr />
   <ul>
   <li>🐞 修复 Tour 指定 <code>target</code> 为 Table 固定列头时定位错误的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/55124";>#55124</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   <li>💄 修复 Card body 增加 <code>gap</code> 样式时有多余 padding 的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/54974";>#54974</a> 
<a href="https://github.com/QdabuliuQ";><code>@​QdabuliuQ</code></a></li>
   <li>💄 修复 DatePicker 文本颜色 token 错误的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/55065";>#55065</a> 
<a href="https://github.com/765477020";><code>@​765477020</code></a></li>
   <li>💄 修复 List 启用边框时会内容溢出的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/55075";>#55075</a> 
<a href="https://github.com/Jiyur";><code>@​Jiyur</code></a></li>
   <li>⌨️ 修复 Modal.confirm 缺失 <code>aria-labelledby</code> 可访问性属性的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/55266";>#55266</a> 
<a href="https://github.com/Jiyur";><code>@​Jiyur</code></a></li>
   <li>⚡️ 优化 Cascader 加载中图标的渲染。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/55285";>#55285</a> 
<a href="https://github.com/li-jia-nan";><code>@​li-jia-nan</code></a></li>
   <li>TypeScript
   <ul>
   <li>🤖 修复 FloatButton <code>disabled</code> 属性类型缺失的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/55156";>#55156</a> 
<a href="https://github.com/deathemperor";><code>@​deathemperor</code></a></li>
   </ul>
   </li>
   </ul>
   <h2>5.27.4</h2>
   <ul>
   <li>Table
   <ul>
   <li>🐞 Fix Table duplicated filter dropdowns and tooltips when using 
<code>sticky</code> headers or <code>scroll.y</code>. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54910";>#54910</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   <li>🐞 Fix Table header not rendering on initial load. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54910";>#54910</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   <li>🐞 Fix Table column alignment when <code>scroll.x</code> is enabled. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54899";>#54899</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   </ul>
   </li>
   <li>🐞 Fix Button where the padding of icon-only was affected by the theme. 
<a 
href="https://redirect.github.com/ant-design/ant-design/pull/54970";>#54970</a> 
<a href="https://github.com/guoyunhe";><code>@​guoyunhe</code></a></li>
   <li>🐞 Fix Splitter <code>minSize</code> and <code>maxSize</code> not taking 
effect on initial mount in uncontrolled mode. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54939";>#54939</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   <li>🐞 Fix Switch wave effect compatibility with Tailwind CSS 
<code>disabled</code> variant. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54933";>#54933</a> 
<a href="https://github.com/Jiyur";><code>@​Jiyur</code></a></li>
   <li>🐞 Fix Input.Search hover color changes for the border and icon when the 
search button is <code>disabled</code>. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54892";>#54892</a> 
<a href="https://github.com/Jiyur";><code>@​Jiyur</code></a></li>
   </ul>
   <hr />
   <ul>
   <li>Table
   <ul>
   <li>🐞 修复 Table 在使 <code>sticky</code> 表头或设置 <code>scroll.y</code> 时,筛选下拉与 
Tooltip 重复显示的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/54910";>#54910</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   <li>🐞 修复 Table 表头在首次加载时未正确渲染的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/54910";>#54910</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   <li>🐞 修复 Table 在启用 <code>scroll.x</code> 时,固定列的对齐问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/54899";>#54899</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   </ul>
   </li>
   <li>🐞 修复 Button 仅图标(icon-only)按钮的内边距受主题影响的问题。 <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54970";>#54970</a> 
<a href="https://github.com/guoyunhe";><code>@​guoyunhe</code></a></li>
   <li>🐞 修复 Splitter 在非受控模式下初次挂载时,<code>minSize</code> 和 <code>maxSize</code> 
未生效的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/54939";>#54939</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   <li>🐞 修复 Switch 波纹效果与 Tailwind CSS disabled 变体的兼容性问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/54933";>#54933</a>  
<a href="https://github.com/Jiyur";><code>@​Jiyur</code></a></li>
   <li>🐞 修复 Input.Search 在搜索按钮为 <code>disabled</code> 时,悬停仍会导致边框和图标变色的问题。<a 
href="https://redirect.github.com/ant-design/ant-design/pull/54892";>#54892</a> 
<a href="https://github.com/Jiyur";><code>@​Jiyur</code></a></li>
   </ul>
   <h2>5.27.3</h2>
   <ul>
   <li>Table
   <ul>
   <li>🐞 Fix Table header width compression issues and render flickering issues 
when <code>scroll.y</code> or <code>sticky</code> is set. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54824";>#54824</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a>
   <table>
   <thead>
   <tr>
   <th>Before ❌</th>
   <th>After ✅</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><!-- raw HTML omitted --></td>
   <td><!-- raw HTML omitted --></td>
   </tr>
   </tbody>
   </table>
   </li>
   <li>🐞 Fix Table <code>scroll.scrollToFirstRowOnChange</code> not working 
with virtual scroll. <a 
href="https://redirect.github.com/ant-design/ant-design/issues/54734";>#54734</a>
 <a href="https://github.com/Wxh16144";><code>@​Wxh16144</code></a></li>
   <li>🐞 Fix Table columns with <code>children</code> not working with 
<code>fixed: 'right'</code>. <a 
href="https://redirect.github.com/ant-design/ant-design/issues/51812";>#51812</a>
 <a href="https://github.com/ryantang247";><code>@​ryantang247</code></a></li>
   <li>🐞 Fix Table expand column not being displayed when 
<code>expandable.fixed</code> is set to true. <a 
href="https://github.com/inottn";><code>@​inottn</code></a></li>
   <li>🐞 Fix Table columns <code>minWidth</code> props not working when 
virtualized. <a 
href="https://redirect.github.com/ant-design/ant-design/issues/54856";>#54856</a>
 <a href="https://github.com/cactuser-Lu";><code>@​cactuser-Lu</code></a></li>
   </ul>
   </li>
   <li>🐞 Fix Pagination style issues with <code>simple</code> and 
<code>small</code> size props. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54837";>#54837</a> 
<a 
href="https://github.com/MrWangJustToDo";><code>@​MrWangJustToDo</code></a></li>
   <li>🐞 Fix Button padding issue when <code>shape=&quot;round&quot;</code>. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54845";>#54845</a> 
<a href="https://github.com/guoyunhe";><code>@​guoyunhe</code></a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md";>antd's
 changelog</a>.</em></p>
   <blockquote>
   <h2>5.27.5</h2>
   <p><code>2025-10-14</code></p>
   <ul>
   <li>🐞 Fix Tour positioning when the <code>target</code> is a Table with 
fixed headers. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/55124";>#55124</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   <li>💄 Fix Card body extra padding when adding <code>gap</code> style. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54974";>#54974</a> 
<a href="https://github.com/QdabuliuQ";><code>@​QdabuliuQ</code></a></li>
   <li>💄 Fix DatePicker design token for text color. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/55065";>#55065</a> 
<a href="https://github.com/765477020";><code>@​765477020</code></a></li>
   <li>💄 Fix List overflow problem when bordered. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/55075";>#55075</a> 
<a href="https://github.com/Jiyur";><code>@​Jiyur</code></a></li>
   <li>⌨️ Fix Modal.confirm <code>aria-labelledby</code> accessibility 
attribute missing problem. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/55266";>#55266</a> 
<a href="https://github.com/Jiyur";><code>@​Jiyur</code></a></li>
   <li>⚡️ Improve Cascader rendering for loading icon. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/55285";>#55285</a> 
<a href="https://github.com/li-jia-nan";><code>@​li-jia-nan</code></a></li>
   <li>TypeScript
   <ul>
   <li>🤖 Fix FloatButton type definition missing for <code>disabled</code> 
property. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/55156";>#55156</a> 
<a href="https://github.com/deathemperor";><code>@​deathemperor</code></a></li>
   </ul>
   </li>
   </ul>
   <h2>5.27.4</h2>
   <p><code>2025-09-17</code></p>
   <ul>
   <li>Table
   <ul>
   <li>🐞 Fix Table duplicated filter dropdowns and tooltips when using 
<code>sticky</code> headers or <code>scroll.y</code>. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54910";>#54910</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   <li>🐞 Fix Table header not rendering on initial load. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54910";>#54910</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   <li>🐞 Fix Table column alignment when <code>scroll.x</code> is enabled. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54899";>#54899</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a></li>
   </ul>
   </li>
   <li>🐞 Fix Button where the padding of icon-only was affected by the theme. 
<a 
href="https://redirect.github.com/ant-design/ant-design/pull/54970";>#54970</a> 
<a href="https://github.com/guoyunhe";><code>@​guoyunhe</code></a></li>
   <li>🐞 Fix Splitter <code>minSize</code> and <code>maxSize</code> not taking 
effect on initial mount in uncontrolled mode. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54939";>#54939</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   <li>🐞 Fix Switch wave effect compatibility with Tailwind CSS 
<code>disabled</code> variant. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54933";>#54933</a> 
<a href="https://github.com/Jiyur";><code>@​Jiyur</code></a></li>
   <li>🐞 Fix Input.Search hover color changes for the border and icon when the 
search button is <code>disabled</code>. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54892";>#54892</a> 
<a href="https://github.com/Jiyur";><code>@​Jiyur</code></a></li>
   </ul>
   <h2>5.27.3</h2>
   <p><code>2025-09-04</code></p>
   <ul>
   <li>Table
   <ul>
   <li>🐞 Fix Table header width compression issues and render flickering issues 
when <code>scroll.y</code> or <code>sticky</code> is set. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54824";>#54824</a> 
<a href="https://github.com/afc163";><code>@​afc163</code></a>
   <table>
   <thead>
   <tr>
   <th>Before ❌</th>
   <th>After ✅</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><!-- raw HTML omitted --></td>
   <td><!-- raw HTML omitted --></td>
   </tr>
   </tbody>
   </table>
   </li>
   <li>🐞 Fix Table <code>scroll.scrollToFirstRowOnChange</code> not working 
with virtual scroll. <a 
href="https://redirect.github.com/ant-design/ant-design/issues/54734";>#54734</a>
 <a href="https://github.com/Wxh16144";><code>@​Wxh16144</code></a></li>
   <li>🐞 Fix Table columns with <code>children</code> not working with 
<code>fixed: 'right'</code>. <a 
href="https://redirect.github.com/ant-design/ant-design/issues/51812";>#51812</a>
 <a href="https://github.com/ryantang247";><code>@​ryantang247</code></a></li>
   <li>🐞 Fix Table expand column not being displayed when 
<code>expandable.fixed</code> is set to true. <a 
href="https://github.com/inottn";><code>@​inottn</code></a></li>
   <li>🐞 Fix Table columns <code>minWidth</code> props not working when 
virtualized. <a 
href="https://redirect.github.com/ant-design/ant-design/issues/54856";>#54856</a>
 <a href="https://github.com/cactuser-Lu";><code>@​cactuser-Lu</code></a></li>
   </ul>
   </li>
   <li>🐞 Fix Pagination style issues with <code>simple</code> and 
<code>small</code> size props. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54837";>#54837</a> 
<a 
href="https://github.com/MrWangJustToDo";><code>@​MrWangJustToDo</code></a></li>
   <li>🐞 Fix Button padding issue when <code>shape=&quot;round&quot;</code>. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54845";>#54845</a> 
<a href="https://github.com/guoyunhe";><code>@​guoyunhe</code></a></li>
   <li>🐞 Fix Input.OTP not allowing continuous deletion. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54850";>#54850</a> 
<a href="https://github.com/765477020";><code>@​765477020</code></a></li>
   <li>🐞 Fix Dropdown <code>onOpenChange</code> closure issue. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54880";>#54880</a> 
<a href="https://github.com/zombieJ";><code>@​zombieJ</code></a></li>
   <li>🐞 Fix Carousel component style and button switching issues in RTL mode. 
<a 
href="https://redirect.github.com/ant-design/ant-design/pull/54868";>#54868</a> 
<a href="https://github.com/EmilyyyLiu";><code>@​EmilyyyLiu</code></a></li>
   <li>🐞 Fix incorrect margin in Typography when editable. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54871";>#54871</a> 
<a href="https://github.com/Tarun2605";><code>@​Tarun2605</code></a></li>
   <li>🇮🇹 Add missing Italian translations for ColorPicker and QRCode 
components. <a 
href="https://redirect.github.com/ant-design/ant-design/pull/54842";>#54842</a> 
<a href="https://github.com/nikzanda";><code>@​nikzanda</code></a></li>
   </ul>
   <h2>5.27.2</h2>
   <p><code>2025-09-02</code></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/017fea5bb4c5c2bd34fd2d8b2ee010671be5d35d";><code>017fea5</code></a>
 docs: changelog for 5.27.5 (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/55292";>#55292</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/117673d618d33945cdb16ac01ea79fa60d014219";><code>117673d</code></a>
 revert: &quot;fix: handle maxCount negative value validation (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/55129";>#55129</a>)&quot;
 (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/55303";>#55303</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/72f26b38983370b6e0e01cde25f0f5d937b2833d";><code>72f26b3</code></a>
 fix(wave): update missing dependency (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/55296";>#55296</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/60472985656ce2a75322bb6c1aff8a9e8957fb7d";><code>6047298</code></a>
 fix(hook): update missing dependency (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/55294";>#55294</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/63e2dfd682dc3fd3fd0104496b97b7c0989de34d";><code>63e2dfd</code></a>
 fix(tour): update missing dependency (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/55295";>#55295</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/7a520404aa6ce270d939c67de852e55d627c7246";><code>7a52040</code></a>
 docs: update button spec (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/55290";>#55290</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/a07161fa05b887ba15a8078603895da95ce35d71";><code>a07161f</code></a>
 site: update error UI (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/55280";>#55280</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/be85401160eb40ded2ba3510d83ed8176913247f";><code>be85401</code></a>
 fix(button): update miss autoFocus dependency (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/55283";>#55283</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/dc362e2e1c4223d4165088dc7fb71e7df972b5a4";><code>dc362e2</code></a>
 fix(site): update miss useCssVar dependency (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/55284";>#55284</a>)</li>
   <li><a 
href="https://github.com/ant-design/ant-design/commit/eca2da28c93ece49e6f91a0b348c6293cdce35e0";><code>eca2da2</code></a>
 fix(calendar): update miss today, prefixCls, calendarPrefixCls dependency (<a 
href="https://redirect.github.com/ant-design/ant-design/issues/5";>#5</a>...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/ant-design/ant-design/compare/5.25.4...5.27.5";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=antd&package-manager=npm_and_yarn&previous-version=5.25.4&new-version=5.27.5)](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 merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@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>


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