Skip to content

Commit

Permalink
feat #1829 Updating ua-parser-js
Browse files Browse the repository at this point in the history
PTR 19546873
close #1829
  • Loading branch information
divdavem committed Mar 26, 2021
1 parent ad68016 commit 530f63a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
12 changes: 9 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -48,6 +48,6 @@
"pug": "2.0.0-rc.4",
"puppeteer": "1.17.0",
"robot-server": "0.0.4",
"ua-parser-js": "0.7.14"
"ua-parser-js": "0.7.25"
}
}
2 changes: 2 additions & 0 deletions src/aria/core/Browser.js
Expand Up @@ -951,6 +951,8 @@ module.exports = Aria.classDefinition({
case "safari":
if (output.isSymbian) {
this._setFlag(output, "S60");
} else if (output.isBlackBerry) {
this._setFlag(output, "BlackBerryBrowser");
} else {
this._setFlag(output, "Safari");
}
Expand Down
2 changes: 1 addition & 1 deletion test/aria/core/useragent/UseCases.js
Expand Up @@ -578,7 +578,7 @@ Aria.classDefinition({
values: {
browser: {
properties: {
name : "Mobile Safari",
name : "Safari",
version : "6.0.0.466",
osName : "BlackBerry",
osVersion : ""
Expand Down

0 comments on commit 530f63a

Please sign in to comment.