diff --git a/package-lock.json b/package-lock.json index dd3d922cb..aea80b127 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7572,9 +7572,8 @@ "integrity": "sha512-bd1aCx62X2RwpC+KUiuB7quoxL/8RnPMEJU7x38Tvs+cUGLWBvsmR9+/LqGBsSns2CIqgnJ34TW0Vazoqu7Ieg==" }, "cordova-plugin-file-transfer": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/cordova-plugin-file-transfer/-/cordova-plugin-file-transfer-1.7.1.tgz", - "integrity": "sha1-p12L4uvDu5sjxbG70ZkhTsJnWGs=" + "version": "git+https://github.com/moodlemobile/cordova-plugin-file-transfer.git#648b57792f2f33ffc9da6d2fa020d26a48799048", + "from": "git+https://github.com/moodlemobile/cordova-plugin-file-transfer.git" }, "cordova-plugin-geolocation": { "version": "git+https://github.com/apache/cordova-plugin-geolocation.git#89cf51d222e8f225bdfb661965b3007d669c40ff", diff --git a/package.json b/package.json index 8bacd3011..827d57029 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "cordova-plugin-device": "^2.0.3", "cordova-plugin-file": "^6.0.2", "cordova-plugin-file-opener2": "^3.0.4", - "cordova-plugin-file-transfer": "1.7.1", + "cordova-plugin-file-transfer": "git+https://github.com/moodlemobile/cordova-plugin-file-transfer.git", "cordova-plugin-geolocation": "git+https://github.com/apache/cordova-plugin-geolocation.git#89cf51d222e8f225bdfb661965b3007d669c40ff", "cordova-plugin-globalization": "^1.11.0", "cordova-plugin-inappbrowser": "git+https://github.com/moodlemobile/cordova-plugin-inappbrowser.git#moodle", @@ -235,4 +235,4 @@ "optionalDependencies": { "keytar": "^7.2.0" } -} +} \ No newline at end of file