dependabot[bot] opened a new pull request, #2178:
URL: https://github.com/apache/incubator-kie-kogito-examples/pull/2178

   Bumps [ajv](https://github.com/ajv-validator/ajv) to 8.18.0 and updates 
ancestor dependency 
[faas-js-runtime](https://github.com/nodeshift/faas-js-runtime). These 
dependencies need to be updated together.
   
   Updates `ajv` from 6.12.6 to 8.18.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/ajv-validator/ajv/releases";>ajv's 
releases</a>.</em></p>
   <blockquote>
   <h2>v8.18.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>feat: allow tree-shaking by adding <code>&quot;sideEffects&quot;: 
false</code> to <code>package.json</code> by <a 
href="https://github.com/josdejong";><code>@​josdejong</code></a> in <a 
href="https://redirect.github.com/ajv-validator/ajv/pull/2480";>ajv-validator/ajv#2480</a></li>
   <li>fix: <a 
href="https://redirect.github.com/ajv-validator/ajv/issues/2482";>#2482</a> 
Infinity and NaN serialise to null by <a 
href="https://github.com/jasoniangreen";><code>@​jasoniangreen</code></a> in <a 
href="https://redirect.github.com/ajv-validator/ajv/pull/2487";>ajv-validator/ajv#2487</a></li>
   <li>fix: small grammatical error in managing-schemas.md by <a 
href="https://github.com/monteiro-renato";><code>@​monteiro-renato</code></a> in 
<a 
href="https://redirect.github.com/ajv-validator/ajv/pull/2508";>ajv-validator/ajv#2508</a></li>
   <li>fix: typos in schema-language.md by <a 
href="https://github.com/monteiro-renato";><code>@​monteiro-renato</code></a> in 
<a 
href="https://redirect.github.com/ajv-validator/ajv/pull/2507";>ajv-validator/ajv#2507</a></li>
   <li>fix(pattern): use configured RegExp engine with $data keyword to 
mitigate ReDoS attacks (CVE-2025-69873) by <a 
href="https://github.com/epoberezkin";><code>@​epoberezkin</code></a> in <a 
href="https://redirect.github.com/ajv-validator/ajv/pull/2586";>ajv-validator/ajv#2586</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/josdejong";><code>@​josdejong</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/ajv-validator/ajv/pull/2480";>ajv-validator/ajv#2480</a></li>
   <li><a 
href="https://github.com/monteiro-renato";><code>@​monteiro-renato</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/ajv-validator/ajv/pull/2508";>ajv-validator/ajv#2508</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/ajv-validator/ajv/compare/v8.17.1...v8.18.0";>https://github.com/ajv-validator/ajv/compare/v8.17.1...v8.18.0</a></p>
   <h2>v8.17.1</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>bump version to 8.17.1 by <a 
href="https://github.com/jasoniangreen";><code>@​jasoniangreen</code></a> in <a 
href="https://redirect.github.com/ajv-validator/ajv/pull/2472";>ajv-validator/ajv#2472</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/ajv-validator/ajv/compare/v8.17.0...v8.17.1";>https://github.com/ajv-validator/ajv/compare/v8.17.0...v8.17.1</a></p>
   <h2>Plus everything in 8.17.0 which failed to release</h2>
   <p>The only functional change is to switch from uri-js (which is no longer 
supported), to fast-uri. This is the second attempt and the team on fast-uri 
have been really helpful addressing the issues we found last time.</p>
   <p>Revert &quot;Revert fast-uri change (<a 
href="https://redirect.github.com/ajv-validator/ajv/pull/2444";>ajv-validator/ajv#2444</a>)&quot;
 by <a href="https://github.com/gurgunday";><code>@​gurgunday</code></a> in <a 
href="https://redirect.github.com/ajv-validator/ajv/pull/2448";>ajv-validator/ajv#2448</a>
   fix: ignore new eslint error for 
<code>@​typescript-eslint/no-extraneous-class</code> by <a 
href="https://github.com/jasoniangreen";><code>@​jasoniangreen</code></a> in <a 
href="https://redirect.github.com/ajv-validator/ajv/pull/2455";>ajv-validator/ajv#2455</a>
   docs: clarify behaviour of addVocabulary by <a 
href="https://github.com/jasoniangreen";><code>@​jasoniangreen</code></a> in <a 
href="https://redirect.github.com/ajv-validator/ajv/pull/2454";>ajv-validator/ajv#2454</a>
   docs: refactor to improve legibility by <a 
href="https://github.com/blottn";><code>@​blottn</code></a> in <a 
href="https://redirect.github.com/ajv-validator/ajv/pull/2432";>ajv-validator/ajv#2432</a>
   Fix grammatical typo in managing-schemas.md by <a 
href="https://github.com/wetneb";><code>@​wetneb</code></a> in <a 
href="https://redirect.github.com/ajv-validator/ajv/pull/2305";>ajv-validator/ajv#2305</a>
   docs: Fix broken strict-mode link by <a 
href="https://github.com/alexanderjsx";><code>@​alexanderjsx</code></a> in <a 
href="https://redirect.github.com/ajv-validator/ajv/pull/2459";>ajv-validator/ajv#2459</a>
   feat: add test for encoded refs and bump fast-uri by <a 
href="https://github.com/jasoniangreen";><code>@​jasoniangreen</code></a> in <a 
href="https://redirect.github.com/ajv-validator/ajv/pull/2449";>ajv-validator/ajv#2449</a>
   fix: changes for <code>@​typescript-eslint/array-type</code> rule by <a 
href="https://github.com/jasoniangreen";><code>@​jasoniangreen</code></a> in <a 
href="https://redirect.github.com/ajv-validator/ajv/pull/2467";>ajv-validator/ajv#2467</a>
   fixes <a 
href="https://redirect.github.com/ajv-validator/ajv/issues/2217";>ajv-validator/ajv#2217</a>
 - clarify custom keyword naming by <a 
href="https://github.com/jasoniangreen";><code>@​jasoniangreen</code></a> in <a 
href="https://redirect.github.com/ajv-validator/ajv/pull/2457";>ajv-validator/ajv#2457</a></p>
   <h2>v8.17.0</h2>
   <h2>What's Changed</h2>
   <p>The only functional change is to switch from uri-js (which is no longer 
supported), to fast-uri. This is the second attempt and the team on fast-uri 
have been really helpful addressing the issues we found last time.</p>
   <ul>
   <li>Revert &quot;Revert fast-uri change (<a 
href="https://redirect.github.com/ajv-validator/ajv/issues/2444";>#2444</a>)&quot;
 by <a href="https://github.com/gurgunday";><code>@​gurgunday</code></a> in <a 
href="https://redirect.github.com/ajv-validator/ajv/pull/2448";>ajv-validator/ajv#2448</a></li>
   <li>fix: ignore new eslint error for 
<code>@​typescript-eslint/no-extraneous-class</code> by <a 
href="https://github.com/jasoniangreen";><code>@​jasoniangreen</code></a> in <a 
href="https://redirect.github.com/ajv-validator/ajv/pull/2455";>ajv-validator/ajv#2455</a></li>
   <li>docs: clarify behaviour of addVocabulary by <a 
href="https://github.com/jasoniangreen";><code>@​jasoniangreen</code></a> in <a 
href="https://redirect.github.com/ajv-validator/ajv/pull/2454";>ajv-validator/ajv#2454</a></li>
   <li>docs: refactor to improve legibility by <a 
href="https://github.com/blottn";><code>@​blottn</code></a> in <a 
href="https://redirect.github.com/ajv-validator/ajv/pull/2432";>ajv-validator/ajv#2432</a></li>
   <li>Fix grammatical typo in managing-schemas.md by <a 
href="https://github.com/wetneb";><code>@​wetneb</code></a> in <a 
href="https://redirect.github.com/ajv-validator/ajv/pull/2305";>ajv-validator/ajv#2305</a></li>
   <li>docs: Fix broken strict-mode link by <a 
href="https://github.com/alexanderjsx";><code>@​alexanderjsx</code></a> in <a 
href="https://redirect.github.com/ajv-validator/ajv/pull/2459";>ajv-validator/ajv#2459</a></li>
   <li>feat: add test for encoded refs and bump fast-uri by <a 
href="https://github.com/jasoniangreen";><code>@​jasoniangreen</code></a> in <a 
href="https://redirect.github.com/ajv-validator/ajv/pull/2449";>ajv-validator/ajv#2449</a></li>
   <li>fix: changes for <code>@​typescript-eslint/array-type</code> rule by <a 
href="https://github.com/jasoniangreen";><code>@​jasoniangreen</code></a> in <a 
href="https://redirect.github.com/ajv-validator/ajv/pull/2467";>ajv-validator/ajv#2467</a></li>
   <li>fixes <a 
href="https://redirect.github.com/ajv-validator/ajv/issues/2217";>#2217</a> - 
clarify custom keyword naming by <a 
href="https://github.com/jasoniangreen";><code>@​jasoniangreen</code></a> in <a 
href="https://redirect.github.com/ajv-validator/ajv/pull/2457";>ajv-validator/ajv#2457</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/ajv-validator/ajv/commit/142ce84b807c4fe66e619c22480a28d0e4bd50fa";><code>142ce84</code></a>
 8.18.0</li>
   <li><a 
href="https://github.com/ajv-validator/ajv/commit/720a23fa453ffae8340e92c9b0fe886c54cfe0d5";><code>720a23f</code></a>
 fix(pattern): use configured RegExp engine with $data keyword to mitigate 
ReD...</li>
   <li><a 
href="https://github.com/ajv-validator/ajv/commit/82735a15826a30cc51e97a1bbfb59b3d388e4b98";><code>82735a1</code></a>
 fix: typos in schema-language.md (<a 
href="https://redirect.github.com/ajv-validator/ajv/issues/2507";>#2507</a>)</li>
   <li><a 
href="https://github.com/ajv-validator/ajv/commit/b17ec32cd97542e90ae27231d8a8bce88b9e53b6";><code>b17ec32</code></a>
 fix: small grammatical error in managing-schemas.md (<a 
href="https://redirect.github.com/ajv-validator/ajv/issues/2508";>#2508</a>)</li>
   <li><a 
href="https://github.com/ajv-validator/ajv/commit/69568d08564303e2c32a2de61feb833b41075f96";><code>69568d0</code></a>
 fix: <a 
href="https://redirect.github.com/ajv-validator/ajv/issues/2482";>#2482</a> 
Infinity and NaN serialise to null (<a 
href="https://redirect.github.com/ajv-validator/ajv/issues/2487";>#2487</a>)</li>
   <li><a 
href="https://github.com/ajv-validator/ajv/commit/f06766f33ed7291f84c19f22a1286a34475fbdaf";><code>f06766f</code></a>
 feat: allow tree-shaking by adding ``&quot;sideEffects&quot;: 
false<code>to</code>package.json` ...</li>
   <li><a 
href="https://github.com/ajv-validator/ajv/commit/9050ba1359fb87cd7c143f3c79513ea7624ea443";><code>9050ba1</code></a>
 bump version to 8.17.1 (<a 
href="https://redirect.github.com/ajv-validator/ajv/issues/2472";>#2472</a>)</li>
   <li><a 
href="https://github.com/ajv-validator/ajv/commit/f7831b41c3a27064c6219f51a1e7371ffb582dfe";><code>f7831b4</code></a>
 fixes <a 
href="https://redirect.github.com/ajv-validator/ajv/issues/2217";>#2217</a> - 
clarify custom keyword naming (<a 
href="https://redirect.github.com/ajv-validator/ajv/issues/2457";>#2457</a>)</li>
   <li><a 
href="https://github.com/ajv-validator/ajv/commit/a523784388a79ce65e42caf4d2731da36a94b386";><code>a523784</code></a>
 fix: changes for <code>@​typescript-eslint/array-type</code> rule (<a 
href="https://redirect.github.com/ajv-validator/ajv/issues/2467";>#2467</a>)</li>
   <li><a 
href="https://github.com/ajv-validator/ajv/commit/595fe58e64e8d5fb8a50fd7a58f9e7f3bcca0bac";><code>595fe58</code></a>
 feat: add test for encoded refs and bump fast-uri (<a 
href="https://redirect.github.com/ajv-validator/ajv/issues/2449";>#2449</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/ajv-validator/ajv/compare/v6.12.6...v8.18.0";>compare 
view</a></li>
   </ul>
   </details>
   <details>
   <summary>Install script changes</summary>
   <p>This version modifies <code>prepublish</code> script that runs during 
installation. Review the package contents before updating.</p>
   </details>
   <br />
   
   Updates `faas-js-runtime` from 0.9.0 to 0.9.7
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/nodeshift/faas-js-runtime/releases";>faas-js-runtime's 
releases</a>.</em></p>
   <blockquote>
   <h2>v0.9.7</h2>
   <h2><a 
href="https://github.com/boson-project/faas-js-runtime/compare/v0.9.6...v0.9.7";>0.9.7</a>
 (2023-01-06)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>modify module loader to look in parent directories (<a 
href="https://redirect.github.com/boson-project/faas-js-runtime/issues/144";>#144</a>)
 (<a 
href="https://github.com/boson-project/faas-js-runtime/commit/2a1e618afd0078ceeffa94232c6c55b0584d5842";>2a1e618</a>)</li>
   </ul>
   <h2>v0.9.6</h2>
   <h2><a 
href="https://github.com/boson-project/faas-js-runtime/compare/v0.9.5...v0.9.6";>0.9.6</a>
 (2022-12-09)</h2>
   <h3>Features</h3>
   <ul>
   <li>Import functions that are written as ES Modules (<a 
href="https://redirect.github.com/boson-project/faas-js-runtime/issues/140";>#140</a>)
 (<a 
href="https://github.com/boson-project/faas-js-runtime/commit/6ac6fffec091e9ed87d74a39f8c8390bc28d8ee6";>6ac6fff</a>)</li>
   </ul>
   <h2>v0.9.5</h2>
   <h2><a 
href="https://github.com/boson-project/faas-js-runtime/compare/v0.9.4...v0.9.5";>0.9.5</a>
 (2022-11-09)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>types:</strong> use CloudEvent&lt;unknown&gt; for typed events 
(<a 
href="https://redirect.github.com/boson-project/faas-js-runtime/issues/137";>#137</a>)
 (<a 
href="https://github.com/boson-project/faas-js-runtime/commit/03b1ffe4eb8ffdd3c1070a7a82684f0681bdb65e";>03b1ffe</a>)</li>
   </ul>
   <h2>v0.9.4</h2>
   <h2><a 
href="https://github.com/boson-project/faas-js-runtime/compare/v0.9.3...v0.9.4";>0.9.4</a>
 (2022-11-08)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>cloudevents:</strong> bump to latest release (<a 
href="https://redirect.github.com/boson-project/faas-js-runtime/issues/135";>#135</a>)
 (<a 
href="https://github.com/boson-project/faas-js-runtime/commit/c7f9331de905a17e7b5a7ef1c099a7df690cf91d";>c7f9331</a>)</li>
   </ul>
   <h2>v0.9.3</h2>
   <h2><a 
href="https://github.com/boson-project/faas-js-runtime/compare/v0.9.2...v0.9.3";>0.9.3</a>
 (2022-11-08)</h2>
   <h3>Miscellaneous</h3>
   <ul>
   <li><strong>release-please:</strong> bump node version (<a 
href="https://redirect.github.com/boson-project/faas-js-runtime/issues/133";>#133</a>)
 (<a 
href="https://github.com/boson-project/faas-js-runtime/commit/74e231dde65477e377e73ad009ba86e19445aac0";>74e231d</a>)</li>
   </ul>
   <h2>v0.9.2</h2>
   <h2><a 
href="https://github.com/boson-project/faas-js-runtime/compare/v0.9.1...v0.9.2";>0.9.2</a>
 (2022-11-03)</h2>
   <h3>Features</h3>
   <ul>
   <li><strong>http-functions:</strong> supply HTTP POST body (<a 
href="https://redirect.github.com/boson-project/faas-js-runtime/issues/129";>#129</a>)
 (<a 
href="https://github.com/boson-project/faas-js-runtime/commit/25cdcba3d7f58b0d202efc1864455bff855583be";>25cdcba</a>)</li>
   </ul>
   <h3>Miscellaneous</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/nodeshift/faas-js-runtime/blob/main/CHANGELOG.md";>faas-js-runtime's
 changelog</a>.</em></p>
   <blockquote>
   <h2><a 
href="https://github.com/boson-project/faas-js-runtime/compare/v0.9.6...v0.9.7";>0.9.7</a>
 (2023-01-06)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>modify module loader to look in parent directories (<a 
href="https://redirect.github.com/boson-project/faas-js-runtime/issues/144";>#144</a>)
 (<a 
href="https://github.com/boson-project/faas-js-runtime/commit/2a1e618afd0078ceeffa94232c6c55b0584d5842";>2a1e618</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/boson-project/faas-js-runtime/compare/v0.9.5...v0.9.6";>0.9.6</a>
 (2022-12-09)</h2>
   <h3>Features</h3>
   <ul>
   <li>Import functions that are written as ES Modules (<a 
href="https://redirect.github.com/boson-project/faas-js-runtime/issues/140";>#140</a>)
 (<a 
href="https://github.com/boson-project/faas-js-runtime/commit/6ac6fffec091e9ed87d74a39f8c8390bc28d8ee6";>6ac6fff</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/boson-project/faas-js-runtime/compare/v0.9.4...v0.9.5";>0.9.5</a>
 (2022-11-09)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>types:</strong> use CloudEvent&lt;unknown&gt; for typed events 
(<a 
href="https://redirect.github.com/boson-project/faas-js-runtime/issues/137";>#137</a>)
 (<a 
href="https://github.com/boson-project/faas-js-runtime/commit/03b1ffe4eb8ffdd3c1070a7a82684f0681bdb65e";>03b1ffe</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/boson-project/faas-js-runtime/compare/v0.9.3...v0.9.4";>0.9.4</a>
 (2022-11-08)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>cloudevents:</strong> bump to latest release (<a 
href="https://redirect.github.com/boson-project/faas-js-runtime/issues/135";>#135</a>)
 (<a 
href="https://github.com/boson-project/faas-js-runtime/commit/c7f9331de905a17e7b5a7ef1c099a7df690cf91d";>c7f9331</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/boson-project/faas-js-runtime/compare/v0.9.2...v0.9.3";>0.9.3</a>
 (2022-11-08)</h2>
   <h3>Miscellaneous</h3>
   <ul>
   <li><strong>release-please:</strong> bump node version (<a 
href="https://redirect.github.com/boson-project/faas-js-runtime/issues/133";>#133</a>)
 (<a 
href="https://github.com/boson-project/faas-js-runtime/commit/74e231dde65477e377e73ad009ba86e19445aac0";>74e231d</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/boson-project/faas-js-runtime/compare/v0.9.1...v0.9.2";>0.9.2</a>
 (2022-11-03)</h2>
   <h3>Features</h3>
   <ul>
   <li><strong>http-functions:</strong> supply HTTP POST body (<a 
href="https://redirect.github.com/boson-project/faas-js-runtime/issues/129";>#129</a>)
 (<a 
href="https://github.com/boson-project/faas-js-runtime/commit/25cdcba3d7f58b0d202efc1864455bff855583be";>25cdcba</a>)</li>
   </ul>
   <h3>Miscellaneous</h3>
   <ul>
   <li><strong>coverage:</strong> upload coverage stats to codecov.io (<a 
href="https://redirect.github.com/boson-project/faas-js-runtime/issues/127";>#127</a>)
 (<a 
href="https://github.com/boson-project/faas-js-runtime/commit/4206e31cbe4a4dcc4a4e322fc7f2b2d66bc2c9e8";>4206e31</a>)</li>
   <li><strong>deps:</strong> bump fastify to 4.9.x (<a 
href="https://redirect.github.com/boson-project/faas-js-runtime/issues/128";>#128</a>)
 (<a 
href="https://github.com/boson-project/faas-js-runtime/commit/35403b54053ea194171ae6fd5afd458926f93ba9";>35403b5</a>)</li>
   <li><strong>release-please:</strong> specify changelog headings (<a 
href="https://redirect.github.com/boson-project/faas-js-runtime/issues/130";>#130</a>)
 (<a 
href="https://github.com/boson-project/faas-js-runtime/commit/5ed0cff1f7e8989aa713aa76571f1cbebd6c4830";>5ed0cff</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/nodeshift/faas-js-runtime/commit/d5329e3830e7d05be0bdb09f830dc5b9281c3e58";><code>d5329e3</code></a>
 chore(main): release 0.9.7 (<a 
href="https://redirect.github.com/nodeshift/faas-js-runtime/issues/145";>#145</a>)</li>
   <li><a 
href="https://github.com/nodeshift/faas-js-runtime/commit/55e3bb47c7456a787221ca08cfcbd96395d4d9b8";><code>55e3bb4</code></a>
 build(deps): bump json5 from 2.2.0 to 2.2.3 (<a 
href="https://redirect.github.com/nodeshift/faas-js-runtime/issues/146";>#146</a>)</li>
   <li><a 
href="https://github.com/nodeshift/faas-js-runtime/commit/2a1e618afd0078ceeffa94232c6c55b0584d5842";><code>2a1e618</code></a>
 fix: modify module loader to look in parent directories (<a 
href="https://redirect.github.com/nodeshift/faas-js-runtime/issues/144";>#144</a>)</li>
   <li><a 
href="https://github.com/nodeshift/faas-js-runtime/commit/14297d2f75a8df7604527459387b48a1eea3ee99";><code>14297d2</code></a>
 chore(main): release 0.9.6 (<a 
href="https://redirect.github.com/nodeshift/faas-js-runtime/issues/141";>#141</a>)</li>
   <li><a 
href="https://github.com/nodeshift/faas-js-runtime/commit/6ac6fffec091e9ed87d74a39f8c8390bc28d8ee6";><code>6ac6fff</code></a>
 Feat: Import functions that are written as ES Modules (<a 
href="https://redirect.github.com/nodeshift/faas-js-runtime/issues/140";>#140</a>)</li>
   <li><a 
href="https://github.com/nodeshift/faas-js-runtime/commit/b1bafc8b2fe0340e4633104700fd2e317ca34b1e";><code>b1bafc8</code></a>
 build(deps): bump fastify from 4.9.2 to 4.10.2 (<a 
href="https://redirect.github.com/nodeshift/faas-js-runtime/issues/139";>#139</a>)</li>
   <li><a 
href="https://github.com/nodeshift/faas-js-runtime/commit/6f1c97f863ac5fed1465a49e1a9d8ff44b087173";><code>6f1c97f</code></a>
 chore(main): release 0.9.5 (<a 
href="https://redirect.github.com/nodeshift/faas-js-runtime/issues/138";>#138</a>)</li>
   <li><a 
href="https://github.com/nodeshift/faas-js-runtime/commit/03b1ffe4eb8ffdd3c1070a7a82684f0681bdb65e";><code>03b1ffe</code></a>
 fix(types): use CloudEvent&lt;unknown&gt; for typed events (<a 
href="https://redirect.github.com/nodeshift/faas-js-runtime/issues/137";>#137</a>)</li>
   <li><a 
href="https://github.com/nodeshift/faas-js-runtime/commit/54ee908e7e94eda38f75a80b24469a39fde56389";><code>54ee908</code></a>
 chore(main): release 0.9.4 (<a 
href="https://redirect.github.com/nodeshift/faas-js-runtime/issues/136";>#136</a>)</li>
   <li><a 
href="https://github.com/nodeshift/faas-js-runtime/commit/c7f9331de905a17e7b5a7ef1c099a7df690cf91d";><code>c7f9331</code></a>
 fix(cloudevents): bump to latest release (<a 
href="https://redirect.github.com/nodeshift/faas-js-runtime/issues/135";>#135</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/nodeshift/faas-js-runtime/compare/v0.9.0...v0.9.7";>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-kie-kogito-examples/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