From a302565ba7ec56e1e19322e314f71dbd712eca8f Mon Sep 17 00:00:00 2001 From: Moshe Maor Date: Sun, 16 Jun 2024 08:53:04 +0300 Subject: [PATCH] Update package.json (#48) ### Description of the Changes Please add a detailed description of the change, whether it's an enhancement or a bugfix. If the PR is related to an open issue please link to it. ### CheckLists - [ ] changes have been done against master branch, and PR does not conflict - [ ] new unit / functional tests have been added (whenever applicable) - [ ] test are passing in local environment - [ ] Travis tests are passing (or test results are not worse than on master branch :)) - [ ] Docs have been updated --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aab8130..5618e60 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,7 @@ "kaltura": { "name": "share", "dependencies": { - "playkit-ui-managers": "1.5.3" + "playkit-ui-managers": "1.5.4" } } }