From e3056a430a2f155f3cf49d4715f2b7b38612bfcf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 10 Nov 2020 03:36:22 +0000 Subject: [PATCH] Bump @ionic/angular from 5.0.7 to 5.4.3 Bumps [@ionic/angular](https://github.com/ionic-team/ionic) from 5.0.7 to 5.4.3. - [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.4.3) 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..e160f3e 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.4.3", + "resolved": "https://registry.npmjs.org/@ionic/angular/-/angular-5.4.3.tgz", + "integrity": "sha512-WgT4+ShHtMEHjrma/PNfpPqcAbDUq36/Fo7ZRQZRqu93wIhGD3sQi2m8SeaPpSNhAElkaZFrMTAQ/Qca43M9Xg==", "requires": { - "@ionic/core": "5.0.7", + "@ionic/core": "5.4.3", "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.4.3", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.4.3.tgz", + "integrity": "sha512-vYaQD5v3gM7W4XJMAFsie6iNEYORqEK8holNS5ET7wYjIy4zsHdybkOijevSETlNxWcV0Z7iAYB1eJMbyo1Bhg==", "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..1fe1735 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.4.3", "core-js": "^2.5.4", "firebase": "^7.16.0", "jetifier": "^1.6.5",