Skip to content

Commit c680d6b

Browse files
Update dependency ua-parser-js to v1.0.41 (#406)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [ua-parser-js](https://uaparser.dev) ([source](https://redirect.github.com/faisalman/ua-parser-js)) | [`1.0.40` -> `1.0.41`](https://renovatebot.com/diffs/npm/ua-parser-js/1.0.40/1.0.41) | [![age](https://developer.mend.io/api/mc/badges/age/npm/ua-parser-js/1.0.41?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ua-parser-js/1.0.40/1.0.41?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>faisalman/ua-parser-js (ua-parser-js)</summary> ### [`v1.0.41`](https://redirect.github.com/faisalman/ua-parser-js/releases/tag/1.0.41) [Compare Source](https://redirect.github.com/faisalman/ua-parser-js/compare/1.0.40...1.0.41) #### Version 0.7.41 / 1.0.41 - Add new browser: Daum, Ladybird - Add new device vendor: HMD - Add new engine: LibWeb - Add new os: Windows IoT, Ubuntu Touch - Improve cpu detection: ARM, x86 - Improve device vendor detection: Apple, Archos, Generic, Google, Honor, Huawei, Infinix, Nvidia, Lenovo, Nokia, OnePlus, Xiaomi - Improve device type detection: smarttv, wearables - Improve os detection: Linux, Symbian **Full Changelog**: faisalman/ua-parser-js@1.0.40...1.0.41 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/TryGhost/TrafficAnalytics). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44MS4yIiwidXBkYXRlZEluVmVyIjoiNDEuODEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5524206 commit c680d6b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@
8383
"fastify": "5.5.0",
8484
"fastify-plugin": "5.0.1",
8585
"pino": "9.7.0",
86-
"ua-parser-js": "1.0.40"
86+
"ua-parser-js": "1.0.41"
8787
}
8888
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7497,10 +7497,10 @@ [email protected]:
74977497
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.2.tgz#d93450cddec5154a2d5cabe3b8102b83316fb2a6"
74987498
integrity sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==
74997499

7500-
7501-
version "1.0.40"
7502-
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-1.0.40.tgz#ac6aff4fd8ea3e794a6aa743ec9c2fc29e75b675"
7503-
integrity sha512-z6PJ8Lml+v3ichVojCiB8toQJBuwR42ySM4ezjXIqXK3M0HczmKQ3LF4rhU55PfD99KEEXQG6yb7iOMyvYuHew==
7500+
7501+
version "1.0.41"
7502+
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-1.0.41.tgz#bd04dc9ec830fcf9e4fad35cf22dcedd2e3b4e9c"
7503+
integrity sha512-LbBDqdIC5s8iROCUjMbW1f5dJQTEFB1+KO9ogbvlb3nm9n4YHa5p4KTvFPWvh2Hs8gZMBuiB1/8+pdfe/tDPug==
75047504

75057505
unbox-primitive@^1.1.0:
75067506
version "1.1.0"

0 commit comments

Comments
 (0)