From 4ab88b17df644b5d1fb940d35ada60e8839ec7bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 May 2022 07:42:34 +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 195d26f..6e35e11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3837,9 +3837,9 @@ "integrity": "sha1-/JQRG+aTJijGaGiTjd89yCyfv+Y=" }, "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==" }, "cordova-plugin-ionic-webview": { "version": "2.2.0", diff --git a/package.json b/package.json index 3eaf8db..f356cf9 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "cordova-ios": "4.5.5", "cordova-plugin-clipboard": "^1.0.0", "cordova-plugin-device": "^1.1.7", - "cordova-plugin-inappbrowser": "^1.7.2", + "cordova-plugin-inappbrowser": "^3.1.0", "cordova-plugin-ionic-webview": "2.2.0", "cordova-plugin-ios-non-exempt-encryption": "^1.0.0", "cordova-plugin-secure-storage": "^2.6.8",