From 0878cc396c069cdcf7e28e999d54314dc37a63d8 Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Mon, 22 Jan 2024 10:10:02 +0100 Subject: [PATCH] MOBILE-4404 cordova: Update webview plugin to fix embedded media --- 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 6b3aa79eb..fd8cac7de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "@moodlehq/cordova-plugin-file-transfer": "1.7.1-moodle.5", "@moodlehq/cordova-plugin-inappbrowser": "5.0.0-moodle.3", "@moodlehq/cordova-plugin-intent": "2.2.0-moodle.2", - "@moodlehq/cordova-plugin-ionic-webview": "5.0.0-moodle.2", + "@moodlehq/cordova-plugin-ionic-webview": "5.0.0-moodle.3", "@moodlehq/cordova-plugin-local-notification": "0.9.0-moodle.11", "@moodlehq/cordova-plugin-qrscanner": "3.0.1-moodle.5", "@moodlehq/cordova-plugin-statusbar": "4.0.0-moodle.3", @@ -5274,9 +5274,9 @@ "integrity": "sha512-EXJz9KrkZfk64VUexC8kFrHn/TEbcJCbAuN9yaESSWY33hUDIcBnFxCdgUUU9qA+JUsWL4/gaGtLVdYsStTRIw==" }, "node_modules/@moodlehq/cordova-plugin-ionic-webview": { - "version": "5.0.0-moodle.2", - "resolved": "https://registry.npmjs.org/@moodlehq/cordova-plugin-ionic-webview/-/cordova-plugin-ionic-webview-5.0.0-moodle.2.tgz", - "integrity": "sha512-h4MjAp3Gg6N2ADIertphhcHEykF4M9FVaof+KLzgyNOEzadCW1hpByfXeEoe6qvJMrXFmXqwhJfPHjHTz8EdYw==", + "version": "5.0.0-moodle.3", + "resolved": "https://registry.npmjs.org/@moodlehq/cordova-plugin-ionic-webview/-/cordova-plugin-ionic-webview-5.0.0-moodle.3.tgz", + "integrity": "sha512-iimL2zWbc7JqL/IEMh5lqzVlbf3R/bAabDRSQmUC+7rRlLB3479WVcZD8iJHok59GgjoaYpJ3W0lU6ySE+Asew==", "engines": { "cordovaDependencies": { "2.0.0": { diff --git a/package.json b/package.json index 79edc55d3..7b08b037a 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "@moodlehq/cordova-plugin-file-transfer": "1.7.1-moodle.5", "@moodlehq/cordova-plugin-inappbrowser": "5.0.0-moodle.3", "@moodlehq/cordova-plugin-intent": "2.2.0-moodle.2", - "@moodlehq/cordova-plugin-ionic-webview": "5.0.0-moodle.2", + "@moodlehq/cordova-plugin-ionic-webview": "5.0.0-moodle.3", "@moodlehq/cordova-plugin-local-notification": "0.9.0-moodle.11", "@moodlehq/cordova-plugin-qrscanner": "3.0.1-moodle.5", "@moodlehq/cordova-plugin-statusbar": "4.0.0-moodle.3",