From 265cb749d7973fc8df5566a1c64cc9fd1156f4b3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 23 Apr 2020 10:15:48 +0000 Subject: [PATCH] fix(deps): update ionic-native monorepo to v5.24.0 --- 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 71c1244..412b93d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@fivethree/ngxs-ionic-router-plugin", - "version": "0.2.0", + "version": "0.3.2", "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.24.0", + "resolved": "https://registry.npmjs.org/@ionic-native/core/-/core-5.24.0.tgz", + "integrity": "sha512-FHMrBFMioe5lIz7Yk03rWkQB+IaA2l0f96frGhhrduJGUtHokQcgxctSR2UlPFQ34wfILqsBGpj+c284RyeA2Q==", "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.24.0", + "resolved": "https://registry.npmjs.org/@ionic-native/splash-screen/-/splash-screen-5.24.0.tgz", + "integrity": "sha512-wIcAt2vUeT3Dm03t/G/z3ZYWNvjRvVyI4lBaJCVB0QbgRxVihq3mMp93XUh2TonRhtk8ydnRZ/HOlM3LVgnJEA==", "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.24.0", + "resolved": "https://registry.npmjs.org/@ionic-native/status-bar/-/status-bar-5.24.0.tgz", + "integrity": "sha512-9sX+8MWidTGuR7y9pFJm5ikMJUtoMyhDKrAzyGtW3T22uvF6IB2YBfhUuPneuNNI4X+jRAc75hwtDV0XkEXu9w==", "requires": { - "@types/cordova": "~0.0.34" + "@types/cordova": "^0.0.34" } }, "@ionic/angular": { diff --git a/package.json b/package.json index 0731a6e..cc80761 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.24.0", + "@ionic-native/splash-screen": "5.24.0", + "@ionic-native/status-bar": "5.24.0", "@ionic/angular": "5.0.0", "@ngxs/store": "3.6.1", "core-js": "3.6.4",