From db22460b910f63a407e839aabbceb6a7cdf2358d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 23:02:16 +0000 Subject: [PATCH] Bump cordova-plugin-inappbrowser from 1.7.2 to 3.1.0 Bumps [cordova-plugin-inappbrowser](https://github.com/apache/cordova-plugin-inappbrowser) from 1.7.2 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.2...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 732f954..8b2af35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -155,9 +155,9 @@ "dev": true }, "cordova-plugin-inappbrowser": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/cordova-plugin-inappbrowser/-/cordova-plugin-inappbrowser-1.7.2.tgz", - "integrity": "sha1-ZHY0lb6H6y562xoI8CCblupc7uA=", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cordova-plugin-inappbrowser/-/cordova-plugin-inappbrowser-3.1.0.tgz", + "integrity": "sha512-YqrZfYgbGTS20SFID0mrRxud312VH072QVlFonCAkPgtGg1Svy7lELOCNFd+KU7t4mVtZeTEjZPEeefvjaetwQ==", "dev": true }, "cordova-plugin-insomnia": { diff --git a/package.json b/package.json index 4e3bc59..76ae5c7 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "cordova-plugin-file": "~4.3.3", "cordova-plugin-geolocation": "~2.4.3", "cordova-plugin-globalization": "~1.0.7", - "cordova-plugin-inappbrowser": "~1.7.1", + "cordova-plugin-inappbrowser": "~3.1.0", "cordova-plugin-network-information": "~1.3.3", "cordova-plugin-vibration": "~2.1.5" },