From bddd638ffbdb49174e7e2c2f365311b5ed79d491 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 19 Nov 2020 03:29:20 +0000 Subject: [PATCH] Bump @ionic/angular from 5.0.7 to 5.5.0 Bumps [@ionic/angular](https://github.com/ionic-team/ionic) from 5.0.7 to 5.5.0. - [Release notes](https://github.com/ionic-team/ionic/releases) - [Changelog](https://github.com/ionic-team/ionic-framework/blob/master/CHANGELOG.md) - [Commits](https://github.com/ionic-team/ionic/compare/v5.0.7...v5.5.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 83421dd..321c0a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3914,11 +3914,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.5.0", + "resolved": "https://registry.npmjs.org/@ionic/angular/-/angular-5.5.0.tgz", + "integrity": "sha512-c4/w2I5+c7Dyydr1mAZBk1BaaWoyZFXx7fWlRxQqmdwcyGhtW93sjg1DnzgZ9mbIjPVvbyobj3Ih7+9zu/gRtg==", "requires": { - "@ionic/core": "5.0.7", + "@ionic/core": "5.5.0", "tslib": "^1.9.3" } }, @@ -3945,11 +3945,11 @@ } }, "@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.5.0", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.5.0.tgz", + "integrity": "sha512-LHKRQ4kmJN6Z9aqbYajYIQi3CFULjO/UI16frMu2Oc4rx8uewMNPBClAR5Dhy/jSkL3MiIOiuQzLPO4Kyd/zzw==", "requires": { - "ionicons": "^5.0.1", + "ionicons": "^5.1.2", "tslib": "^1.10.0" } }, @@ -10352,9 +10352,9 @@ } }, "ionicons": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-5.0.1.tgz", - "integrity": "sha512-P9GHr7pgCJcG211W0wute49NZ9AvJZvFJf4OwYybakjX6j7tu0q5t5HNWn9bcb9YjI7SxBblJg8iqQ1Yb59DXw==" + "version": "5.2.3", + "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-5.2.3.tgz", + "integrity": "sha512-87qtgBkieKVFagwYA9Cf91B3PCahQbEOMwMt8bSvlQSgflZ4eE5qI4MGj2ZlIyadeX0dgo+0CzZsy3ow0CsBAg==" }, "ip": { "version": "1.1.5", diff --git a/package.json b/package.json index 0975f13..6a67cda 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.5.0", "core-js": "^2.5.4", "firebase": "^7.16.0", "jetifier": "^1.6.5",