Skip to content
This repository was archived by the owner on Mar 19, 2026. It is now read-only.

Commit 10549be

Browse files
dependabot[bot]sofisl
authored andcommitted
build(deps): bump fast-xml-parser and @google-cloud/storage in /generator/gapic-generator-typescript (#915)
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) and [@google-cloud/storage](https://github.com/googleapis/nodejs-storage). These dependencies needed to be updated together. Updates `fast-xml-parser` from 4.5.3 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.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> <ul> <li>Performance improvement for stopNodes (By <a href="https://github.com/macieklamberski">Maciek Lamberski</a>)</li> </ul> <p><strong>5.3.0 / 2025-10-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.5.3...v5.4.1">compare view</a></li> </ul> </details> <br /> Updates `@google-cloud/storage` from 7.16.0 to 7.19.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/nodejs-storage/releases"><code>@​google-cloud/storage</code>'s releases</a>.</em></p> <blockquote> <h2>v7.19.0</h2> <h2><a href="https://github.com/googleapis/nodejs-storage/compare/v7.18.0...v7.19.0">7.19.0</a> (2026-02-05)</h2> <h3>Features</h3> <ul> <li>Enable full object checksum validation on JSON path (<a href="https://redirect.github.com/googleapis/nodejs-storage/issues/2687">#2687</a>) (<a href="https://github.com/googleapis/nodejs-storage/commit/08a896240e2ee110c13a5803ce5a2fbf38fbedc4">08a8962</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> Update dependency fast-xml-parser to v5 [security] (<a href="https://redirect.github.com/googleapis/nodejs-storage/issues/2713">#2713</a>) (<a href="https://github.com/googleapis/nodejs-storage/commit/420935a0334b0723ec052bb4d6b8527dd2acffea">420935a</a>)</li> </ul> <h2>v7.18.0</h2> <h2><a href="https://github.com/googleapis/nodejs-storage/compare/v7.17.3...v7.18.0">7.18.0</a> (2025-11-28)</h2> <h3>Features</h3> <ul> <li><strong>listBuckets:</strong> Add support for returning partial success (<a href="https://redirect.github.com/googleapis/nodejs-storage/issues/2678">#2678</a>) (<a href="https://github.com/googleapis/nodejs-storage/commit/c7004daae0b506eeefc5f4f241d9e3df3589b0e8">c7004da</a>)</li> </ul> <h2>v7.17.3</h2> <h2><a href="https://github.com/googleapis/nodejs-storage/compare/v7.17.2...v7.17.3">7.17.3</a> (2025-11-03)</h2> <h3>Bug Fixes</h3> <ul> <li>:bug: fix the issue 2667, do not mutate object given to options … (<a href="https://redirect.github.com/googleapis/nodejs-storage/issues/2668">#2668</a>) (<a href="https://github.com/googleapis/nodejs-storage/commit/8a9f25968a08dc5cdaeb056054104db738fe651b">8a9f259</a>)</li> <li>Revert implement path containment to prevent traversal attacks (<a href="https://github.com/googleapis/nodejs-storage/commit/254b6b2f9e79ce2e572f87694998538c9b1371c1">254b6b2</a>)</li> </ul> <h2>v7.17.2</h2> <h2><a href="https://github.com/googleapis/nodejs-storage/compare/v7.17.1...v7.17.2">7.17.2</a> (2025-10-06)</h2> <h3>Bug Fixes</h3> <ul> <li>Common Service: should retry a request failed (<a href="https://redirect.github.com/googleapis/nodejs-storage/issues/2652">#2652</a>) (<a href="https://github.com/googleapis/nodejs-storage/commit/b38b5d221f2cb72658c1eb4a726315ab395a542c">b38b5d2</a>)</li> <li>Implement path containment to prevent traversal attacks (<a href="https://redirect.github.com/googleapis/nodejs-storage/issues/2654">#2654</a>) (<a href="https://github.com/googleapis/nodejs-storage/commit/08d7abf32dd365b24ce34c66174be06c30bfce8f">08d7abf</a>)</li> </ul> <h2>v7.17.1</h2> <h2><a href="https://github.com/googleapis/nodejs-storage/compare/v7.17.0...v7.17.1">7.17.1</a> (2025-08-27)</h2> <h3>Bug Fixes</h3> <ul> <li>Respect useAuthWithCustomEndpoint flag for resumable uploads (<a href="https://redirect.github.com/googleapis/nodejs-storage/issues/2637">#2637</a>) (<a href="https://github.com/googleapis/nodejs-storage/commit/707b4f2fe1d67878bcd8f1434e4cbb57c951994e">707b4f2</a>)</li> </ul> <h2>v7.17.0</h2> <h2><a href="https://github.com/googleapis/nodejs-storage/compare/v7.16.0...v7.17.0">7.17.0</a> (2025-08-18)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/nodejs-storage/blob/main/CHANGELOG.md"><code>@​google-cloud/storage</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/googleapis/nodejs-storage/compare/v7.18.0...v7.19.0">7.19.0</a> (2026-02-05)</h2> <h3>Features</h3> <ul> <li>Enable full object checksum validation on JSON path (<a href="https://redirect.github.com/googleapis/nodejs-storage/issues/2687">#2687</a>) (<a href="https://github.com/googleapis/nodejs-storage/commit/08a896240e2ee110c13a5803ce5a2fbf38fbedc4">08a8962</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> Update dependency fast-xml-parser to v5 [security] (<a href="https://redirect.github.com/googleapis/nodejs-storage/issues/2713">#2713</a>) (<a href="https://github.com/googleapis/nodejs-storage/commit/420935a0334b0723ec052bb4d6b8527dd2acffea">420935a</a>)</li> </ul> <h2><a href="https://github.com/googleapis/nodejs-storage/compare/v7.17.3...v7.18.0">7.18.0</a> (2025-11-28)</h2> <h3>Features</h3> <ul> <li><strong>listBuckets:</strong> Add support for returning partial success (<a href="https://redirect.github.com/googleapis/nodejs-storage/issues/2678">#2678</a>) (<a href="https://github.com/googleapis/nodejs-storage/commit/c7004daae0b506eeefc5f4f241d9e3df3589b0e8">c7004da</a>)</li> </ul> <h2><a href="https://github.com/googleapis/nodejs-storage/compare/v7.17.2...v7.17.3">7.17.3</a> (2025-11-03)</h2> <h3>Bug Fixes</h3> <ul> <li>:bug: fix the issue 2667, do not mutate object given to options … (<a href="https://redirect.github.com/googleapis/nodejs-storage/issues/2668">#2668</a>) (<a href="https://github.com/googleapis/nodejs-storage/commit/8a9f25968a08dc5cdaeb056054104db738fe651b">8a9f259</a>)</li> <li>Revert implement path containment to prevent traversal attacks (<a href="https://github.com/googleapis/nodejs-storage/commit/254b6b2f9e79ce2e572f87694998538c9b1371c1">254b6b2</a>)</li> </ul> <h2><a href="https://github.com/googleapis/nodejs-storage/compare/v7.17.1...v7.17.2">7.17.2</a> (2025-10-06)</h2> <h3>Bug Fixes</h3> <ul> <li>Common Service: should retry a request failed (<a href="https://redirect.github.com/googleapis/nodejs-storage/issues/2652">#2652</a>) (<a href="https://github.com/googleapis/nodejs-storage/commit/b38b5d221f2cb72658c1eb4a726315ab395a542c">b38b5d2</a>)</li> <li>Implement path containment to prevent traversal attacks (<a href="https://redirect.github.com/googleapis/nodejs-storage/issues/2654">#2654</a>) (<a href="https://github.com/googleapis/nodejs-storage/commit/08d7abf32dd365b24ce34c66174be06c30bfce8f">08d7abf</a>)</li> </ul> <h2><a href="https://github.com/googleapis/nodejs-storage/compare/v7.17.0...v7.17.1">7.17.1</a> (2025-08-27)</h2> <h3>Bug Fixes</h3> <ul> <li>Respect useAuthWithCustomEndpoint flag for resumable uploads (<a href="https://redirect.github.com/googleapis/nodejs-storage/issues/2637">#2637</a>) (<a href="https://github.com/googleapis/nodejs-storage/commit/707b4f2fe1d67878bcd8f1434e4cbb57c951994e">707b4f2</a>)</li> </ul> <h2><a href="https://github.com/googleapis/nodejs-storage/compare/v7.16.0...v7.17.0">7.17.0</a> (2025-08-18)</h2> <h3>Features</h3> <ul> <li>Add CSEK to download (<a href="https://redirect.github.com/googleapis/nodejs-storage/issues/2604">#2604</a>) (<a href="https://github.com/googleapis/nodejs-storage/commit/cacc0be49a4fe81c384180bdfd77820b6b3f3001">cacc0be</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/nodejs-storage/commit/95a2af4cc8222b23ff178454ad99b8fba972b257"><code>95a2af4</code></a> chore(main): release 7.19.0 (<a href="https://redirect.github.com/googleapis/nodejs-storage/issues/2694">#2694</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/420935a0334b0723ec052bb4d6b8527dd2acffea"><code>420935a</code></a> fix(deps): update dependency fast-xml-parser to v5 [security] (<a href="https://redirect.github.com/googleapis/nodejs-storage/issues/2713">#2713</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/4e3c328ccffe88b65282acf3e82a76bf327f5962"><code>4e3c328</code></a> test: skip system tests requiring public access (<a href="https://redirect.github.com/googleapis/nodejs-storage/issues/2717">#2717</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/30522654c50bd8c3ea081c81988662f8af9a7635"><code>3052265</code></a> chore: fix lint failures (<a href="https://redirect.github.com/googleapis/nodejs-storage/issues/2685">#2685</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/08a896240e2ee110c13a5803ce5a2fbf38fbedc4"><code>08a8962</code></a> feat: Enable full object checksum validation on JSON path (<a href="https://redirect.github.com/googleapis/nodejs-storage/issues/2687">#2687</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/3dcda1b7153664197215c7316761e408ca870bc4"><code>3dcda1b</code></a> chore: lint failures (<a href="https://redirect.github.com/googleapis/nodejs-storage/issues/2681">#2681</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/3e5210f13354c403ba95f3745e99474870d37544"><code>3e5210f</code></a> chore(main): release 7.18.0 (<a href="https://redirect.github.com/googleapis/nodejs-storage/issues/2684">#2684</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/c7004daae0b506eeefc5f4f241d9e3df3589b0e8"><code>c7004da</code></a> feat(listBuckets): Add support for returning partial success (<a href="https://redirect.github.com/googleapis/nodejs-storage/issues/2678">#2678</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/633a13a161aeb7705f51bb27203103fecaecaaf9"><code>633a13a</code></a> chore(python): remove configure_previous_major_version_branches (<a href="https://redirect.github.com/googleapis/nodejs-storage/issues/2675">#2675</a>)</li> <li><a href="https://github.com/googleapis/nodejs-storage/commit/bae7040760ff3092c3f7ad290b30a6f235b452a2"><code>bae7040</code></a> samples: Add Soft Delete policy and object management samples (<a href="https://redirect.github.com/googleapis/nodejs-storage/issues/2676">#2676</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/nodejs-storage/compare/v7.16.0...v7.19.0">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/googleapis/google-cloud-node-core/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
1 parent 08f3577 commit 10549be

2 files changed

Lines changed: 48 additions & 25 deletions

File tree

generator/gapic-generator-typescript/package-lock.json

Lines changed: 29 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

generator/gapic-generator-typescript/yarn.lock

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -207,17 +207,17 @@
207207
integrity sha512-Orxzlfb9c67A15cq2JQEyVc7wEsmFBmHjZWZYQMUyJ1qivXyMwdyNOs9odi79hze+2zqdTtu1E19IM/FtqZ10g==
208208

209209
"@google-cloud/storage@^7.15.2":
210-
version "7.16.0"
211-
resolved "https://registry.npmjs.org/@google-cloud/storage/-/storage-7.16.0.tgz"
212-
integrity sha512-7/5LRgykyOfQENcm6hDKP8SX/u9XxE5YOiWOkgkwcoO+cG8xT/cyOvp9wwN3IxfdYgpHs8CE7Nq2PKX2lNaEXw==
210+
version "7.19.0"
211+
resolved "https://registry.yarnpkg.com/@google-cloud/storage/-/storage-7.19.0.tgz#34fb7cc4eacede5a2f1f0d6cefa0c70a22078c5b"
212+
integrity sha512-n2FjE7NAOYyshogdc7KQOl/VZb4sneqPjWouSyia9CMDdMhRX5+RIbqalNmC7LOLzuLAN89VlF2HvG8na9G+zQ==
213213
dependencies:
214214
"@google-cloud/paginator" "^5.0.0"
215215
"@google-cloud/projectify" "^4.0.0"
216216
"@google-cloud/promisify" "<4.1.0"
217217
abort-controller "^3.0.0"
218218
async-retry "^1.3.3"
219219
duplexify "^4.1.3"
220-
fast-xml-parser "^4.4.1"
220+
fast-xml-parser "^5.3.4"
221221
gaxios "^6.0.2"
222222
google-auth-library "^9.6.3"
223223
html-entities "^2.5.2"
@@ -1770,12 +1770,18 @@ fast-levenshtein@^2.0.6, fast-levenshtein@~2.0.6:
17701770
resolved "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz"
17711771
integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==
17721772

1773-
fast-xml-parser@^4.4.1:
1774-
version "4.5.3"
1775-
resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz"
1776-
integrity sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==
1773+
fast-xml-builder@^1.0.0:
1774+
version "1.0.0"
1775+
resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.0.0.tgz#a485d7e8381f1db983cf006f849d1066e2935241"
1776+
integrity sha512-fpZuDogrAgnyt9oDDz+5DBz0zgPdPZz6D4IR7iESxRXElrlGTRkHJ9eEt+SACRJwT0FNFrt71DFQIUFBJfX/uQ==
1777+
1778+
fast-xml-parser@^5.3.4:
1779+
version "5.4.1"
1780+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.4.1.tgz#0c81b8ecfb3021e5ad83aa3df904af19a05bc601"
1781+
integrity sha512-BQ30U1mKkvXQXXkAGcuyUA/GA26oEB7NzOtsxCDtyu62sjGw5QraKFhx2Em3WQNjPw9PG6MQ9yuIIgkSDfGu5A==
17771782
dependencies:
1778-
strnum "^1.1.1"
1783+
fast-xml-builder "^1.0.0"
1784+
strnum "^2.1.2"
17791785

17801786
fastq@^1.6.0:
17811787
version "1.19.1"
@@ -3588,10 +3594,10 @@ strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
35883594
resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz"
35893595
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
35903596

3591-
strnum@^1.1.1:
3592-
version "1.1.2"
3593-
resolved "https://registry.npmjs.org/strnum/-/strnum-1.1.2.tgz"
3594-
integrity sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==
3597+
strnum@^2.1.2:
3598+
version "2.2.0"
3599+
resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.2.0.tgz#8b582b637e4621f62ff714493e0ce30846f903a6"
3600+
integrity sha512-Y7Bj8XyJxnPAORMZj/xltsfo55uOiyHcU2tnAVzHUnSJR/KsEX+9RoDeXEnsXtl/CX4fAcrt64gZ13aGaWPeBg==
35953601

35963602
stubs@^3.0.0:
35973603
version "3.0.0"

0 commit comments

Comments
 (0)