diff --git a/package-lock.json b/package-lock.json index ad06a7c1515..6872e36fc14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4802,8 +4802,9 @@ } }, "@moodlehq/cordova-plugin-statusbar": { - "version": "4.0.0-moodle.1", - "resolved": "git+https://github.com/moodlemobile/cordova-plugin-statusbar.git#5dfcf11cd262da2da466fab740291b434e3abba4" + "version": "4.0.0-moodle.2", + "resolved": "https://registry.npmjs.org/@moodlehq/cordova-plugin-statusbar/-/cordova-plugin-statusbar-4.0.0-moodle.2.tgz", + "integrity": "sha512-eFIQaJK0+s6z72dgDST8DJ9XrWLxfueIaExX+iz25jA1Q7gh5mHSrxzVRlkO4NIfMd3dWt0nQHdexGV5psuH/A==" }, "@moodlehq/cordova-plugin-zip": { "version": "3.1.0-moodle.1", diff --git a/package.json b/package.json index 293e624dd08..a7e78e80aa4 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "@moodlehq/cordova-plugin-ionic-webview": "5.0.0-moodle.2", "@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.1", + "@moodlehq/cordova-plugin-statusbar": "4.0.0-moodle.2", "@moodlehq/cordova-plugin-zip": "3.1.0-moodle.1", "@moodlehq/ionic-native-push": "5.36.0-moodle.2", "@moodlehq/phonegap-plugin-push": "4.0.0-moodle.6",