diff --git a/package-lock.json b/package-lock.json index 71c1244..0397e89 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.1", "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.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.5", + "resolved": "https://registry.npmjs.org/@ionic-native/splash-screen/-/splash-screen-5.21.5.tgz", + "integrity": "sha512-l+jovdxaAEiDIVbUX2HQdFm402ZXHlGDFBsZOkV5QUjQA/E5RvekXn08UIS9ffE1wKr+qu0UQg0iK98h2UiTDQ==", "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.5", + "resolved": "https://registry.npmjs.org/@ionic-native/status-bar/-/status-bar-5.21.5.tgz", + "integrity": "sha512-CRehgKnXRNyo4kUAy/fhOh/t76AIxsojncvqOXcS4DmVYpY9K5IfUjrjG+IK5G4fLHDM3exYnvC4721uOhnfPQ==", "requires": { - "@types/cordova": "~0.0.34" + "@types/cordova": "^0.0.34" } }, "@ionic/angular": { diff --git a/package.json b/package.json index 6a247ef..37bc665 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.6", + "@ionic-native/splash-screen": "5.21.5", + "@ionic-native/status-bar": "5.21.5", "@ionic/angular": "5.0.0", "@ngxs/store": "3.6.1", "core-js": "3.6.4",