dependabot[bot] opened a new pull request, #5:
URL: https://github.com/apache/incubator-resilientdb-resilient-node-cache/pull/5

   Bumps 
[fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) and 
[@aws-sdk/credential-providers](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/credential-providers).
 These dependencies needed to be updated together.
   Updates `fast-xml-parser` from 4.4.1 to 5.4.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/releases";>fast-xml-parser's
 releases</a>.</em></p>
   <blockquote>
   <h2>Separate Builder</h2>
   <p>XML Builder was the part of <a 
href="https://github.com/NaturalIntelligence/fast-xml-builder";>fast-xml-parser</a>
 for years. But considering that any bug in builder may false-alarm the users 
who are only using parser and vice-versa, we have decided to split it into a 
separate package.</p>
   <h2>Migration</h2>
   <p>To migrate to fast-xml-builder;</p>
   <p>From</p>
   <pre lang="js"><code>import { XMLBuilder } from &quot;fast-xml-parser&quot;;
   </code></pre>
   <p>To</p>
   <pre lang="js"><code>import  XMLBuilder  from &quot;fast-xml-builder&quot;;
   </code></pre>
   <p>XMLBuilder will be removed from current package in any next major version 
of this library. So better to migrate.</p>
   <h2>support strictReservedNames</h2>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.9...v5.3.9";>https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.9...v5.3.9</a></p>
   <h2>handle non-array input for XML builder &amp;&amp; support 
maxNestedTags</h2>
   <ul>
   <li>support maxNestedTags</li>
   <li>handle non-array input for XML builder when preserveOrder is true (By <a 
href="https://github.com/Angelopvtac";>Angelo Coetzee</a>)</li>
   <li>save use of js properies
   <strong>Full Changelog</strong>: <a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.7...v5.3.8";>https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.7...v5.3.8</a></li>
   </ul>
   <h2>CJS typing fix</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Unexport <code>X2jOptions</code> at declaration site by <a 
href="https://github.com/Drarig29";><code>@​Drarig29</code></a> in <a 
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/pull/787";>NaturalIntelligence/fast-xml-parser#787</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/Drarig29";><code>@​Drarig29</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/pull/787";>NaturalIntelligence/fast-xml-parser#787</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.6...v5.3.7";>https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.6...v5.3.7</a></p>
   <h2>Entity security and performance</h2>
   <ul>
   <li>Improve security and performance of entity processing
   <ul>
   <li>new options <code>maxEntitySize</code>, <code>maxExpansionDepth</code>, 
<code>maxTotalExpansions</code>, <code>maxExpandedLength</code>, 
<code>allowedTags</code>,<code>tagFilter</code></li>
   <li>fast return when no edtity is present</li>
   <li>improvement replacement logic to reduce number of calls</li>
   <li></li>
   </ul>
   </li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.5...v5.3.6";>https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.5...v5.3.6</a></p>
   <h2>v5.3.5</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Add missing exports to fxp commonjs types by <a 
href="https://github.com/jeremymeng";><code>@​jeremymeng</code></a> in <a 
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/pull/782";>NaturalIntelligence/fast-xml-parser#782</a></li>
   <li>fix: Escape regex char in entity name</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md";>fast-xml-parser's
 changelog</a>.</em></p>
   <blockquote>
   <p><!-- raw HTML omitted -->Note: If you find missing information about 
particular minor version, that version must have been changed without any 
functional change in this library.<!-- raw HTML omitted --></p>
   <p>Note: Due to some last quick changes on v4, detail of v4.5.3 &amp; v4.5.4 
