From 953fc95f32cec505f2c43a5fcf7653b960382c26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 22:57:15 +0000 Subject: [PATCH] Bump cordova-plugin-inappbrowser from 3.0.0 to 3.1.0 in /mobile_app Bumps [cordova-plugin-inappbrowser](https://github.com/apache/cordova-plugin-inappbrowser) from 3.0.0 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/3.0.0...3.1.0) Signed-off-by: dependabot[bot] --- mobile_app/package-lock.json | 6 +++--- mobile_app/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mobile_app/package-lock.json b/mobile_app/package-lock.json index b6943af5..f4c407fb 100644 --- a/mobile_app/package-lock.json +++ b/mobile_app/package-lock.json @@ -218,9 +218,9 @@ "from": "git+https://github.com/apache/cordova-plugin-compat.git" }, "cordova-plugin-inappbrowser": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/cordova-plugin-inappbrowser/-/cordova-plugin-inappbrowser-3.0.0.tgz", - "integrity": "sha1-1K4A02Z2IQdRBXrSWK5K1KkWGto=" + "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-ionic-keyboard": { "version": "2.1.3", diff --git a/mobile_app/package.json b/mobile_app/package.json index 6cbab1e6..2dfbde90 100644 --- a/mobile_app/package.json +++ b/mobile_app/package.json @@ -20,7 +20,7 @@ "dependencies": { "cordova-android": "^6.2.3", "cordova-plugin-compat": "https://github.com/apache/cordova-plugin-compat.git", - "cordova-plugin-inappbrowser": "^3.0.0", + "cordova-plugin-inappbrowser": "^3.1.0", "cordova-plugin-ionic-keyboard": "^2.1.3", "cordova-plugin-nativestorage": "^2.3.2", "cordova-plugin-remote-injection": "^0.5.2",