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

   Bumps [js-yaml](https://github.com/nodeca/js-yaml) to 4.2.0 and updates 
ancestor dependencies [js-yaml](https://github.com/nodeca/js-yaml), 
[dtsgenerator](https://github.com/horiuchi/dtsgenerator) and 
[karma-coverage-istanbul-reporter](https://github.com/mattlewis92/karma-coverage-istanbul-reporter).
 These dependencies need to be updated together.
   
   Updates `js-yaml` from 4.1.0 to 4.2.0
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md";>js-yaml's 
changelog</a>.</em></p>
   <blockquote>
   <h2>[4.2.0] - 2026-06-01</h2>
   <h3>Added</h3>
   <ul>
   <li>Added <code>docs/safety.md</code> with notes about processing untrusted 
YAML.</li>
   <li>Added <code>maxDepth</code> (100) loader option. Not a problem, but 
gives a better
   exception instead of RangeError on stack overflow.</li>
   <li>Added <code>maxMergeSeqLength</code> (20) loader option. Not a problem 
after <code>merge</code> fix,
   but an additional restriction for safety.</li>
   <li>Added sourcemaps to <code>dist/</code> builds.</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Stop resolving numbers with underscores as numeric scalars, <a 
href="https://redirect.github.com/nodeca/js-yaml/issues/627";>#627</a>.</li>
   <li>Switched dev toolchains to Vite / neostandard.</li>
   <li>Updated demo.</li>
   <li>Reorganized tests.</li>
   <li><code>dist/</code> files are no longer kept in the repository.</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Fix parsing of properties on the first implicit block mapping key, <a 
href="https://redirect.github.com/nodeca/js-yaml/issues/62";>#62</a>.</li>
   <li>Fix trailing whitespace handling when folding flow scalar lines, <a 
href="https://redirect.github.com/nodeca/js-yaml/issues/307";>#307</a>.</li>
   <li>Reject top-level block scalars without content indentation, <a 
href="https://redirect.github.com/nodeca/js-yaml/issues/280";>#280</a>.</li>
   <li>Ensure numbers survive round-trip, <a 
href="https://redirect.github.com/nodeca/js-yaml/issues/737";>#737</a>.</li>
   <li>Fix test coverage for issue <a 
href="https://redirect.github.com/nodeca/js-yaml/issues/221";>#221</a>.</li>
   <li>Fix flow scalar trailing whitespace folding, <a 
href="https://redirect.github.com/nodeca/js-yaml/issues/307";>#307</a>.</li>
   <li>Fix digits in YAML named tag handles.</li>
   </ul>
   <h3>Security</h3>
   <ul>
   <li>Fix potential DoS via quadratic complexity in merge - deduplicate 
repeated
   elements (makes sense for malformed files &gt; 10K).</li>
   </ul>
   <h2>[3.14.2] - 2025-11-15</h2>
   <h3>Security</h3>
   <ul>
   <li>Backported v4.1.1 fix to v3</li>
   </ul>
   <h2>[4.1.1] - 2025-11-12</h2>
   <h3>Security</h3>
   <ul>
   <li>Fix prototype pollution issue in yaml merge (&lt;&lt;) operator.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/nodeca/js-yaml/commits";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `dtsgenerator` from 2.0.8 to 3.19.2
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/horiuchi/dtsgenerator/blob/master/CHANGELOG.md";>dtsgenerator's
 changelog</a>.</em></p>
   <blockquote>
   <h1>ChangeLog</h1>
   <h2>v3</h2>
   <h3><a 
href="https://github.com/horiuchi/dtsgenerator/releases/tag/v3.15.1";>v3.15.1</a>
 (2022-03-10)</h3>
   <ul>
   <li>fixed:
   <ul>
   <li>Fix handling of stdin option with config file for <a 
href="https://redirect.github.com/horiuchi/dtsgenerator/issues/534";>#534</a>. 
Thank you <a 
href="https://github.com/arnestaphorsius";><code>@​arnestaphorsius</code></a> 
:+1:</li>
   </ul>
   </li>
   </ul>
   <h3><a 
href="https://github.com/horiuchi/dtsgenerator/releases/tag/v3.15.0";>v3.15.0</a>
 (2022-02-06)</h3>
   <ul>
   <li>features:
   <ul>
   <li>Support mobile wallet media types(<code>application/jwt</code> and 
<code>application/vnd.apple.pkpass</code>) for <a 
href="https://redirect.github.com/horiuchi/dtsgenerator/issues/530";>#530</a>. 
Thank you <a href="https://github.com/eostrom";><code>@​eostrom</code></a> 
:+1:</li>
   </ul>
   </li>
   </ul>
   <h3><a 
href="https://github.com/horiuchi/dtsgenerator/releases/tag/v3.14.0";>v3.14.0</a>
 (2022-01-27)</h3>
   <ul>
   <li>features:
   <ul>
   <li>Support the nested <code>allOf</code> and <code>oneOf</code> schema for 
<a 
href="https://redirect.github.com/horiuchi/dtsgenerator/issues/513";>#513</a>. 
Thank you for your report <a 
href="https://github.com/Cry0nicS";><code>@​Cry0nicS</code></a> :+1:</li>
   </ul>
   </li>
   </ul>
   <h3><a 
href="https://github.com/horiuchi/dtsgenerator/releases/tag/v3.13.2";>v3.13.2</a>
 (2021-10-08)</h3>
   <ul>
   <li>features:
   <ul>
   <li>Fix the type generation malformed objects with number-like keys for <a 
href="https://redirect.github.com/horiuchi/dtsgenerator/issues/523";>#523</a>. 
Thank you for your report <a 
href="https://github.com/DamianOsipiuk";><code>@​DamianOsipiuk</code></a> 
:+1:</li>
   </ul>
   </li>
   </ul>
   <h3><a 
href="https://github.com/horiuchi/dtsgenerator/releases/tag/v3.13.1";>v3.13.1</a>
 (2021-09-29)</h3>
   <ul>
   <li>features:
   <ul>
   <li>Change the plug-in interface, the PluginContext::inputSchemas to 
IterableIterator for <a 
href="https://redirect.github.com/horiuchi/dtsgenerator/issues/521";>#521</a>. 
Thank you <a href="https://github.com/djrollins";><code>@​djrollins</code></a> 
:+1:</li>
   </ul>
   </li>
   </ul>
   <h3><a 
href="https://github.com/horiuchi/dtsgenerator/releases/tag/v3.13.0";>v3.13.0</a>
 (2021-08-31)</h3>
   <ul>
   <li>features:
   <ul>
   <li>Support new <code>$schema</code> types for <a 
href="https://redirect.github.com/horiuchi/dtsgenerator/issues/507";>#507</a>.</li>
   </ul>
   </li>
   </ul>
   <h3><a 
href="https://github.com/horiuchi/dtsgenerator/releases/tag/v3.12.1";>v3.12.1</a>
 (2021-05-19)</h3>
   <ul>
   <li>fixed:
   <ul>
   <li>Fix referenced parameters not resolved error by <a 
href="https://redirect.github.com/horiuchi/dtsgenerator/issues/471";>#471</a>. 
Thank you <a 
href="https://github.com/jschirrmacher";><code>@​jschirrmacher</code></a> 
:+1:</li>
   </ul>
   </li>
   </ul>
   <h3><a 
href="https://github.com/horiuchi/dtsgenerator/releases/tag/v3.12.0";>v3.12.0</a>
 (2021-05-13)</h3>
   <ul>
   <li>features:
   <ul>
   <li>Support input type <code>file</code> by <a 
href="https://redirect.github.com/horiuchi/dtsgenerator/issues/496";>#496</a>. 
Thank you <a 
href="https://github.com/Christian24";><code>@​Christian24</code></a> :+1:</li>
   <li>Improve the conversion results of parameters property on OpenAPI by <a 
href="https://redirect.github.com/horiuchi/dtsgenerator/issues/501";>#501</a>.</li>
   </ul>
   </li>
   </ul>
   <h3><a 
href="https://github.com/horiuchi/dtsgenerator/releases/tag/v3.11.0";>v3.11.0</a>
 (2021-05-11)</h3>
   <ul>
   <li>features:
   <ul>
   <li>Support vendor media types (allow periods in application/*+json) by <a 
href="https://redirect.github.com/horiuchi/dtsgenerator/issues/497";>#497</a>. 
Thank you <a href="https://github.com/glen-84";><code>@​glen-84</code></a> 
:+1:</li>
   </ul>
   </li>
   <li>fixed:</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/horiuchi/dtsgenerator/commit/358ecc586acdf02786333fa943247f7b9a462305";><code>358ecc5</code></a>
 3.19.2</li>
   <li><a 
href="https://github.com/horiuchi/dtsgenerator/commit/5f9408b801e1080199cfbae7edecfcb1765a9c6e";><code>5f9408b</code></a>
 docs: update README</li>
   <li><a 
href="https://github.com/horiuchi/dtsgenerator/commit/7c94bf4564a28e3680a0a6f29f8445f5adda96fd";><code>7c94bf4</code></a>
 Merge pull request <a 
href="https://redirect.github.com/horiuchi/dtsgenerator/issues/567";>#567</a> 
from horiuchi/update-dependencies</li>
   <li><a 
href="https://github.com/horiuchi/dtsgenerator/commit/1e9524a2ec8888327fadc3cf3d8f36739beffde2";><code>1e9524a</code></a>
 feat: update dependencies</li>
   <li><a 
href="https://github.com/horiuchi/dtsgenerator/commit/e0a64b5d03c00cee08bb52d83c47f5dacd6dbf46";><code>e0a64b5</code></a>
 Merge pull request <a 
href="https://redirect.github.com/horiuchi/dtsgenerator/issues/566";>#566</a> 
from maximebiloe/fix-negative-number</li>
   <li><a 
href="https://github.com/horiuchi/dtsgenerator/commit/8cbcca6b0304b02e806ab343e39cb6c4ea4e6782";><code>8cbcca6</code></a>
 fix: negative number</li>
   <li><a 
href="https://github.com/horiuchi/dtsgenerator/commit/6fa1e9a3a35c5d3adf687f3f58138ebed4f7b4dc";><code>6fa1e9a</code></a>
 Merge pull request <a 
href="https://redirect.github.com/horiuchi/dtsgenerator/issues/564";>#564</a> 
from horiuchi/update-dependencies</li>
   <li><a 
href="https://github.com/horiuchi/dtsgenerator/commit/0abc9cd07e623be9956b98b010b3fd5dcf2e12a5";><code>0abc9cd</code></a>
 feat: update dependencies and apply formatter</li>
   <li><a 
href="https://github.com/horiuchi/dtsgenerator/commit/4ac6f17ce652d6585adc818b3f207f10dbc62eb4";><code>4ac6f17</code></a>
 Merge pull request <a 
href="https://redirect.github.com/horiuchi/dtsgenerator/issues/561";>#561</a> 
from horiuchi/update-dependencies</li>
   <li><a 
href="https://github.com/horiuchi/dtsgenerator/commit/a1be969d9983a6d052c2c86ee9650292dd9b9765";><code>a1be969</code></a>
 feat: update dependencies</li>
   <li>Additional commits viewable in <a 
href="https://github.com/horiuchi/dtsgenerator/compare/v2.0.8...v3.19.2";>compare
 view</a></li>
   </ul>
   </details>
   <details>
   <summary>Install script changes</summary>
   <p>This version adds <code>prepare</code> script that runs during 
installation. Review the package contents before updating.</p>
   </details>
   <br />
   
   Updates `karma-coverage-istanbul-reporter` from 2.0.5 to 3.0.3
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/blob/master/CHANGELOG.md";>karma-coverage-istanbul-reporter's
 changelog</a>.</em></p>
   <blockquote>
   <h3><a 
href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/compare/v3.0.2...v3.0.3";>3.0.3</a>
 (2020-05-28)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>duplicated files when &quot;skipFilesWithNoCoverage=false&quot; on 
windows (<a 
href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/commit/052f6abca9a3039fca2a65e9e8488f39f9072b26";>052f6ab</a>)</li>
   </ul>
   <h3><a 
href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/compare/v3.0.1...v3.0.2";>3.0.2</a>
 (2020-05-05)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>return correct exit code when thresholds are not met (that works with 
the karma api) (<a 
href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/commit/a0cbdd80a2268586b62ef72e5541a36b1b46396a";>a0cbdd8</a>),
 closes <a 
href="https://redirect.github.com/mattlewis92/karma-coverage-istanbul-reporter/issues/80";>#80</a></li>
   </ul>
   <h3><a 
href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/compare/v3.0.0...v3.0.1";>3.0.1</a>
 (2020-05-04)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>set correct process exit code when thresholds are not met (<a 
href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/commit/9ba3fe0acf3ee778518c154a8dd050584f47bc13";>9ba3fe0</a>),
 closes <a 
href="https://redirect.github.com/mattlewis92/karma-coverage-istanbul-reporter/issues/80";>#80</a></li>
   </ul>
   <h2><a 
href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/compare/v2.1.1...v3.0.0";>3.0.0</a>
 (2020-05-01)</h2>
   <h3>⚠ BREAKING CHANGES</h3>
   <ul>
   <li>node 6 and node 8 are no longer supported. To use this package you must 
upgrade to node 10 or higher.</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li>upgrade to latest istanbul api (<a 
href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/commit/28cbbfb2cf8bd5b9533ceb489cc5047ff3def730";>28cbbfb</a>)</li>
   </ul>
   <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
   <h2><a 
href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/compare/v2.1.0...v2.1.1";>2.1.1</a>
 (2019-11-21)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>add npm funding link (<a 
href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/commit/ee9fb51";>ee9fb51</a>)</li>
   </ul>
   <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
   <h1><a 
href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/compare/v2.0.6...v2.1.0";>2.1.0</a>
 (2019-07-24)</h1>
   <h3>Features</h3>
   <ul>
   <li><strong>config:</strong> support istanbul-api instrumentation 
configuration (<a 
href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/commit/c4f7a9c";>c4f7a9c</a>),
 closes <a 
href="https://redirect.github.com/mattlewis92/karma-coverage-istanbul-reporter/issues/73";>#73</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/commit/b61dd3067a4c60270a71508fdce8d4f95ed1f4bc";><code>b61dd30</code></a>
 chore(release): 3.0.3</li>
   <li><a 
href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/commit/052f6abca9a3039fca2a65e9e8488f39f9072b26";><code>052f6ab</code></a>
 fix: duplicated files when &quot;skipFilesWithNoCoverage=false&quot; on 
windows</li>
   <li><a 
href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/commit/5f3f0308ad447a7a45d90753c1d1cd71495cab06";><code>5f3f030</code></a>
 docs: update changelog</li>
   <li><a 
href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/commit/5f5ca05f888a9fdab49020a81101ec2913248dbe";><code>5f5ca05</code></a>
 chore(release): 3.0.2</li>
   <li><a 
href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/commit/a0cbdd80a2268586b62ef72e5541a36b1b46396a";><code>a0cbdd8</code></a>
 fix: return correct exit code when thresholds are not met</li>
   <li><a 
href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/commit/e8d4f4a53e2f5768493b3cd231794b4a3fe0aaa0";><code>e8d4f4a</code></a>
 style: fix lint issue</li>
   <li><a 
href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/commit/0d37f42cac5402615048ec3c8f1575b1eeaf8c7b";><code>0d37f42</code></a>
 fix: wait for reports to finish writing before exiting karma</li>
   <li><a 
href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/commit/a50d4e55edaeda210f656462b2469a8c4ef8d6b0";><code>a50d4e5</code></a>
 chore(release): 3.0.1</li>
   <li><a 
href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/commit/e756c128f4345307a0f9f682f9252750bcc7a591";><code>e756c12</code></a>
 test: fix test exit code</li>
   <li><a 
href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/commit/9ba3fe0acf3ee778518c154a8dd050584f47bc13";><code>9ba3fe0</code></a>
 fix: set correct process exit code when thresholds are not met</li>
   <li>Additional commits viewable in <a 
href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/compare/v2.0.5...v3.0.3";>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/nifi/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