diff --git a/package-lock.json b/package-lock.json index a11c65e9f..3336b33f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "@moodlehq/cordova-plugin-camera": "7.0.0-moodle.1", "@moodlehq/cordova-plugin-file-opener": "4.0.0-moodle.1", "@moodlehq/cordova-plugin-file-transfer": "2.0.0-moodle.2", - "@moodlehq/cordova-plugin-inappbrowser": "5.0.0-moodle.3", + "@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-qrscanner": "3.0.1-moodle.5", @@ -5352,9 +5352,9 @@ } }, "node_modules/@moodlehq/cordova-plugin-inappbrowser": { - "version": "5.0.0-moodle.3", - "resolved": "https://registry.npmjs.org/@moodlehq/cordova-plugin-inappbrowser/-/cordova-plugin-inappbrowser-5.0.0-moodle.3.tgz", - "integrity": "sha512-BDW53W8BzHIJY6lqV3IyYIO9Rh3qi/nA3qkwZjvJiw7iohlQMeR67LV+bXjM4I8N1PTGoBSXiS5BmaS9NFi/1A==", + "version": "6.0.0-moodle.1", + "resolved": "https://registry.npmjs.org/@moodlehq/cordova-plugin-inappbrowser/-/cordova-plugin-inappbrowser-6.0.0-moodle.1.tgz", + "integrity": "sha512-tdRHvov4poJJq8YTa83194xhA0ZuY32ka6a8wQtvfqgw4V9LJkaX+Iu/3VLj+uxvs2MiogcsUj8qNwBwYXx6Pw==", "engines": { "cordovaDependencies": { "0.2.3": { @@ -5370,6 +5370,11 @@ "cordova-ios": ">=6.0.0" }, "6.0.0": { + "cordova": ">=9.0.0", + "cordova-android": ">=10.0.0", + "cordova-ios": ">=6.0.0" + }, + "7.0.0": { "cordova": ">100" } } diff --git a/package.json b/package.json index 337a51d26..e7a1f1eb5 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "@moodlehq/cordova-plugin-camera": "7.0.0-moodle.1", "@moodlehq/cordova-plugin-file-opener": "4.0.0-moodle.1", "@moodlehq/cordova-plugin-file-transfer": "2.0.0-moodle.2", - "@moodlehq/cordova-plugin-inappbrowser": "5.0.0-moodle.3", + "@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-qrscanner": "3.0.1-moodle.5",