From d369900dbae909474df40bc3b81365ad7668b3cb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 11 Feb 2020 05:22:10 +0000 Subject: [PATCH] fix(deps): update ionic-native monorepo to v5.21.4 --- package-lock.json | 26 +++++++++++++------------- package.json | 6 +++--- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index c577cf4..a4721d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@fivethree/ngxs-ionic-router-plugin", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -3066,27 +3066,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.4", + "resolved": "https://registry.npmjs.org/@ionic-native/core/-/core-5.21.4.tgz", + "integrity": "sha512-+OgTfeCXXi7H9sriNWKkzdTEpeDUoyNGICsm/ueg7wUBTX7t1lkwxi7aOFRLxCmhKIJiiOTSS1/31XAT67F9ow==", "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.4", + "resolved": "https://registry.npmjs.org/@ionic-native/splash-screen/-/splash-screen-5.21.4.tgz", + "integrity": "sha512-Y62b9eQmKF5UyWRQmdbHMPiHTm0Pjx48cmmpAVd+oqzDsHbh9CJcizK+2yeIcKn72BfJRYYo9jB/KgKKBz6FBQ==", "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.4", + "resolved": "https://registry.npmjs.org/@ionic-native/status-bar/-/status-bar-5.21.4.tgz", + "integrity": "sha512-MXqeUwYzj3UXf/RWn+7oPhGQVR8WcBYC3e+uy2S7eHxmsfE5OFNRrz+1VoCHtlqASLW7Ire1WDZINnyozjalrg==", "requires": { - "@types/cordova": "~0.0.34" + "@types/cordova": "^0.0.34" } }, "@ionic/angular": { diff --git a/package.json b/package.json index 0d9e7a2..5e06269 100644 --- a/package.json +++ b/package.json @@ -32,9 +32,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.4", + "@ionic-native/splash-screen": "5.21.4", + "@ionic-native/status-bar": "5.21.4", "@ionic/angular": "4.11.8", "@ngxs/store": "3.6.1", "core-js": "3.6.4",