From 22375c0052269f6767281749af36e964f393ebcf Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Tue, 7 Jun 2022 14:00:16 -0700 Subject: [PATCH] fix: New EME polyfill fixes EME/MCap issues on some smart TVs --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 288ec33ad00..b69fb5bf31d 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "prepublishOnly": "python build/checkversion.py && python build/all.py --force" }, "dependencies": { - "eme-encryption-scheme-polyfill": "^2.0.3" + "eme-encryption-scheme-polyfill": "^2.0.5" }, "engines": { "node": ">=14"