dependabot[bot] opened a new pull request, #1090:
URL: https://github.com/apache/inlong-website/pull/1090

   Bumps [dompurify](https://github.com/cure53/DOMPurify) to 3.1.6 and updates 
ancestor dependency 
[swagger-ui-react](https://github.com/swagger-api/swagger-ui). These 
dependencies need to be updated together.
   
   Updates `dompurify` from 3.0.5 to 3.1.6
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/cure53/DOMPurify/releases";>dompurify's 
releases</a>.</em></p>
   <blockquote>
   <h2>DOMPurify 3.1.6</h2>
   <ul>
   <li>Fixed an issue with the execution logic of attribute hooks to prevent 
bypasses, thanks <a 
href="https://github.com/kevin-mizu";><code>@​kevin-mizu</code></a></li>
   <li>Fixed an issue with element removal leading to uncaught errors through 
DOM Clobbering, thanks <a 
href="https://github.com/realansgar";><code>@​realansgar</code></a></li>
   <li>Fixed a minor problem with the bower file pointing to the wrong dist 
path</li>
   <li>Fixed several minor typos in docs, comments and comment blocks, thanks 
<a href="https://github.com/Rotzbua";><code>@​Rotzbua</code></a></li>
   <li>Updated several development dependencies</li>
   </ul>
   <h2>DOMPurify 3.1.5</h2>
   <ul>
   <li>Fixed a minor issue with the dist paths in <code>bower.js</code>, thanks 
<a href="https://github.com/HakumenNC";><code>@​HakumenNC</code></a></li>
   <li>Fixed a minor issue with sanitizing HTML coming from copy&amp;paste Word 
content, thanks <a 
href="https://github.com/kakao-bishop-cho";><code>@​kakao-bishop-cho</code></a></li>
   </ul>
   <h2>DOMPurify 3.1.4</h2>
   <ul>
   <li>Fixed an issue with the recently implemented <code>isNaN</code> checks, 
thanks <a href="https://github.com/tulach";><code>@​tulach</code></a></li>
   <li>Added several new popover attributes to allow-list, thanks <a 
href="https://github.com/Gigabyte5671";><code>@​Gigabyte5671</code></a></li>
   <li>Fixed the tests and adjusted the test runner to cover all branches</li>
   </ul>
   <h2>DOMPurify 3.1.3</h2>
   <ul>
   <li>Fixed several mXSS variations found by and thanks to <a 
href="https://github.com/kevin-mizu";><code>@​kevin-mizu</code></a> &amp; <a 
href="https://github.com/Ry0taK";><code>@​Ry0taK</code></a></li>
   <li>Added better configurability for comment scrubbing default behavior</li>
   <li>Added better hardening against Prototype Pollution attacks, thanks <a 
href="https://github.com/kevin-mizu";><code>@​kevin-mizu</code></a></li>
   <li>Added better handling and readability of the <code>nodeType</code> 
property, thanks <a 
href="https://github.com/ssi02014";><code>@​ssi02014</code></a></li>
   <li>Fixed some smaller issues in README and other documentation</li>
   </ul>
   <h2>DOMPurify 3.1.2</h2>
   <ul>
   <li>Addressed and fixed a mXSS variation found by <a 
href="https://github.com/kevin-mizu";><code>@​kevin-mizu</code></a></li>
   <li>Addressed and fixed a mXSS variation found by <a 
href="https://twitter.com/hash_kitten";>Adam Kues</a> of Assetnote</li>
   <li>Updated tests for older Safari and Chrome versions</li>
   </ul>
   <h2>DOMPurify 3.1.1</h2>
   <ul>
   <li>Fixed an mXSS sanitiser bypass reported by <a 
href="https://github.com/icesfont";><code>@​icesfont</code></a></li>
   <li>Added new code to track element nesting depth</li>
   <li>Added new code to enforce a maximum nesting depth of 255</li>
   <li>Added coverage tests and necessary clobbering protections</li>
   </ul>
   <p><strong>Note that this is a security release and should be upgraded to 
immediately. Please also note that further releases may follow as the 
underlying vulnerability is apparently new and further variations may be 
discovered.</strong></p>
   <h2>DOMPurify 3.1.0</h2>
   <ul>
   <li>Added new setting <code>SAFE_FOR_XML</code> to enable better control 
over comment scrubbing</li>
   <li>Updated README to warn about <em>happy-dom</em> not being safe for use 
with DOMPurify yet</li>
   <li>Updated the LICENSE file to show the accurate year number</li>
   <li>Updated several build and test dependencies</li>
   </ul>
   <h2>DOMPurify 3.0.11</h2>
   <ul>
   <li>Fixed another conditional bypass caused by Processing Instructions, 
thanks <a href="https://github.com/Ry0taK";><code>@​Ry0taK</code></a></li>
   <li>Fixed the regex for HTML Custom Element detection, thanks <a 
href="https://github.com/AlekseySolovey3T";><code>@​AlekseySolovey3T</code></a></li>
   </ul>
   <h2>DOMPurify 3.0.10</h2>
   <ul>
   <li>Fixed two possible bypasses when sanitizing an XML document and later 
using it in HTML, thanks <a 
href="https://github.com/Slonser";><code>@​Slonser</code></a></li>
   <li>Bumped up some build and test dependencies</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/cure53/DOMPurify/commit/4083a9096be35cfe5b569abd21e500f43b39e294";><code>4083a90</code></a>
 Merge pull request <a 
href="https://redirect.github.com/cure53/DOMPurify/issues/978";>#978</a> from 
cure53/main</li>
   <li><a 
href="https://github.com/cure53/DOMPurify/commit/90a10a14af3d407d4633093d7c3362b23ee4889f";><code>90a10a1</code></a>
 fix: Fixed a typo on the README</li>
   <li><a 
href="https://github.com/cure53/DOMPurify/commit/65df0428f0b19892162e09aa692f881af2ae7bf8";><code>65df042</code></a>
 chore: Preparing 3.1.6 release</li>
   <li><a 
href="https://github.com/cure53/DOMPurify/commit/6e03334bab86a8af93cece701ed21bc9ca37eb8e";><code>6e03334</code></a>
 fix: Made sure that remove() is not called directly from node</li>
   <li><a 
href="https://github.com/cure53/DOMPurify/commit/00fc06cf57dc2e3026e300fbbb84e2fe24ff68a0";><code>00fc06c</code></a>
 fix: Fixed a DOM clobbering issue leading to an error being thrown</li>
   <li><a 
href="https://github.com/cure53/DOMPurify/commit/f8c2ef5911cd339b7f0b31b2cdf6e3ccc147ceca";><code>f8c2ef5</code></a>
 Merge pull request <a 
href="https://redirect.github.com/cure53/DOMPurify/issues/977";>#977</a> from 
cure53/dependabot/npm_and_yarn/multi-99ca4f73d8</li>
   <li><a 
href="https://github.com/cure53/DOMPurify/commit/e5112ec40ab5ddf12b2c4385ea26822323eb4c59";><code>e5112ec</code></a>
 build(deps): bump ws and socket.io-adapter</li>
   <li><a 
href="https://github.com/cure53/DOMPurify/commit/9978cecea2b68cc69d458a03112b7597d1fc2e4c";><code>9978cec</code></a>
 docs: Added better security warning about SAFE_FOR_XML to README</li>
   <li><a 
href="https://github.com/cure53/DOMPurify/commit/fa542df7e85d3ba0bd5eed8add08de634475864f";><code>fa542df</code></a>
 fix: Changed the order for attribute checks slightly for safer hooks</li>
   <li><a 
href="https://github.com/cure53/DOMPurify/commit/b8b552cb2101a4d1e5b8bdd4b298e5c241745517";><code>b8b552c</code></a>
 Merge pull request <a 
href="https://redirect.github.com/cure53/DOMPurify/issues/975";>#975</a> from 
cure53/dependabot/npm_and_yarn/multi-2d3aef8690</li>
   <li>Additional commits viewable in <a 
href="https://github.com/cure53/DOMPurify/compare/3.0.5...3.1.6";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `swagger-ui-react` from 5.7.2 to 5.18.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/swagger-api/swagger-ui/releases";>swagger-ui-react's 
releases</a>.</em></p>
   <blockquote>
   <h2>Swagger UI v5.18.2 Released!</h2>
   <h2><a 
href="https://github.com/swagger-api/swagger-ui/compare/v5.18.1...v5.18.2";>5.18.2</a>
 (2024-11-07)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>update Scarf.js to v1.4.0 to avoid breaking Vitest (<a 
href="https://redirect.github.com/swagger-api/swagger-ui/issues/10204";>#10204</a>)
 (<a 
href="https://github.com/swagger-api/swagger-ui/commit/adc1c3cf76aabbf2fe80c191e912cf572c45382e";>adc1c3c</a>),
 closes <a 
href="https://redirect.github.com/swagger-api/swagger-ui/issues/10197";>#10197</a></li>
   </ul>
   <h2>Swagger UI v5.18.1 Released!</h2>
   <h2><a 
href="https://github.com/swagger-api/swagger-ui/compare/v5.18.0...v5.18.1";>5.18.1</a>
 (2024-11-05)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>docker:</strong> return explicit Node.js installation (<a 
href="https://redirect.github.com/swagger-api/swagger-ui/issues/10198";>#10198</a>)
 (<a 
href="https://github.com/swagger-api/swagger-ui/commit/3e3dfc6caefdeb51b554f9eab5c51d90b03c0958";>3e3dfc6</a>),
 closes <a 
href="https://redirect.github.com/swagger-api/swagger-ui/issues/10195";>#10195</a></li>
   </ul>
   <h2>Swagger UI v5.18.0 Released!</h2>
   <h1><a 
href="https://github.com/swagger-api/swagger-ui/compare/v5.17.14...v5.18.0";>5.18.0</a>
 (2024-11-05)</h1>
   <h3>Features</h3>
   <ul>
   <li><strong>analytics:</strong> use Scarf.js to provide anonymized 
installation analytics (<a 
href="https://redirect.github.com/swagger-api/swagger-ui/issues/10194";>#10194</a>)
 (<a 
href="https://github.com/swagger-api/swagger-ui/commit/fb55b9cfe4eca7fa6cdd7b8fea60cd614f929021";>fb55b9c</a>)</li>
   </ul>
   <hr />
   <h2>Anonymized analytics</h2>
   <p>SwaggerUI uses <a href="https://scarf.sh/";>Scarf</a> to collect <a 
href="https://github.com/scarf-sh/scarf-js?tab=readme-ov-file#as-a-user-of-a-package-using-scarf-js-what-information-does-scarf-js-send-about-me";>anonymized
 installation analytics</a>. These analytics help support the maintainers of 
this library and ONLY run during installation. To <a 
href="https://github.com/scarf-sh/scarf-js?tab=readme-ov-file#as-a-user-of-a-package-using-scarf-js-how-can-i-opt-out-of-analytics";>opt
 out</a>, you can set the <code>scarfSettings.enabled</code> field to 
<code>false</code> in your project's <code>package.json</code>:</p>
   <pre><code>// package.json
   {
     // ...
     &quot;scarfSettings&quot;: {
       &quot;enabled&quot;: false
     }
     // ...
   }
   </code></pre>
   <p>Alternatively, you can set the environment variable 
<code>SCARF_ANALYTICS</code> to <code>false</code> as part of the environment 
that installs your npm packages, e.g., <code>SCARF_ANALYTICS=false npm 
install</code>.</p>
   <h2>Swagger UI v5.17.14 Released!</h2>
   <h2><a 
href="https://github.com/swagger-api/swagger-ui/compare/v5.17.13...v5.17.14";>5.17.14</a>
 (2024-05-28)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>system:</strong> remediate component wrapping functionality (<a 
href="https://redirect.github.com/swagger-api/swagger-ui/issues/9978";>#9978</a>)
 (<a 
href="https://github.com/swagger-api/swagger-ui/commit/8aa529201395224707ab00bb4b6ce71e41d082a4";>8aa5292</a>),
 closes <a 
href="https://redirect.github.com/swagger-api/swagger-ui/issues/9919";>#9919</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/swagger-api/swagger-ui/commit/3c7e281d97fd3e70b25f7ff4a001eabd56e375d7";><code>3c7e281</code></a>
 chore(release): cut the v5.18.2 release</li>
   <li><a 
href="https://github.com/swagger-api/swagger-ui/commit/1dd1f7cce9ca17b2c9510977acbee1921f352f2e";><code>1dd1f7c</code></a>
 chore(dist): update Scarf.js to v1.4.0 (<a 
href="https://redirect.github.com/swagger-api/swagger-ui/issues/10205";>#10205</a>)</li>
   <li><a 
href="https://github.com/swagger-api/swagger-ui/commit/adc1c3cf76aabbf2fe80c191e912cf572c45382e";><code>adc1c3c</code></a>
 fix: update Scarf.js to v1.4.0 to avoid breaking Vitest (<a 
href="https://redirect.github.com/swagger-api/swagger-ui/issues/10204";>#10204</a>)</li>
   <li><a 
href="https://github.com/swagger-api/swagger-ui/commit/7b84da5a80fef73b83715298ffbdafa6a9d6d355";><code>7b84da5</code></a>
 chore(deps-dev): bump release-it from 17.5.0 to 17.10.0 (<a 
href="https://redirect.github.com/swagger-api/swagger-ui/issues/10202";>#10202</a>)</li>
   <li><a 
href="https://github.com/swagger-api/swagger-ui/commit/e5d00e894ba84809e72c16d553baa9e188c8fe5c";><code>e5d00e8</code></a>
 chore(deps-dev): bump json-merger from 1.1.10 to 2.0.0 (<a 
href="https://redirect.github.com/swagger-api/swagger-ui/issues/10201";>#10201</a>)</li>
   <li><a 
href="https://github.com/swagger-api/swagger-ui/commit/8fdf0d373181900fe3dd1e242e926d8aa6a7c681";><code>8fdf0d3</code></a>
 chore(deps-dev): bump jsdom from 24.0.0 to 25.0.1 (<a 
href="https://redirect.github.com/swagger-api/swagger-ui/issues/10200";>#10200</a>)</li>
   <li><a 
href="https://github.com/swagger-api/swagger-ui/commit/05b7aff80c27351d65ea9076aa8ceb143d161820";><code>05b7aff</code></a>
 chore(docker): disable apk cache (<a 
href="https://redirect.github.com/swagger-api/swagger-ui/issues/10203";>#10203</a>)</li>
   <li><a 
href="https://github.com/swagger-api/swagger-ui/commit/91b6e13bf1ba1d6036c6d52c15effbd3e16605e3";><code>91b6e13</code></a>
 chore(deps-dev): bump husky from 9.0.11 to 9.1.6 (<a 
href="https://redirect.github.com/swagger-api/swagger-ui/issues/10199";>#10199</a>)</li>
   <li><a 
href="https://github.com/swagger-api/swagger-ui/commit/e5addb19448e4f6e39460b32e42dbfb95f843f8d";><code>e5addb1</code></a>
 chore(release): cut the v5.18.1 release</li>
   <li><a 
href="https://github.com/swagger-api/swagger-ui/commit/3e3dfc6caefdeb51b554f9eab5c51d90b03c0958";><code>3e3dfc6</code></a>
 fix(docker): return explicit Node.js installation (<a 
href="https://redirect.github.com/swagger-api/swagger-ui/issues/10198";>#10198</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/swagger-api/swagger-ui/compare/v5.7.2...v5.18.2";>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 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)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/inlong-website/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: commits-unsubscr...@inlong.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to