<p>Bumps <a href="https://github.com/fnando/browser">browser</a> from 4.2.0 to 5.0.0.</p>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/fnando/browser/blob/main/CHANGELOG.md">browser's changelog</a>.</em></p>
<blockquote>
<h2>5.0.0</h2>
<ul>
<li>Rename <code>Browser::Platform#other?</code> to <code>Browser::Platform#unknown?</code>.</li>
<li>Unknown platforms now return <code>:unknown_platform</code> as the id.</li>
<li>Unknown devices now return <code>:unknown_device</code> as the id.</li>
<li>Unknown browsers now return <code>:unknown_browser</code> as the id.</li>
<li>All the changes above affect how <code>browser.meta</code> is composed.</li>
<li>Add method <code>Browser::Base#unknown?</code>.</li>
<li>Fix issue with <code>Browser::Base#safari?</code> matching full version.</li>
<li>Add Maxthon detection.</li>
<li>Add Google Search App detection.</li>
<li>Add Huawei Browser detection.</li>
<li>Fix Duck Duck Go browser that was being recognized as a bot.</li>
<li>Add Miui Browser detection.</li>
<li>Add <code>Browser::Base#qq?</code>.</li>
<li>Fix QQ detection.</li>
<li>Fix Alipay detection.</li>
<li>Add Sougou Browser detection.</li>
<li>User agent has a size limit of 512 bytes. This can be customized through
<code>Browser.user_agent_size_limit</code>.</li>
<li>Accept-Language has a size limit of 256 bytes. This can be customized through
<code>Browser.accept_language_size_limit</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/fnando/browser/commit/acf6a7425dabbabe7ce3de9ffba90623adf43b52"><code>acf6a74</code></a> Bump up version.</li>
<li><a href="https://github.com/fnando/browser/commit/dc259a242b8d53c013afeafa901d8e58ac2f0709"><code>dc259a2</code></a> Set size limit for user agent and accept language. (<a href="https://github-redirect.dependabot.com/fnando/browser/issues/493" rel="nofollow">#493</a>)</li>
<li><a href="https://github.com/fnando/browser/commit/a3a7a7faa96a5ac7499a8fa6b7e4ae9991f2aba0"><code>a3a7a7f</code></a> Add Sougou Browser detection (<a href="https://github-redirect.dependabot.com/fnando/browser/issues/490" rel="nofollow">#490</a>)</li>
<li><a href="https://github.com/fnando/browser/commit/c916a52abc814e66cfe18c11d7296df405cd0716"><code>c916a52</code></a> Don't recognize Alipay as Safari (<a href="https://github-redirect.dependabot.com/fnando/browser/issues/487" rel="nofollow">#487</a>)</li>
<li><a href="https://github.com/fnando/browser/commit/6fa957f72c3b137dda24c71cf03187d396b4a4a9"><code>6fa957f</code></a> Don't recognize QQ as Chrome/Safari (<a href="https://github-redirect.dependabot.com/fnando/browser/issues/484" rel="nofollow">#484</a>)</li>
<li><a href="https://github.com/fnando/browser/commit/8e54c573af16e7d89d8dedb3362dfea5cd18b600"><code>8e54c57</code></a> Create FUNDING.yml</li>
<li><a href="https://github.com/fnando/browser/commit/c6ef958ab1d35dc61474260d48139feda82c3ab6"><code>c6ef958</code></a> Don't recognize Opera also as Safari (<a href="https://github-redirect.dependabot.com/fnando/browser/issues/483" rel="nofollow">#483</a>)</li>
<li><a href="https://github.com/fnando/browser/commit/8576c7e46a237613abdaab88663da57e7c9319d6"><code>8576c7e</code></a> Add Miui Browser detection. (<a href="https://github-redirect.dependabot.com/fnando/browser/issues/478" rel="nofollow">#478</a>)</li>
<li><a href="https://github.com/fnando/browser/commit/e28c9a11f59c8d8e223a21cb9eb0180f404201a6"><code>e28c9a1</code></a> Ensure Duck Duck Go browser is not detected as a bot. (<a href="https://github-redirect.dependabot.com/fnando/browser/issues/477" rel="nofollow">#477</a>)</li>
<li><a href="https://github.com/fnando/browser/commit/daf2181e6281bb64e1e427b78f3bf2a24031af19"><code>daf2181</code></a> Add Huawei Browser detection. (<a href="https://github-redirect.dependabot.com/fnando/browser/issues/472" rel="nofollow">#472</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/fnando/browser/compare/v4.2.0...v5.0.0">compare view</a></li>
</ul>
</details>
<br>
<p><a href="https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates"><img src="https://camo.githubusercontent.com/a95ed76d584213bb71ef9e193a6399e9ff97ac93/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d62726f77736572267061636b6167652d6d616e616765723d62756e646c65722670726576696f75732d76657273696f6e3d342e322e30266e65772d76657273696f6e3d352e302e30" alt="Dependabot compatibility score" data-canonical-src="https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=browser&package-manager=bundler&previous-version=4.2.0&new-version=5.0.0" style="max-width:100%;"></a></p>
<p>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 <code>@dependabot rebase</code>.</p>
<hr>
<details>
<summary>Dependabot commands and options</summary>
<br>
<p>You can trigger Dependabot actions by commenting on this PR:</p>
<ul>
<li><code>@dependabot rebase</code> will rebase this PR</li>
<li><code>@dependabot recreate</code> will recreate this PR, overwriting any edits that have been made to it</li>
<li><code>@dependabot merge</code> will merge this PR after your CI passes on it</li>
<li><code>@dependabot squash and merge</code> will squash and merge this PR after your CI passes on it</li>
<li><code>@dependabot cancel merge</code> will cancel a previously requested merge and block automerging</li>
<li><code>@dependabot reopen</code> will reopen this PR if it is closed</li>
<li><code>@dependabot close</code> will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually</li>
<li><code>@dependabot ignore this major version</code> will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)</li>
<li><code>@dependabot ignore this minor version</code> will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)</li>
<li><code>@dependabot ignore this dependency</code> will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)</li>
</ul>
</details>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/openstreetmap/openstreetmap-website/pull/2848'>https://github.com/openstreetmap/openstreetmap-website/pull/2848</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Bump browser from 4.2.0 to 5.0.0</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2848/files#diff-e79a60dc6b85309ae70a6ea8261eaf95">Gemfile.lock</a>
    (2)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/2848.patch'>https://github.com/openstreetmap/openstreetmap-website/pull/2848.patch</a></li>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/2848.diff'>https://github.com/openstreetmap/openstreetmap-website/pull/2848.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2848">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLKWLIASSYNKKEA7253SHLHC3ANCNFSM4RX2TR6A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAK2OLLMSSIAG5MDGH43FXTSHLHC3A5CNFSM4RX2TR6KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4KRRAKBA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/pull/2848",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/2848",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>