From 50aa7bda8394f08b73430eadfb5e62090f5dba66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 22:50:56 +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 | 27 +++++++++++++++++---------- package.json | 2 +- 2 files changed, 18 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index fa060264..d22ab81c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "client", - "version": "1.1.0", + "version": "2.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -1262,6 +1262,7 @@ "resolved": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz", "integrity": "sha1-DNkKVhCT810KmSVsIrcGlDP60Rc=", "dev": true, + "optional": true, "requires": { "kind-of": "^3.0.2", "longest": "^1.0.1", @@ -4790,9 +4791,9 @@ "integrity": "sha1-I0sVLEh04iZ1/P/JpXrDeDhfago=" }, "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-local-notifications": { "version": "1.0.0", @@ -6743,7 +6744,8 @@ "ansi-regex": { "version": "2.1.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "aproba": { "version": "1.2.0", @@ -7158,7 +7160,8 @@ "safe-buffer": { "version": "5.1.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "safer-buffer": { "version": "2.1.2", @@ -7214,6 +7217,7 @@ "version": "3.0.1", "bundled": true, "dev": true, + "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -7257,12 +7261,14 @@ "wrappy": { "version": "1.0.2", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "yallist": { "version": "3.0.2", "bundled": true, - "dev": true + "dev": true, + "optional": true } } }, @@ -10403,7 +10409,8 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/longest/-/longest-1.0.1.tgz", "integrity": "sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc=", - "dev": true + "dev": true, + "optional": true }, "loose-envify": { "version": "1.4.0", @@ -15059,7 +15066,7 @@ "scroll": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/scroll/-/scroll-2.0.3.tgz", - "integrity": "sha1-CVG3hVRCBf0XdTvD0pRzi6Fvwqs=", + "integrity": "sha512-3ncZzf8gUW739h3LeS68nSssO60O+GGjT3SxzgofQmT8PIoyHzebql9HHPJopZX8iT6TKOdwaWFMqL6LzUN3DQ==", "requires": { "rafl": "~1.2.1" } diff --git a/package.json b/package.json index c409ee0b..20d5f121 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "cordova-plugin-device": "^1.1.6", "cordova-plugin-facebook4": "1.7.4", "cordova-plugin-google-analytics": "^1.8.3", - "cordova-plugin-inappbrowser": "^1.7.1", + "cordova-plugin-inappbrowser": "^3.1.0", "cordova-plugin-local-notifications": "^1.0.0", "cordova-plugin-splashscreen": "^5.0.2", "cordova-plugin-whitelist": "^1.3.2",