From 3caf27d6d84fb56a498871f688290f76705775ca Mon Sep 17 00:00:00 2001 From: Rajnish Dargan Date: Thu, 9 May 2024 18:21:23 +0530 Subject: [PATCH] Issue #IQ-IQ-767 fix: Updating player version --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 647bcad..970bae9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@project-sunbird/ng2-semantic-ui": "8.0.2", "@project-sunbird/sb-styles": "0.0.16", "@project-sunbird/sunbird-pdf-player-web-component": "^1.4.0", - "@project-sunbird/sunbird-quml-player-web-component": "4.0.1", + "@project-sunbird/sunbird-quml-player-web-component": "4.0.2", "@project-sunbird/sunbird-video-player-web-component": "^1.2.5", "@project-sunbird/telemetry-sdk": "1.3.0", "@types/jquery": "^3.5.29", @@ -4956,9 +4956,9 @@ "integrity": "sha512-L3Gv48dGT8NCNErpRYPMsGQx6tVa24+f7tHDIHeO5g2YErC9OsuDPOjbHQLJGns8jSOhSXoCllRf5oP42NnA0Q==" }, "node_modules/@project-sunbird/sunbird-quml-player-web-component": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@project-sunbird/sunbird-quml-player-web-component/-/sunbird-quml-player-web-component-4.0.1.tgz", - "integrity": "sha512-o++aJh7h+v+qGPSDCr2MyzNSDTtZwll433av+HBhAWN6dUlSKX/gMYOFDNVSbNmUClYrtz36OhN+DlCz0fB8fA==" + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@project-sunbird/sunbird-quml-player-web-component/-/sunbird-quml-player-web-component-4.0.2.tgz", + "integrity": "sha512-qTutKgBYmcvAnwA5QX8cZ8mFVamzvi9Jafl2WMc6ci8G4/cQRFkdrsz3vmQ4BWC2LErOWL+8q59BaL9+XA0naQ==" }, "node_modules/@project-sunbird/sunbird-video-player-web-component": { "version": "1.2.5", diff --git a/package.json b/package.json index a661d08..7bc43f7 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@project-sunbird/ng2-semantic-ui": "8.0.2", "@project-sunbird/sb-styles": "0.0.16", "@project-sunbird/sunbird-pdf-player-web-component": "^1.4.0", - "@project-sunbird/sunbird-quml-player-web-component": "4.0.1", + "@project-sunbird/sunbird-quml-player-web-component": "4.0.2", "@project-sunbird/sunbird-video-player-web-component": "^1.2.5", "@project-sunbird/telemetry-sdk": "1.3.0", "@types/jquery": "^3.5.29",