diff --git a/package-lock.json b/package-lock.json index ed9f4b8..8c6892f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "com.netsyms.helenaexpress.app", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -653,9 +653,9 @@ "integrity": "sha1-AgrNlDeH7gOdZ/Z56NnqbTiSAxY=" }, "cordova-plugin-inappbrowser": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/cordova-plugin-inappbrowser/-/cordova-plugin-inappbrowser-3.1.0.tgz", - "integrity": "sha1-YVILjePrdbN4QtI0D12QqEoHN0c=" + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/cordova-plugin-inappbrowser/-/cordova-plugin-inappbrowser-4.1.0.tgz", + "integrity": "sha512-jPvcwDx2/L5ZbVG69NT2xmlG1E+MljRxkdsFpgj/5aoaF4oPqxg44J/bYxJNWgQtGnRSRWoqCRmU7FgmmMNMxA==" }, "cordova-plugin-nativestorage": { "version": "2.3.2", diff --git a/package.json b/package.json index 4b3056d..a2245cd 100644 --- a/package.json +++ b/package.json @@ -21,14 +21,14 @@ "license": "MPL-2.0", "cordova": { "plugins": { - "cordova-plugin-inappbrowser": {}, "cordova-plugin-whitelist": {}, "phonegap-plugin-barcodescanner": {}, "cordova-plugin-device": {}, "cordova-plugin-statusbar": {}, "cordova-plugin-headercolor": {}, "cordova-plugin-theme-detection": {}, - "cordova-plugin-nativestorage": {} + "cordova-plugin-nativestorage": {}, + "cordova-plugin-inappbrowser": {} }, "platforms": [ "android", @@ -39,7 +39,6 @@ "dependencies": { "cordova-plugin-device": "^2.0.3", "cordova-plugin-headercolor": "^1.0.0", - "cordova-plugin-inappbrowser": "^3.1.0", "cordova-plugin-statusbar": "^2.4.3", "cordova-plugin-theme-detection": "^1.3.0", "cordova-plugin-whitelist": "^1.3.4"