diff --git a/package-lock.json b/package-lock.json index 93829e8..6b5e11e 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.27.0", + "resolved": "https://registry.npmjs.org/@ionic-native/core/-/core-5.27.0.tgz", + "integrity": "sha512-qJcZJtXaXUpwKTMzLc6tGitHJVYQCcSlx2XNQUiKyck47g98Xxo8D0zgHoRiCQvApOqw1iEKzh6xs5PLkmcXqw==", "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.27.0", + "resolved": "https://registry.npmjs.org/@ionic-native/splash-screen/-/splash-screen-5.27.0.tgz", + "integrity": "sha512-SZO5FjarVztlEBYJQsJv7NvZk+jRhElatruVpxMk4r8uuNL52Zt3TaPaGngwvI3tGHB42+l0rOsIusiBaIsSrA==", "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.27.0", + "resolved": "https://registry.npmjs.org/@ionic-native/status-bar/-/status-bar-5.27.0.tgz", + "integrity": "sha512-N0NIZTbi5KSA0GwTWsaJJLsve6ANQ+cy141+oUCXFPjtCYXyp1mOGcFiAE2UiI/N8SpmcLlV53zYhqIP8ish2Q==", "requires": { - "@types/cordova": "~0.0.34" + "@types/cordova": "^0.0.34" } }, "@ionic/angular": { diff --git a/package.json b/package.json index 52e051f..87c31cc 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.27.0", + "@ionic-native/splash-screen": "5.27.0", + "@ionic-native/status-bar": "5.27.0", "@ionic/angular": "4.11.8", "core-js": "3.6.4", "lottie-web": "5.5.0",