From dc0ca0d3908a78abfd74b059a8ad787904b03705 Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Thu, 6 Oct 2022 12:01:47 +0200 Subject: [PATCH] MOBILE-4081 cordova: Downgrade cordova-plugin-file to 6.0.2 Using v7 files cannot be downloaded and the files already downloaded aren't rendered --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 43296e48c..51fdaf9b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13492,7 +13492,7 @@ "concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" }, "concat-stream": { "version": "1.6.2", @@ -14379,9 +14379,9 @@ "integrity": "sha512-FU0Lw1jZpuKOgG4v80LrfMAOIMCGfAVPumn7AwaX9S1iU/X3OPZUyoKUgP09q4bxL35IeNPkqNWVKYduAXZ1sg==" }, "cordova-plugin-file": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/cordova-plugin-file/-/cordova-plugin-file-7.0.0.tgz", - "integrity": "sha512-mSwy9GE5pHq2ZHhu/wYk/VhrwR5VLk+XQsk3+IiiFmDgcPsrVIyELkM2FZKX09cC6i+bJVTFVKUlwteSStj3ow==" + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/cordova-plugin-file/-/cordova-plugin-file-6.0.2.tgz", + "integrity": "sha512-m7cughw327CjONN/qjzsTpSesLaeybksQh420/gRuSXJX5Zt9NfgsSbqqKDon6jnQ9Mm7h7imgyO2uJ34XMBtA==" }, "cordova-plugin-file-opener2": { "version": "3.0.5", @@ -27427,7 +27427,7 @@ "properties-parser": { "version": "0.3.1", "resolved": "https://registry.npmjs.org/properties-parser/-/properties-parser-0.3.1.tgz", - "integrity": "sha512-AkSQxQAviJ89x4FIxOyHGfO3uund0gvYo7lfD0E+Gp7gFQKrTNgtoYQklu8EhrfHVZUzTwKGZx2r/KDSfnljcA==", + "integrity": "sha1-ExbpU5/7/ZOEXjabIRAiq9R4dxo=", "requires": { "string.prototype.codepointat": "^0.2.0" } diff --git a/package.json b/package.json index 725ffcaec..ac3e985a1 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "cordova-plugin-chooser": "^1.3.2", "cordova-plugin-customurlscheme": "^5.0.2", "cordova-plugin-device": "^2.1.0", - "cordova-plugin-file": "^7.0.0", + "cordova-plugin-file": "6.0.2", "cordova-plugin-file-opener2": "^3.0.5", "cordova-plugin-geolocation": "^4.1.0", "cordova-plugin-ionic-keyboard": "^2.2.0",