From 97ac5d97f30b2d7e207d49f26d5918656714c50c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 26 Nov 2020 04:30:56 +0000 Subject: [PATCH] Bump @ionic/angular from 5.4.3 to 5.5.1 Bumps [@ionic/angular](https://github.com/ionic-team/ionic) from 5.4.3 to 5.5.1. - [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.4.3...v5.5.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 1a5e68f93..265b0acf2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1861,11 +1861,11 @@ } }, "@ionic/angular": { - "version": "5.4.3", - "resolved": "https://registry.npmjs.org/@ionic/angular/-/angular-5.4.3.tgz", - "integrity": "sha512-WgT4+ShHtMEHjrma/PNfpPqcAbDUq36/Fo7ZRQZRqu93wIhGD3sQi2m8SeaPpSNhAElkaZFrMTAQ/Qca43M9Xg==", + "version": "5.5.1", + "resolved": "https://registry.npmjs.org/@ionic/angular/-/angular-5.5.1.tgz", + "integrity": "sha512-54aGiuZSnKcxN3gdsQN4LMdW96X/0crdnIUlAJt4DhdsrwjzHNEjCaXUTstAcpB1Rxbz5/uWbzpDcd174izkxQ==", "requires": { - "@ionic/core": "5.4.3", + "@ionic/core": "5.5.1", "tslib": "^1.9.3" }, "dependencies": { @@ -1911,9 +1911,9 @@ } }, "@ionic/core": { - "version": "5.4.3", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.4.3.tgz", - "integrity": "sha512-vYaQD5v3gM7W4XJMAFsie6iNEYORqEK8holNS5ET7wYjIy4zsHdybkOijevSETlNxWcV0Z7iAYB1eJMbyo1Bhg==", + "version": "5.5.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.5.1.tgz", + "integrity": "sha512-ytsweRqFeupuVzMJydjh0w0RMjlI+GkHwXQ5SwVuto+cRxA9aKPkcxELzOWYRto3E00jbXFBThGhoL+jNUsK7g==", "requires": { "ionicons": "^5.1.2", "tslib": "^1.10.0" diff --git a/package.json b/package.json index efdcbd789..a5f61ae40 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@capacitor/core": "2.4.2", "@capacitor/ios": "^2.4.1", "@ionic-native/core": "^5.0.7", - "@ionic/angular": "^5.4.3", + "@ionic/angular": "^5.5.1", "@ionic/pwa-elements": "^3.0.1", "@ngneat/transloco": "^2.19.1", "@ngneat/until-destroy": "^8.0.2",