From bb53e2581b2a8530e649af802d20c6ecd7034324 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2020 07:02:20 +0000 Subject: [PATCH] Bump @ionic/angular from 5.0.7 to 5.1.1 Bumps [@ionic/angular](https://github.com/ionic-team/ionic) from 5.0.7 to 5.1.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.1.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..667d9e5 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.1.1", + "resolved": "https://registry.npmjs.org/@ionic/angular/-/angular-5.1.1.tgz", + "integrity": "sha512-/39Z3DnmdbTM3pIGJRLWG+rVI7jrDWkDL8Cds2ziZbGLwhbd3jjEXVbSeR62RiEpMCL2FSHtLUKhd6/OIDD1fQ==", "requires": { - "@ionic/core": "5.0.7", + "@ionic/core": "5.1.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.1.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.1.1.tgz", + "integrity": "sha512-mmQL7hzwwReqFCJlRyxo3sNoI7r63GYnZD6QBXbYmCp83POvL89fQYegUfURM1Fcw0JiAZ3BsCoMYxuFXa7+cA==", "requires": { "ionicons": "^5.0.1", "tslib": "^1.10.0" diff --git a/package.json b/package.json index 46cc7f3..afcb41c 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.1.1", "core-js": "^2.5.4", "firebase": ">= 5.5.7 <8", "jetifier": "^1.6.5",