From 714e868366de3390c0405f9ed082eebdd8645481 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 22:55:16 +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 49a0b21..97db166 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1663,9 +1663,9 @@ "integrity": "sha1-p12L4uvDu5sjxbG70ZkhTsJnWGs=" }, "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-webview": { "version": "1.2.1", diff --git a/package.json b/package.json index e69c1da..840d96c 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "cordova-plugin-file": "6.0.1", "cordova-plugin-file-opener2": "2.2.0", "cordova-plugin-file-transfer": "1.7.1", - "cordova-plugin-inappbrowser": "3.0.0", + "cordova-plugin-inappbrowser": "3.1.0", "cordova-plugin-ionic-webview": "^1.2.1", "cordova-plugin-network-information": "^2.0.2", "cordova-plugin-splashscreen": "^4.1.0",