are not updated here. v4.5.4x is the last tag of v4 in github repository. I'm 
extremely sorry for the confusion</p>
   <p><strong>5.4.2 / 2026-03-03</strong></p>
   <ul>
   <li>support maxEntityCount option</li>
   </ul>
   <p><strong>5.4.1  / 2026-02-25</strong></p>
   <ul>
   <li>fix (<a 
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/785";>#785</a>)
 unpairedTag node should not have tag content</li>
   </ul>
   <p><strong>5.4.0  / 2026-02-25</strong></p>
   <ul>
   <li>migrate to fast-xml-builder</li>
   </ul>
   <p><strong>5.3.9 / 2026-02-25</strong></p>
   <ul>
   <li>support strictReservedNames</li>
   </ul>
   <p><strong>5.3.8 / 2026-02-25</strong></p>
   <ul>
   <li>support maxNestedTags</li>
   <li>handle non-array input for XML builder when preserveOrder is true (By <a 
href="https://github.com/Angelopvtac";>Angelo Coetzee</a>)</li>
   <li>save use of js properies</li>
   </ul>
   <p><strong>5.3.7 / 2026-02-20</strong></p>
   <ul>
   <li>fix typings for CJS (By <a href="https://github.com/Drarig29";>Corentin 
Girard</a>)</li>
   </ul>
   <p><strong>5.3.6 / 2026-02-14</strong></p>
   <ul>
   <li>Improve security and performance of entity processing
   <ul>
   <li>new options <code>maxEntitySize</code>, <code>maxExpansionDepth</code>, 
<code>maxTotalExpansions</code>, <code>maxExpandedLength</code>, 
<code>allowedTags</code>,<code>tagFilter</code></li>
   <li>fast return when no edtity is present</li>
   <li>improvement replacement logic to reduce number of calls</li>
   </ul>
   </li>
   </ul>
   <p><strong>5.3.5 / 2026-02-08</strong></p>
   <ul>
   <li>fix: Escape regex char in entity name</li>
   <li>update strnum to 2.1.2</li>
   <li>add missing exports in CJS typings</li>
   </ul>
   <p><strong>5.3.4 / 2026-01-30</strong></p>
   <ul>
   <li>fix: handle HTML numeric and hex entities when out of range</li>
   </ul>
   <p><strong>5.3.3 / 2025-12-12</strong></p>
   <ul>
   <li>fix <a 
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/775";>#775</a>:
 transformTagName with allowBooleanAttributes adds an unnecessary attribute</li>
   </ul>
   <p><strong>5.3.2 / 2025-11-14</strong></p>
   <ul>
   <li>fix for import statement for v6</li>
   </ul>
   <p><strong>5.3.1 / 2025-11-03</strong></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/4e7ca80e788a23b07531ac2ff8906e5e9f4bf892";><code>4e7ca80</code></a>
 update release info</li>
   <li><a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/36023b496382717c82bd68863b3f95629d0c9311";><code>36023b4</code></a>
 fix (<a 
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/785";>#785</a>)
 unpairedTag node should not have tag content</li>
   <li><a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/b3660266f53e383193ae152cde878d9b2db7240f";><code>b366026</code></a>
 separate builder</li>
   <li><a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/6f333a85693e20713fea2d733795fef7e11ac51c";><code>6f333a8</code></a>
 update release info</li>
   <li><a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/c3ffbab9e5a2bab9db65803933d0af656076fc33";><code>c3ffbab</code></a>
 support strictReservedNames</li>
   <li><a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/c692040f6b5f5045d38b66b1da04e4d3abc97052";><code>c692040</code></a>
 update release info</li>
   <li><a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/107e34c046d4997ee3b67a32d32eef52fe63edb2";><code>107e34c</code></a>
 avoid <code>{}</code> to create an empty object</li>
   <li><a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/60835a4c7279ddc349d192097fb41afa52930d8b";><code>60835a4</code></a>
 support maxNestedTags</li>
   <li><a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/f55657c2b1cf29b433124390c32acba45a5a67aa";><code>f55657c</code></a>
 avoid direct call to hasOwnProperty</li>
   <li><a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/c13a961910f14986295dd28484eee830fa1a0e8a";><code>c13a961</code></a>
 handle non-array input for XML builder when preserveOrder is true</li>
   <li>Additional commits viewable in <a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.4.1...v5.4.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@aws-sdk/credential-providers` from 3.682.0 to 3.1004.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/aws/aws-sdk-js-v3/releases";><code>@​aws-sdk/credential-providers</code>'s
 releases</a>.</em></p>
   <blockquote>
   <h2>v3.1004.0</h2>
   <h4>3.1004.0(2026-03-06)</h4>
   <h5>Chores</h5>
   <ul>
   <li><strong>codegen:</strong>  smithy-aws-typescript-codegen 0.46.0 (<a 
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7825";>#7825</a>) (<a 
href="https://github.com/aws/aws-sdk-js-v3/commit/9652a4b1b1796b35ef24fd7be4c13ed6eb1deb24";>9652a4b1</a>)</li>
   </ul>
   <h5>New Features</h5>
   <ul>
   <li><strong>clients:</strong>  update client endpoints as of 2026-03-06 (<a 
href="https://github.com/aws/aws-sdk-js-v3/commit/8c6015c0d1c17e8807e3be1326377bcf2176efdd";>8c6015c0</a>)</li>
   <li><strong>client-gameliftstreams:</strong>  Added new Gen6 stream classes 
based on the EC2 G6f instance family. These stream classes provide 
cost-optimized options for streaming well-optimized or lower-fidelity games on 
Windows environments. (<a 
href="https://github.com/aws/aws-sdk-js-v3/commit/3ce882b68e004b3589f882c1d5fbb9443e07b5b1";>3ce882b6</a>)</li>
   <li><strong>client-bedrock:</strong>  Amazon Bedrock Guardrails 
account-level enforcement APIs now support lists for model inclusion and 
exclusion from guardrail enforcement. (<a 
href="https://github.com/aws/aws-sdk-js-v3/commit/63b3598691d116dadd5c389362be5369d5901a39";>63b35986</a>)</li>
   <li><strong>client-connect:</strong>  Amazon Connect now supports the 
ability to programmatically configure and run automated tests for contact 
center experiences for Chat. Integrate testing into CICD pipelines, run 
multiple tests at scale, and retrieve results via API to automate validation of 
chat interactions and workflows. (<a 
href="https://github.com/aws/aws-sdk-js-v3/commit/696614ae8195f9ba2f9d3366e2d27e3aacf45726";>696614ae</a>)</li>
   <li><strong>client-bcm-data-exports:</strong>  Fixed wrong endpoint 
resolutions in few regions. Added AWS CFN resource schema for BCM Data Exports. 
Added max value validation for pagination parameter. Fixed ARN format 
validation for BCM Data Exports resources. Updated size constraints for table 
properties. Added AccessDeniedException error. (<a 
href="https://github.com/aws/aws-sdk-js-v3/commit/23fdf9940dbeb9fab236e565d4ef529779a19862";>23fdf994</a>)</li>
   <li><strong>client-deadline:</strong>  AWS Deadline Cloud now supports cost 
scale factors for farms, enabling studios to adjust reported costs to reflect 
their actual rendering economics. Adjusted costs are reflected in Deadline 
Cloud's Usage Explorer and Budgets. (<a 
href="https://github.com/aws/aws-sdk-js-v3/commit/16f6d5104bf57a9d034affe12f33d4f424c7ed0f";>16f6d510</a>)</li>
   <li><strong>client-appintegrations:</strong>  This release adds support for 
webhooks, allowing customers to create an Event Integration with a webhook 
source. (<a 
href="https://github.com/aws/aws-sdk-js-v3/commit/c86ed4e1a4295d2654b2cc1ef8e195a6a97bcb58";>c86ed4e1</a>)</li>
   <li><strong>client-bedrock-agentcore-control:</strong>  Adds support for 
streaming memory records in AgentCore Memory (<a 
href="https://github.com/aws/aws-sdk-js-v3/commit/174685704e07d5b8cbb6414cd6d9f2f6a85736c3";>17468570</a>)</li>
   <li><strong>client-sesv2:</strong>  Adds support for longer email message 
header values, increasing the maximum length from 870 to 995 characters for RFC 
5322 compliance. (<a 
href="https://github.com/aws/aws-sdk-js-v3/commit/3a573039fa760964ce4b8aef17b46b96183f3087";>3a573039</a>)</li>
   </ul>
   <h5>Bug Fixes</h5>
   <ul>
   <li><strong>build:</strong>  fix package release ordering (<a 
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7829";>#7829</a>) (<a 
href="https://github.com/aws/aws-sdk-js-v3/commit/cc6da58f9b94de5e1bd45b6486fecdf222f669d1";>cc6da58f</a>)</li>
   <li><strong>middleware-user-agent:</strong>  use retry strategy mode 
property instead of legacy fallback (<a 
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7811";>#7811</a>) (<a 
href="https://github.com/aws/aws-sdk-js-v3/commit/db7863372abba6035e12aaf8a015f9f6bc020bbb";>db786337</a>)</li>
   </ul>
   <hr />
   <p>For list of updated packages, view <strong>updated-packages.md</strong> 
in <strong>assets-3.1004.0.zip</strong></p>
   <h2>v3.1003.0</h2>
   <h4>3.1003.0(2026-03-05)</h4>
   <h5>Chores</h5>
   <ul>
   <li>bump '@smithy/*' dependencies (<a 
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7822";>#7822</a>) (<a 
href="https://github.com/aws/aws-sdk-js-v3/commit/8ddd54420b62212cf3d797050e924efba1fada28";>8ddd5442</a>)</li>
   <li>set downlevel types to be used in typescript@'&lt;4.5' (<a 
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7817";>#7817</a>) (<a 
href="https://github.com/aws/aws-sdk-js-v3/commit/03dad66b98363f09d1f0984b670be110caea8f62";>03dad66b</a>)</li>
   <li><strong>clients:</strong>
   <ul>
   <li>strip trailing periods when the last character is non-alphanumeric (<a 
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7821";>#7821</a>) (<a 
href="https://github.com/aws/aws-sdk-js-v3/commit/6b5b50b248cceac0353ad6b2dd3be974db27c6a4";>6b5b50b2</a>)</li>
   <li>sort missed package.json files (<a 
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7820";>#7820</a>) (<a 
href="https://github.com/aws/aws-sdk-js-v3/commit/297b56431a1c8fe0563a55d35dd80c02e9bfb386";>297b5643</a>)</li>
   <li>include deprecated-since in generated tsdoc (<a 
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7815";>#7815</a>) (<a 
href="https://github.com/aws/aws-sdk-js-v3/commit/17ecb20a27d0c2b7968db1edf3b453e4a4732849";>17ecb20a</a>)</li>
   </ul>
   </li>
   </ul>
   <h5>New Features</h5>
   <ul>
   <li><strong>clients:</strong>  update client endpoints as of 2026-03-05 (<a 
href="https://github.com/aws/aws-sdk-js-v3/commit/e9a8d8dea104165b03857c991d4e9e8ae4dec3a3";>e9a8d8de</a>)</li>
   <li><strong>client-guardduty:</strong>  Added MALICIOUS FILE to 
IndicatorType enum in MDC Sequence (<a 
href="https://github.com/aws/aws-sdk-js-v3/commit/bb9d466281db2b1023129d249ed576bd94730b18";>bb9d4662</a>)</li>
   <li><strong>client-savingsplans:</strong>  Added support for OpenSearch and 
Neptune Analytics to Database Savings Plans. (<a 
href="https://github.com/aws/aws-sdk-js-v3/commit/9e0639134fff8635622886260fb2127daa8778de";>9e063913</a>)</li>
   <li><strong>client-sagemaker:</strong>  Adds support for S3 Bucket Ownership 
validation for SageMaker Managed MLflow. (<a 
href="https://github.com/aws/aws-sdk-js-v3/commit/b62165643e03cc036e13cd463cde57116f36b38b";>b6216564</a>)</li>
   <li><strong>client-connecthealth:</strong>  Connect-Health SDK is AWS's 
unified SDK for the Amazon Connect Health offering. It allows healthcare 
developers to integrate purpose-built agents - such as patient insights, 
ambient documentation, and medical coding - into their existing applications, 
including EHRs, telehealth, and revenue cycle. (<a 
href="https://github.com/aws/aws-sdk-js-v3/commit/454c6cb7d73b92d737c008a9d9ef7fdb6365d647";>454c6cb7</a>)</li>
   <li><strong>client-mpa:</strong>  Updates to multi-party approval (MPA) 
service to add support for approval team baseline operations. (<a 
href="https://github.com/aws/aws-sdk-js-v3/commit/e95815438c56f42e2ffa47962c1aaa3c82afeef8";>e9581543</a>)</li>
   <li><strong>client-ec2:</strong>  Added metadata field to 
CapacityAllocation. (<a 
href="https://github.com/aws/aws-sdk-js-v3/commit/d7cce1c2a1a299c49f16f9bc02ee88d904d723de";>d7cce1c2</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/aws/aws-sdk-js-v3/blob/main/packages/credential-providers/CHANGELOG.md";><code>@​aws-sdk/credential-providers</code>'s
 changelog</a>.</em></p>
   <blockquote>
   <h1><a 
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.1003.0...v3.1004.0";>3.1004.0</a>
 (2026-03-06)</h1>
   <p><strong>Note:</strong> Version bump only for package 
<code>@​aws-sdk/credential-providers</code></p>
   <h1><a 
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.1002.0...v3.1003.0";>3.1003.0</a>
 (2026-03-05)</h1>
   <p><strong>Note:</strong> Version bump only for package 
<code>@​aws-sdk/credential-providers</code></p>
   <h1><a 
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.1001.0...v3.1002.0";>3.1002.0</a>
 (2026-03-04)</h1>
   <p><strong>Note:</strong> Version bump only for package 
<code>@​aws-sdk/credential-providers</code></p>
   <h1><a 
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.1000.0...v3.1001.0";>3.1001.0</a>
 (2026-03-03)</h1>
   <p><strong>Note:</strong> Version bump only for package 
<code>@​aws-sdk/credential-providers</code></p>
   <h1><a 
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.999.0...v3.1000.0";>3.1000.0</a>
 (2026-02-27)</h1>
   <p><strong>Note:</strong> Version bump only for package 
<code>@​aws-sdk/credential-providers</code></p>
   <h1><a 
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.998.0...v3.999.0";>3.999.0</a>
 (2026-02-26)</h1>
   <p><strong>Note:</strong> Version bump only for package 
<code>@​aws-sdk/credential-providers</code></p>
   <h1><a 
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.997.0...v3.998.0";>3.998.0</a>
 (2026-02-25)</h1>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/aws/aws-sdk-js-v3/commit/7c0815232f14789a405ec73195945552d991beb4";><code>7c08152</code></a>
 Publish v3.1004.0</li>
   <li><a 
href="https://github.com/aws/aws-sdk-js-v3/commit/4c36ea38e9ddc6deacd435c7c590921940f4c9ff";><code>4c36ea3</code></a>
 Publish v3.1003.0</li>
   <li><a 
href="https://github.com/aws/aws-sdk-js-v3/commit/8ddd54420b62212cf3d797050e924efba1fada28";><code>8ddd544</code></a>
 chore: bump '@smithy/*' dependencies (<a 
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/credential-providers/issues/7822";>#7822</a>)</li>
   <li><a 
href="https://github.com/aws/aws-sdk-js-v3/commit/03dad66b98363f09d1f0984b670be110caea8f62";><code>03dad66</code></a>
 chore: set downlevel types to be used in typescript@'&lt;4.5' (<a 
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/credential-providers/issues/7817";>#7817</a>)</li>
   <li><a 
href="https://github.com/aws/aws-sdk-js-v3/commit/800431bb02b71bad13537bc615e456df77776b22";><code>800431b</code></a>
 Publish v3.1002.0</li>
   <li><a 
href="https://github.com/aws/aws-sdk-js-v3/commit/b8467bd179319f86804fea08e1b09d3a95166603";><code>b8467bd</code></a>
 Publish v3.1001.0</li>
   <li><a 
href="https://github.com/aws/aws-sdk-js-v3/commit/ab9e775920c7900a2759c22385091aa88eb6ee15";><code>ab9e775</code></a>
 chore(codegen): upgrade smithy 1.68.0 (<a 
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/credential-providers/issues/7806";>#7806</a>)</li>
   <li><a 
href="https://github.com/aws/aws-sdk-js-v3/commit/e373aa8706d305625352a8fdb21cdbaadb1f971b";><code>e373aa8</code></a>
 Publish v3.1000.0</li>
   <li><a 
href="https://github.com/aws/aws-sdk-js-v3/commit/cd1d49d696f4d2d596d2374943267f3a7074651c";><code>cd1d49d</code></a>
 Publish v3.999.0</li>
   <li><a 
href="https://github.com/aws/aws-sdk-js-v3/commit/ab81c738436db219e5163ccaab953805776b33d6";><code>ab81c73</code></a>
 chore(packages): reapply eslint rules (<a 
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/credential-providers/issues/7789";>#7789</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/aws/aws-sdk-js-v3/commits/v3.1004.0/packages/credential-providers";>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/incubator-resilientdb-resilient-node-cache/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]

Reply via email to