diff --git a/package-lock.json b/package-lock.json index 83421dd..8d1cd8e 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.30.0", + "resolved": "https://registry.npmjs.org/@ionic-native/core/-/core-5.30.0.tgz", + "integrity": "sha512-UkktFoSOAt/lgsc1nxnwjCul29yD06qHNjyv7/K7JxhqeJrqPBKihnkLu7OTAe52KdFBozRxLKDP6HWcGderqA==", "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..5c96c91 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.30.0", "@ionic-native/splash-screen": "^5.0.0", "@ionic-native/status-bar": "^5.0.0", "@ionic/angular": "^5.0.0",