From ad683ded404ba2b5cc63503a947f915b45ae688f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 22:57:35 +0000 Subject: [PATCH] Bump cordova-plugin-inappbrowser from 3.0.0 to 3.1.0 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] --- 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 e6af543..db3c886 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1632,9 +1632,9 @@ "integrity": "sha1-/Ajzci5n7ve2xnv8mag99q3Quro=" }, "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/package.json b/package.json index 00075e1..7e15b94 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@ionic/storage": "2.2.0", "cordova-android": "7.0.0", "cordova-plugin-device": "^2.0.2", - "cordova-plugin-inappbrowser": "^3.0.0", + "cordova-plugin-inappbrowser": "^3.1.0", "cordova-plugin-ionic-keyboard": "^2.1.3", "cordova-plugin-ionic-webview": "^4.0.1", "cordova-plugin-splashscreen": "^5.0.2",