diff --git a/package-lock.json b/package-lock.json index 83421dd..30f3b89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3890,11 +3890,18 @@ } }, "@ionic-native/core": { - "version": "5.23.0", - "resolved": "https://registry.npmjs.org/@ionic-native/core/-/core-5.23.0.tgz", - "integrity": "sha512-AQ+l9GnRVLnnbXWhAImywTxk62GNtOfmX2U0hJw/dtRAjZZn8C3u9Pszcbw9pN0I/yc1PKFvNqxa8nFP7XrzRQ==", + "version": "5.35.0", + "resolved": "https://registry.npmjs.org/@ionic-native/core/-/core-5.35.0.tgz", + "integrity": "sha512-x2mShlaLOzCxwdqvPOvUFX4g0ctMvEYiYak6Hlh+HP9eNWfruT0EcMoXs6KSvIRFRsyFaYAXHyDZseKtB3aqsA==", "requires": { "@types/cordova": "^0.0.34" + }, + "dependencies": { + "@types/cordova": { + "version": "0.0.34", + "resolved": "https://registry.npmjs.org/@types/cordova/-/cordova-0.0.34.tgz", + "integrity": "sha1-6nrd907Ow9dimCegw54smt3HPQQ=" + } } }, "@ionic-native/splash-screen": { diff --git a/package.json b/package.json index 0975f13..3dba9ca 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@angular/router": "~9.1.12", "@capacitor/android": "^2.0.1", "@capacitor/core": "^2.0.1", - "@ionic-native/core": "^5.0.7", + "@ionic-native/core": "^5.35.0", "@ionic-native/splash-screen": "^5.0.0", "@ionic-native/status-bar": "^5.0.0", "@ionic/angular": "^5.0.0",