Skip to content

Commit

Permalink
Bump ua-parser-js from 1.0.32 to 1.0.38 (#17)
Browse files Browse the repository at this point in the history
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from
1.0.32 to 1.0.38.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/faisalman/ua-parser-js/releases">ua-parser-js's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.38</h2>
<h2>Version 1.0.38</h2>
<ul>
<li>Fix error on getOS() when userAgentData.platform is undefined</li>
<li>Add new browser: Opera GX, Twitter</li>
<li>Improve browser detection: DuckDuckGo</li>
<li>Improve device detection: OPPO Pad, Oculus Quest</li>
</ul>
<h2>v1.0.35</h2>
<h2>Version 0.7.35 / 1.0.35</h2>
<ul>
<li>Fix result of user-supplied user-agent from being altered
(5b8adfef7b77494ae73199b7ee3e5dafba46e0a8)</li>
<li>Add new browser: Heytap, TikTok
(3f8b5ba9cf03c2e82dcf96fd91a89c1b314dee3c,
2e06a34062c196322df7ad3c63fcc66e51c72420)</li>
<li>Add new engine: LibWeb
(bf9ac43328f1d5235cd6e029ac505824a39fc796)</li>
<li>Add new OS: SerenityOS
(bf9ac43328f1d5235cd6e029ac505824a39fc796)</li>
<li>Improve browser detection: Yandex
(1747707be680c70073bc0cb496ffaacda3314f2b)</li>
<li>Improve device detection: iPhone, Amazon Echo
(d41404551f1a6d2ae789f2a2c26b89b3f1f71610,
ba067bd351040a57957a4f0965816897e0e3ddef)</li>
<li>Improve OS detection: iOS
(d41404551f1a6d2ae789f2a2c26b89b3f1f71610)</li>
<li><a
href="https://github.com/faisalman/ua-parser-js/blob/1.0.35/changelog.md">See
more...</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/faisalman/ua-parser-js/blob/master/CHANGELOG.md">ua-parser-js's
changelog</a>.</em></p>
<blockquote>
<h2>Version 0.7.38 / 1.0.38</h2>
<ul>
<li>Fix error on getOS() when userAgentData.platform is undefined</li>
<li>Add new browser: Opera GX, Twitter</li>
<li>Improve browser detection: DuckDuckGo</li>
<li>Improve device detection: OPPO Pad, Oculus Quest</li>
</ul>
<h2>Version 0.7.37 / 1.0.37</h2>
<ul>
<li>Fix misidentified WebView token as device model</li>
<li>Increase UA_MAX_LENGTH to 500</li>
<li>Add new browser: Alipay, Klarna, Smart Lenovo Browser, Vivo
Browser</li>
<li>Add new device: Ulefone</li>
<li>Improve device detection: Realme, Xiaomi Redmi</li>
<li>Rename browser: Avant, Baidu, Samsung Internet, Sogou Explorer,
Sogou Mobile, WeChat</li>
</ul>
<h2>Version 0.7.36 / 1.0.36</h2>
<ul>
<li>Add new browser: Snapchat</li>
<li>Add new devices: Infinix, Tecno</li>
<li>Improve device detection: Amazon Fire TV, Xiaomi POCO</li>
<li>Improve OS detection: iOS</li>
</ul>
<h2>Version 0.7.35 / 1.0.35</h2>
<ul>
<li>Fix result from user-supplied user-agent being altered</li>
<li>Add new browser: Heytap, TikTok</li>
<li>Add new engine: LibWeb</li>
<li>Add new OS: SerenityOS</li>
<li>Improve browser detection: Yandex</li>
<li>Improve device detection: iPhone, Amazon Echo</li>
<li>Improve OS detection: iOS</li>
</ul>
<h2>Version 0.7.34 / 1.0.34</h2>
<ul>
<li>Fix Sharp Mobile detected as Huawei Tablet</li>
<li>Fix IE8 bug</li>
<li>Add new devices : Kobo e-Reader, Apple Watch, and some new SmartTV
devices</li>
<li>Add new OS : watchOS</li>
<li>Improve browser detection : Kakao, Naver, Brave</li>
<li>Improve device detection : Oculus, iPad</li>
<li>Improve OS detection : Chrome OS</li>
<li>Using navigator.userAgentData as fallback for device.type &amp;
os.name</li>
</ul>
<h2>Version 0.7.33 / 1.0.33</h2>
<ul>
<li>Add new browser : Cobalt</li>
<li>Identify Macintosh as an Apple device</li>
<li>Fix ReDoS vulnerability</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/faisalman/ua-parser-js/commit/693a83de2e4cf8384f43f6a5831e58663c572580"><code>693a83d</code></a>
Bump version 1.0.38 (mirror of 0.7.38)</li>
<li><a
href="https://github.com/faisalman/ua-parser-js/commit/cede70136bd794497d29b4539df32050144e7c34"><code>cede701</code></a>
Bump version 0.7.38</li>
<li><a
href="https://github.com/faisalman/ua-parser-js/commit/3bfd164aa5b5d57f5997c2f5e149b5ba122f0645"><code>3bfd164</code></a>
Fix <a
href="https://github.com/faisalman/ua-parser-js/issues/700">#700</a>
- Error on getOS() when userAgentData.platform is undefined</li>
<li><a
href="https://github.com/faisalman/ua-parser-js/commit/e7bfc4e28d9680f6eadb54a39760517719846f99"><code>e7bfc4e</code></a>
Backport - Fix <a
href="https://github.com/faisalman/ua-parser-js/issues/730">#730</a>
- Improve browser detection: DuckDuckGo</li>
<li><a
href="https://github.com/faisalman/ua-parser-js/commit/775de4ea82d4946f15f82fefac0777be3e81d1c7"><code>775de4e</code></a>
Backport - Fix <a
href="https://github.com/faisalman/ua-parser-js/issues/722">#722</a>
- Add new browser name: Twitter</li>
<li><a
href="https://github.com/faisalman/ua-parser-js/commit/fecff0288835b6e20e1a9409585df546654f1e3a"><code>fecff02</code></a>
Backport - Fix <a
href="https://github.com/faisalman/ua-parser-js/issues/721">#721</a>
- Improve detection: recognize OPPO Pad as tablet</li>
<li><a
href="https://github.com/faisalman/ua-parser-js/commit/d3d83fac2391534ecdb6ca23d63b29329aa6ff4e"><code>d3d83fa</code></a>
Backport - Fix <a
href="https://github.com/faisalman/ua-parser-js/issues/708">#708</a>
- Improve detection for Quest 3</li>
<li><a
href="https://github.com/faisalman/ua-parser-js/commit/5790c0e6a0c3668f8280fa57bd98626ccc32cae4"><code>5790c0e</code></a>
Backport - Fix <a
href="https://github.com/faisalman/ua-parser-js/issues/697">#697</a>
- Add new browser: Opera GX - <a
href="https://www.opera.com/gx">https://www.opera.com/gx</a></li>
<li><a
href="https://github.com/faisalman/ua-parser-js/commit/8087a1b4f0e25f1663ca3ddc2e06371d36642173"><code>8087a1b</code></a>
Bump version 1.0.37 (mirror of 0.7.37)</li>
<li><a
href="https://github.com/faisalman/ua-parser-js/commit/d30ad469927590b8d59a37eb3a84af89c00e489a"><code>d30ad46</code></a>
Bump version 0.7.37</li>
<li>Additional commits viewable in <a
href="https://github.com/faisalman/ua-parser-js/compare/1.0.32...1.0.38">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ua-parser-js&package-manager=npm_and_yarn&previous-version=1.0.32&new-version=1.0.38)](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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/circlefin/txt2txn-web/network/alerts).

</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 7, 2024
1 parent 42793a2 commit 02e5fab
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 02e5fab

Please sign in to comment.