From 656541eea64830991c85ecf9e855227eed97b722 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 3 Aug 2021 03:37:12 +0000 Subject: [PATCH] Bump @ionic-native/core from 5.23.0 to 5.35.0 Bumps [@ionic-native/core](https://github.com/ionic-team/ionic-native) from 5.23.0 to 5.35.0. - [Release notes](https://github.com/ionic-team/ionic-native/releases) - [Changelog](https://github.com/ionic-team/ionic-native/blob/master/CHANGELOG.md) - [Commits](https://github.com/ionic-team/ionic-native/compare/v5.23.0...v5.35.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 13 ++++++++++--- package.json | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) 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",