From 0bbd48c85b67f3b20ef07f09a167291018fc4827 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2020 03:38:04 +0000 Subject: [PATCH] Bump @ionic/angular from 5.0.7 to 5.2.1 Bumps [@ionic/angular](https://github.com/ionic-team/ionic) from 5.0.7 to 5.2.1. - [Release notes](https://github.com/ionic-team/ionic/releases) - [Changelog](https://github.com/ionic-team/ionic/blob/master/CHANGELOG.md) - [Commits](https://github.com/ionic-team/ionic/compare/v5.0.7...v5.2.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 49f6219..08fa67f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2557,11 +2557,11 @@ } }, "@ionic/angular": { - "version": "5.0.7", - "resolved": "https://registry.npmjs.org/@ionic/angular/-/angular-5.0.7.tgz", - "integrity": "sha512-g6Q76CxUsg95UU0PR/jyYdepUnSa9v67teZXh8udXAjaE7ZZCPaltXOLRxnb37nY8SJX/Bia7EZUvR0D7VUuPQ==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/@ionic/angular/-/angular-5.2.1.tgz", + "integrity": "sha512-CdtGMafw0J45uY3hxv4A5hfWOBlK2xvbCl+4hVCYhkk8r4PDJZuuSX+TW4+jSuV4qzvCgzsXaWO14QFWvRYddQ==", "requires": { - "@ionic/core": "5.0.7", + "@ionic/core": "5.2.1", "tslib": "^1.9.3" } }, @@ -2588,9 +2588,9 @@ } }, "@ionic/core": { - "version": "5.0.7", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.0.7.tgz", - "integrity": "sha512-94Ebr4Uw/2aOqweGr4Xmo5csjTQwLcDuHraMC+VuQWNoCztuJI9cX/yhsAS2Yftor+vXC/uGZkubK+P+RFh1jQ==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.2.1.tgz", + "integrity": "sha512-jgNTAAMDXgPOi+1PBVh02rXeyC9loTSii4YETqc79y8u+gIcR094q2ragQf1rbhVa5dkTZaXmnhdRVVYbzaILA==", "requires": { "ionicons": "^5.0.1", "tslib": "^1.10.0" diff --git a/package.json b/package.json index 46cc7f3..4f49086 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@ionic-native/core": "^5.0.7", "@ionic-native/splash-screen": "^5.0.0", "@ionic-native/status-bar": "^5.0.0", - "@ionic/angular": "^5.0.0", + "@ionic/angular": "^5.2.1", "core-js": "^2.5.4", "firebase": ">= 5.5.7 <8", "jetifier": "^1.6.5",