From 8dc037b416b8938e7728bc3a6d3f19b93eeb57a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 22:55:24 +0000 Subject: [PATCH] Bump cordova-plugin-inappbrowser from 2.0.1 to 3.1.0 Bumps [cordova-plugin-inappbrowser](https://github.com/apache/cordova-plugin-inappbrowser) from 2.0.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/2.0.1...3.1.0) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index f5c04ec4..e08e0de9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -284,9 +284,9 @@ "integrity": "sha1-5iLBiomShlhQ0lvcMMxLcd5R2HQ=" }, "cordova-plugin-inappbrowser": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/cordova-plugin-inappbrowser/-/cordova-plugin-inappbrowser-2.0.1.tgz", - "integrity": "sha1-/qk31UgZGv5hrXyY9SPx/GIi5bM=" + "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-network-information": { "version": "2.0.1", diff --git a/package.json b/package.json index c471fb7f..b0a69312 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "cordova-plugin-device": "^2.0.1", "cordova-plugin-file": "^5.0.0", "cordova-plugin-file-transfer": "^1.7.0", - "cordova-plugin-inappbrowser": "^2.0.1", + "cordova-plugin-inappbrowser": "^3.1.0", "cordova-plugin-network-information": "^2.0.1", "cordova-plugin-screen-orientation": "^3.0.1", "cordova-plugin-splashscreen": "^5.0.1",