diff --git a/package-lock.json b/package-lock.json index aa770f3..b972737 100644 --- a/package-lock.json +++ b/package-lock.json @@ -688,27 +688,27 @@ } }, "@ionic-native/core": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/@ionic-native/core/-/core-5.4.0.tgz", - "integrity": "sha512-GSrwIcOqGq9a7axYGVDPvIS0FoBRPNIC6b4RkcC0rcvjbIDebgZG7zsZ2x6mhe4HC7fTUV2y8qBO8timMHv3oA==", + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@ionic-native/core/-/core-5.5.0.tgz", + "integrity": "sha512-VcXwkjpqVPLHzwhv8ik94IqK5tAsU2P6NBi8K4SSdr2jLMQRmDjuLd1jEbpYgv3b8T+SW9I32HrkA4B2EKHpjw==", "requires": { - "@types/cordova": "~0.0.34" + "@types/cordova": "^0.0.34" } }, "@ionic-native/splash-screen": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/@ionic-native/splash-screen/-/splash-screen-5.4.0.tgz", - "integrity": "sha512-2RkLfEWO9u+L7wgHCS156UBW18ulE8md2iPvWaz3fzwuPddjhYqFEP2Nz3ZM4pKvdex6pKRMNkLlvhBN93CkFw==", + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@ionic-native/splash-screen/-/splash-screen-5.5.0.tgz", + "integrity": "sha512-69iKSRF0H4Frsn8Z9mgVWKt74TT/N7DlNVfPFppx5cmXBdM4lmM/YoBDxM5bomWPyGUT5ZcQvIyW9i7kdVr72A==", "requires": { - "@types/cordova": "~0.0.34" + "@types/cordova": "^0.0.34" } }, "@ionic-native/status-bar": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/@ionic-native/status-bar/-/status-bar-5.4.0.tgz", - "integrity": "sha512-ePt6NBVtUBKr02HoRcNZ8nlq6bAqqx/rVf6veZdV9UK2OEApFKEs++tdq+2fmpjdTBfB3jMGiyN3Kr+7c1dOmA==", + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@ionic-native/status-bar/-/status-bar-5.5.0.tgz", + "integrity": "sha512-10BpYIoXohjB04xkuRD8qgQAM4X+Y5bGIzyt1Qb3Vi85w6FaVExJSGhVOremEr3bz3bkL3SW9rlaVLdUcLiAJg==", "requires": { - "@types/cordova": "~0.0.34" + "@types/cordova": "^0.0.34" } }, "@ionic/angular": { diff --git a/package.json b/package.json index b5db3b1..9ebafad 100644 --- a/package.json +++ b/package.json @@ -27,9 +27,9 @@ "@angular/service-worker": "7.2.13", "@fivethree/core": "0.6.34", "@fivethree/lottie": "0.1.0", - "@ionic-native/core": "5.4.0", - "@ionic-native/splash-screen": "5.4.0", - "@ionic-native/status-bar": "5.4.0", + "@ionic-native/core": "5.5.0", + "@ionic-native/splash-screen": "5.5.0", + "@ionic-native/status-bar": "5.5.0", "@ionic/angular": "4.2.0", "@ngx-translate/core": "11.0.1", "@ngx-translate/http-loader": "4.0.0",