Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
chore(profiles): automatic updates
Browse files Browse the repository at this point in the history
  • Loading branch information
blakebyrnes authored and github-actions[bot] committed Feb 29, 2024
1 parent 3c582db commit 4a643bb
Show file tree
Hide file tree
Showing 5 changed files with 235 additions and 32 deletions.
12 changes: 12 additions & 0 deletions real-user-agents/data/browsersById.json
Original file line number Diff line number Diff line change
Expand Up @@ -3866,5 +3866,17 @@
"deviceCategory": "desktop",
"releaseDate": "unknown",
"description": ""
},
"firefox-123-0": {
"id": "firefox-123-0",
"name": "Firefox",
"marketshare": 0,
"version": {
"major": "123",
"minor": "0"
},
"deviceCategory": "desktop",
"releaseDate": "unknown",
"description": ""
}
}
12 changes: 12 additions & 0 deletions real-user-agents/data/chromiumBuildVersions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
[
"124.0.6329.1",
"124.0.6329.0",
"123.0.6312.22",
"123.0.6312.21",
"122.0.6261.100",
"124.0.6326.3",
"114.0.5735.354",
"123.0.6312.20",
"123.0.6312.19",
"114.0.5735.296",
"124.0.6328.1",
"124.0.6328.0",
"124.0.6327.1",
"124.0.6327.0",
"123.0.6312.18",
Expand Down
35 changes: 35 additions & 0 deletions real-user-agents/data/external-raw/browserstack/userAgents.json
Original file line number Diff line number Diff line change
Expand Up @@ -17753,5 +17753,40 @@
"id": "Chrome-122.0--OS X-Big Sur",
"string": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36",
"osId": "mac-os-11"
},
{
"id": "Firefox-123.0--OS X-Catalina",
"string": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0",
"osId": "mac-os-10-15"
},
{
"id": "Firefox-123.0--OS X-Monterey",
"string": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0",
"osId": "mac-os-12"
},
{
"id": "Firefox-123.0--OS X-Big Sur",
"string": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0",
"osId": "mac-os-11"
},
{
"id": "Firefox-123.0--Windows-11",
"string": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0",
"osId": "windows-11"
},
{
"id": "Firefox-123.0--Windows-10",
"string": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0",
"osId": "windows-10"
},
{
"id": "Firefox-123.0--OS X-Ventura",
"string": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0",
"osId": "mac-os-13"
},
{
"id": "Firefox-123.0--OS X-Sonoma",
"string": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0",
"osId": "mac-os-14"
}
]
3 changes: 3 additions & 0 deletions real-user-agents/data/stableChromeVersions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@
"buildVersion": 6261,
"stablePatchesByOs": {
"mac": [
94,
69,
57
],
"win": [
95,
70,
58
],
"linux": [
94,
69,
57
]
Expand Down
Loading

0 comments on commit 4a643bb

Please sign in to comment.