diff --git a/package-lock.json b/package-lock.json index 93829e8..0b4d8e9 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.21.6", + "resolved": "https://registry.npmjs.org/@ionic-native/core/-/core-5.21.6.tgz", + "integrity": "sha512-WngBaqsIFrBOFO5jYL8rc1yipctDhvXlUbipSAWSJ3xY9UJp/jAGSqXKx4hqEMqfYR+1pLg9FnEXIxpRijsdTg==", "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.21.6", + "resolved": "https://registry.npmjs.org/@ionic-native/splash-screen/-/splash-screen-5.21.6.tgz", + "integrity": "sha512-2MsqS0n7uS0XhwDaIJSKa6ccRSjZ3e3wrP/Nu+UUyVmNKo4pLAsE+1EiDK1nGEHK052sh3FIO1G2zLMZV8bpqQ==", "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.21.6", + "resolved": "https://registry.npmjs.org/@ionic-native/status-bar/-/status-bar-5.21.6.tgz", + "integrity": "sha512-3kaTMOWWGFy6xWGNKivw19SJyS5QGKXdMnzbHXus+pGJWOTR1R3Y9sKzK/38vHcaVX+cGc1ErSGwFsLH84IMXQ==", "requires": { - "@types/cordova": "~0.0.34" + "@types/cordova": "^0.0.34" } }, "@ionic/angular": { diff --git a/package.json b/package.json index 52e051f..da49534 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.21.6", + "@ionic-native/splash-screen": "5.21.6", + "@ionic-native/status-bar": "5.21.6", "@ionic/angular": "4.11.8", "core-js": "3.6.4", "lottie-web": "5.5.0",