diff --git a/package-lock.json b/package-lock.json index d0c84a00d..d62ec7f1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,6 +47,7 @@ "@moodlehq/cordova-plugin-inappbrowser": "6.0.0-moodle.1", "@moodlehq/cordova-plugin-intent": "2.2.0-moodle.3", "@moodlehq/cordova-plugin-ionic-webview": "5.0.0-moodle.5", + "@moodlehq/cordova-plugin-media-capture": "5.0.0-moodle.1", "@moodlehq/cordova-plugin-qrscanner": "3.0.1-moodle.5", "@moodlehq/cordova-plugin-statusbar": "4.0.0-moodle.3", "@moodlehq/cordova-plugin-zip": "3.1.0-moodle.1", @@ -72,7 +73,6 @@ "cordova-plugin-geolocation": "^5.0.0", "cordova-plugin-ionic-keyboard": "^2.2.0", "cordova-plugin-local-notification": "1.0.0", - "cordova-plugin-media-capture": "^5.0.0", "cordova-plugin-network-information": "^3.0.0", "cordova-plugin-prevent-override": "^1.0.1", "cordova-plugin-screen-orientation": "^3.0.4", @@ -5403,6 +5403,30 @@ } } }, + "node_modules/@moodlehq/cordova-plugin-media-capture": { + "version": "5.0.0-moodle.1", + "resolved": "https://registry.npmjs.org/@moodlehq/cordova-plugin-media-capture/-/cordova-plugin-media-capture-5.0.0-moodle.1.tgz", + "integrity": "sha512-+XtTYLxyxp+wg2GPY1s/ww0im6x4fc2F2zBsdnXLJh84ps4x35x59/uyaCz3l3gjC850P77mQpnpemH2NmdXQw==", + "engines": { + "cordovaDependencies": { + "1.4.4": { + "cordova-ios": ">=4.0.0" + }, + "2.0.0": { + "cordova-android": ">=6.3.0" + }, + "4.0.0": { + "cordova-android": ">=10.0.0" + }, + "5.0.0": { + "cordova-android": ">=12.0.0" + }, + "6.0.0": { + "cordova": ">100" + } + } + } + }, "node_modules/@moodlehq/cordova-plugin-qrscanner": { "version": "3.0.1-moodle.5", "resolved": "https://registry.npmjs.org/@moodlehq/cordova-plugin-qrscanner/-/cordova-plugin-qrscanner-3.0.1-moodle.5.tgz", @@ -10988,30 +11012,6 @@ } } }, - "node_modules/cordova-plugin-media-capture": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/cordova-plugin-media-capture/-/cordova-plugin-media-capture-5.0.0.tgz", - "integrity": "sha512-eI8BNH3lHnWzdcpb+4Gy7mwHbN5fOKyoZfwRC1o7L/9kXiVF7S5aG5gvaga+CUSnrgsbrg4b8pSIfq70lRFrlw==", - "engines": { - "cordovaDependencies": { - "1.4.4": { - "cordova-ios": ">=4.0.0" - }, - "2.0.0": { - "cordova-android": ">=6.3.0" - }, - "4.0.0": { - "cordova-android": ">=10.0.0" - }, - "5.0.0": { - "cordova-android": ">=12.0.0" - }, - "6.0.0": { - "cordova": ">100" - } - } - } - }, "node_modules/cordova-plugin-moodleapp": { "resolved": "cordova-plugin-moodleapp", "link": true diff --git a/package.json b/package.json index 5a88b2ae6..1afc0825d 100644 --- a/package.json +++ b/package.json @@ -81,6 +81,7 @@ "@moodlehq/cordova-plugin-inappbrowser": "6.0.0-moodle.1", "@moodlehq/cordova-plugin-intent": "2.2.0-moodle.3", "@moodlehq/cordova-plugin-ionic-webview": "5.0.0-moodle.5", + "@moodlehq/cordova-plugin-media-capture": "5.0.0-moodle.1", "@moodlehq/cordova-plugin-qrscanner": "3.0.1-moodle.5", "@moodlehq/cordova-plugin-statusbar": "4.0.0-moodle.3", "@moodlehq/cordova-plugin-zip": "3.1.0-moodle.1", @@ -106,7 +107,6 @@ "cordova-plugin-geolocation": "^5.0.0", "cordova-plugin-ionic-keyboard": "^2.2.0", "cordova-plugin-local-notification": "1.0.0", - "cordova-plugin-media-capture": "^5.0.0", "cordova-plugin-network-information": "^3.0.0", "cordova-plugin-prevent-override": "^1.0.1", "cordova-plugin-screen-orientation": "^3.0.4", @@ -201,6 +201,7 @@ "@moodlehq/cordova-plugin-inappbrowser": {}, "@moodlehq/cordova-plugin-intent": {}, "@moodlehq/cordova-plugin-ionic-webview": {}, + "@moodlehq/cordova-plugin-media-capture": {}, "@moodlehq/cordova-plugin-qrscanner": {}, "@moodlehq/cordova-plugin-statusbar": {}, "@moodlehq/cordova-plugin-zip": {}, @@ -227,7 +228,6 @@ "cordova-plugin-local-notification": { "ANDROID_SUPPORT_V4_VERSION": "26.+" }, - "cordova-plugin-media-capture": {}, "cordova-plugin-moodleapp": {}, "cordova-plugin-network-information": {}, "cordova-plugin-prevent-override": {},