dependabot[bot] opened a new pull request, #894: URL: https://github.com/apache/syncope/pull/894
Bumps [org.webjars:swagger-ui](https://github.com/swagger-api/swagger-ui) from 5.17.14 to 5.18.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/swagger-api/swagger-ui/releases">org.webjars:swagger-ui's releases</a>.</em></p> <blockquote> <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 { // ... "scarfSettings": { "enabled": 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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swagger-api/swagger-ui/commit/5b318195cf4082694daa32482500cb6e37c698d6"><code>5b31819</code></a> chore(release): cut the v5.18.0 release</li> <li><a href="https://github.com/swagger-api/swagger-ui/commit/fb55b9cfe4eca7fa6cdd7b8fea60cd614f929021"><code>fb55b9c</code></a> feat(analytics): use Scarf.js to provide anonymized installation analytics (#...</li> <li><a href="https://github.com/swagger-api/swagger-ui/commit/a6e61df41b6053768d1af71c6e35da3f0480b8a0"><code>a6e61df</code></a> chore(deps): update swagger-client to v3.30.1 (<a href="https://redirect.github.com/swagger-api/swagger-ui/issues/10193">#10193</a>)</li> <li><a href="https://github.com/swagger-api/swagger-ui/commit/d849b746b69f6ff0e8d3702927b3bc546e01401c"><code>d849b74</code></a> chore(docker): remove explicit Node.js install (<a href="https://redirect.github.com/swagger-api/swagger-ui/issues/10192">#10192</a>)</li> <li><a href="https://github.com/swagger-api/swagger-ui/commit/b765f27ac4ab6466457c931fb5a7b845a11de64e"><code>b765f27</code></a> chore(deps): bump docker/build-push-action from 5 to 6 (<a href="https://redirect.github.com/swagger-api/swagger-ui/issues/10025">#10025</a>)</li> <li><a href="https://github.com/swagger-api/swagger-ui/commit/c0a1ca441b9662611fb68e879bc1911a7fac2994"><code>c0a1ca4</code></a> chore(deps): bump cookie, swagger-client and express (<a href="https://redirect.github.com/swagger-api/swagger-ui/issues/10167">#10167</a>)</li> <li><a href="https://github.com/swagger-api/swagger-ui/commit/4d9ec4fb0eaaddb7e1a8f4502e8e8577d40e46ec"><code>4d9ec4f</code></a> chore(deps): bump nginx from 1.27.0-alpine to 1.27.2-alpine (<a href="https://redirect.github.com/swagger-api/swagger-ui/issues/10163">#10163</a>)</li> <li><a href="https://github.com/swagger-api/swagger-ui/commit/d1111837388816f0b68f27a1a0d6a6f37841b697"><code>d111183</code></a> chore(deps): bump serve-static and express (<a href="https://redirect.github.com/swagger-api/swagger-ui/issues/10134">#10134</a>)</li> <li><a href="https://github.com/swagger-api/swagger-ui/commit/ff034bddaba0b4789c6c28ef547356668d34429e"><code>ff034bd</code></a> chore(deps): bump send and express (<a href="https://redirect.github.com/swagger-api/swagger-ui/issues/10133">#10133</a>)</li> <li><a href="https://github.com/swagger-api/swagger-ui/commit/37b8c1a8b67200dd425216ab8f97b725a429a5c0"><code>37b8c1a</code></a> chore(deps-dev): bump <code>@75lb/deep-merge</code> from 1.1.1 to 1.1.2 (<a href="https://redirect.github.com/swagger-api/swagger-ui/issues/10117">#10117</a>)</li> <li>Additional commits viewable in <a href="https://github.com/swagger-api/swagger-ui/compare/v5.17.14...v5.18.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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) </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: dev-unsubscr...@syncope.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org