From 70c5371976cc40642b6a52a23135e71b880b9e45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 22:43:04 +0000 Subject: [PATCH] Bump cordova-plugin-inappbrowser from 1.7.1 to 3.1.0 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] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 614ea04..422f30e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "com.openhak.devapp", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -203,9 +203,9 @@ "integrity": "sha1-HdAAI9Hxos4zD4dn7Qj3tzj+cYQ=" }, "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-ios-ble-permissions": { "version": "1.0.1", diff --git a/package.json b/package.json index 05630cd..6286005 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "cordova-plugin-dialogs": "~1.3.3", "cordova-plugin-file": "~4.3.3", "cordova-plugin-geolocation": "~2.4.3", - "cordova-plugin-inappbrowser": "~1.7.1", + "cordova-plugin-inappbrowser": "~3.1.0", "cordova-plugin-ios-ble-permissions": "^1.0.1", "cordova-plugin-ios-bluetooth-permissions": "2.0.0", "cordova-plugin-itunesfilesharing": "0.0.2",