diff --git a/package-lock.json b/package-lock.json index 93829e8..e306c51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@fivethree/lottie", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -3063,27 +3063,27 @@ } }, "@ionic-native/core": { - "version": "5.19.1", - "resolved": "https://registry.npmjs.org/@ionic-native/core/-/core-5.19.1.tgz", - "integrity": "sha512-n55Yd6FXZhSPiAfaphh8jVuirgwvMJOUzcQeSVLG98SbfsDFPrg18/8GfvpbsuK3V/YkgGXn08ZliygGEElLLA==", + "version": "5.20.0", + "resolved": "https://registry.npmjs.org/@ionic-native/core/-/core-5.20.0.tgz", + "integrity": "sha512-s2ctXGCsJBcFVJ5kzEumNQzrxGira40yk3PFeUHhr7Rt2kPqXHvtuOSFBsIYB4NFIhkbIiXxBJ7rgRqdDvHOLQ==", "requires": { - "@types/cordova": "~0.0.34" + "@types/cordova": "^0.0.34" } }, "@ionic-native/splash-screen": { - "version": "5.19.1", - "resolved": "https://registry.npmjs.org/@ionic-native/splash-screen/-/splash-screen-5.19.1.tgz", - "integrity": "sha512-xLCnhZU0xjfs2IiDRCLwWGVyFYrRjdbzRfVwv+Jlcnc89Pxl4dixoAhuJLNQEtuR9Dn37v49+gYyQgmNz863Tg==", + "version": "5.20.0", + "resolved": "https://registry.npmjs.org/@ionic-native/splash-screen/-/splash-screen-5.20.0.tgz", + "integrity": "sha512-Uzmd6e+0+D7ZYPzgrfUNCNRgjHcQzCFSw0B/E41tJF4cD/H2Khz2Wtr0eghUQTM8fPP3HnWewd9Z2D1zfxrqfA==", "requires": { - "@types/cordova": "~0.0.34" + "@types/cordova": "^0.0.34" } }, "@ionic-native/status-bar": { - "version": "5.19.1", - "resolved": "https://registry.npmjs.org/@ionic-native/status-bar/-/status-bar-5.19.1.tgz", - "integrity": "sha512-LvoJi8KPl1avXJiIL7R6HH4rR2p1Sa1uxqbfsKselU+KBUO6iQVc/aOVGuBdpa2LmmWhniogJ/bWZFOCzrAphg==", + "version": "5.20.0", + "resolved": "https://registry.npmjs.org/@ionic-native/status-bar/-/status-bar-5.20.0.tgz", + "integrity": "sha512-y59uhvdPHKzu3HUNnQhZCTon1AmLXY5u99Gcc8wotPPk4JMDHVpf/YY6XAVNgZRojjYBwUmCt9N4hYL3JPu1Og==", "requires": { - "@types/cordova": "~0.0.34" + "@types/cordova": "^0.0.34" } }, "@ionic/angular": { diff --git a/package.json b/package.json index 52e051f..7df4471 100644 --- a/package.json +++ b/package.json @@ -39,9 +39,9 @@ "@angular/platform-browser": "8.2.14", "@angular/platform-browser-dynamic": "8.2.14", "@angular/router": "8.2.14", - "@ionic-native/core": "5.19.1", - "@ionic-native/splash-screen": "5.19.1", - "@ionic-native/status-bar": "5.19.1", + "@ionic-native/core": "5.20.0", + "@ionic-native/splash-screen": "5.20.0", + "@ionic-native/status-bar": "5.20.0", "@ionic/angular": "4.11.8", "core-js": "3.6.4", "lottie-web": "5.5.0",