From f9065705f4b3ab396550daf6d1be35b31bd03881 Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Tue, 9 Feb 2021 13:11:39 -0800 Subject: [PATCH] test: Fix recognition of Xbox One in Karma This updates the UA parser to one that recognizes Xbox devices including Xbox One. Corresponds to PR faisalman/ua-parser-js#479 Change-Id: I5e92e78b06c981df1659f73264b6fabfc5eb56ac --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ec6de64a8..8640462d19 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "stylelint": "^13.8.0", "stylelint-config-standard": "^20.0.0", "tippy.js": "^4.3.1", - "ua-parser-js": "github:joeyparrish/ua-parser-js#develop", + "ua-parser-js": "github:joeyparrish/ua-parser-js#9d154cc", "which": "^1.3.1" }, "main": "dist/shaka-player.compiled.js",