From 6297fba88dc1feea6fbe894fdc900c35f74dbd1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2020 18:55:19 +0000 Subject: [PATCH] Bump cordova-plugin-inappbrowser in /university-cost-tamuhack-ionic Bumps [cordova-plugin-inappbrowser](https://github.com/apache/cordova-plugin-inappbrowser) from 1.7.1 to 3.1.0. - [Release notes](https://github.com/apache/cordova-plugin-inappbrowser/releases) - [Changelog](https://github.com/apache/cordova-plugin-inappbrowser/blob/master/RELEASENOTES.md) - [Commits](https://github.com/apache/cordova-plugin-inappbrowser/compare/1.7.1...3.1.0) Signed-off-by: dependabot[bot] --- university-cost-tamuhack-ionic/package-lock.json | 6 +++--- university-cost-tamuhack-ionic/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/university-cost-tamuhack-ionic/package-lock.json b/university-cost-tamuhack-ionic/package-lock.json index 99253c1..b58b48f 100644 --- a/university-cost-tamuhack-ionic/package-lock.json +++ b/university-cost-tamuhack-ionic/package-lock.json @@ -566,9 +566,9 @@ "integrity": "sha1-1f50cSBp0D9tOG7wvTIbOr0NONw=" }, "cordova-plugin-inappbrowser": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/cordova-plugin-inappbrowser/-/cordova-plugin-inappbrowser-1.7.1.tgz", - "integrity": "sha1-Q1tD9ZH+e/qV6pjb4ABIQf5ZulE=" + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cordova-plugin-inappbrowser/-/cordova-plugin-inappbrowser-3.1.0.tgz", + "integrity": "sha512-YqrZfYgbGTS20SFID0mrRxud312VH072QVlFonCAkPgtGg1Svy7lELOCNFd+KU7t4mVtZeTEjZPEeefvjaetwQ==" }, "cordova-plugin-splashscreen": { "version": "4.0.3", diff --git a/university-cost-tamuhack-ionic/package.json b/university-cost-tamuhack-ionic/package.json index c66dd46..9791582 100644 --- a/university-cost-tamuhack-ionic/package.json +++ b/university-cost-tamuhack-ionic/package.json @@ -12,7 +12,7 @@ "cordova-android": "^6.2.3", "cordova-plugin-console": "^1.0.5", "cordova-plugin-device": "^1.1.4", - "cordova-plugin-inappbrowser": "^1.7.1", + "cordova-plugin-inappbrowser": "^3.1.0", "cordova-plugin-splashscreen": "^4.0.3", "cordova-plugin-statusbar": "^2.2.1", "cordova-plugin-whitelist": "^1.3.1",