From 7e255a5e97a63e2817ea005e92826ccc3839e8e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 08:43:46 +0000 Subject: [PATCH] Bump cordova-plugin-device from 2.0.3 to 2.1.0 in /mobileapp Bumps [cordova-plugin-device](https://github.com/apache/cordova-plugin-device) from 2.0.3 to 2.1.0. - [Release notes](https://github.com/apache/cordova-plugin-device/releases) - [Changelog](https://github.com/apache/cordova-plugin-device/blob/master/RELEASENOTES.md) - [Commits](https://github.com/apache/cordova-plugin-device/compare/2.0.3...2.1.0) --- updated-dependencies: - dependency-name: cordova-plugin-device dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- mobileapp/package-lock.json | 17 +++++++++-------- mobileapp/package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/mobileapp/package-lock.json b/mobileapp/package-lock.json index b61969ef1f2..1e1270ec5c7 100644 --- a/mobileapp/package-lock.json +++ b/mobileapp/package-lock.json @@ -24,7 +24,7 @@ "code-push": "^3.0.1", "cordova-plugin-advanced-http": "^3.2.2", "cordova-plugin-code-push": "^2.0.0", - "cordova-plugin-device": "^2.0.3", + "cordova-plugin-device": "^2.1.0", "cordova-plugin-dialogs": "^2.0.2", "cordova-plugin-file": "^6.0.2", "cordova-plugin-zip": "^3.1.0" @@ -570,14 +570,15 @@ "dev": true }, "node_modules/cordova-plugin-device": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/cordova-plugin-device/-/cordova-plugin-device-2.0.3.tgz", - "integrity": "sha512-Jb3V72btxf3XHpkPQsGdyc8N6tVBYn1vsxSFj43fIz9vonJDUThYPCJJHqk6PX6N4dJw6I4FjxkpfCR4LDYMlw==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/cordova-plugin-device/-/cordova-plugin-device-2.1.0.tgz", + "integrity": "sha512-FU0Lw1jZpuKOgG4v80LrfMAOIMCGfAVPumn7AwaX9S1iU/X3OPZUyoKUgP09q4bxL35IeNPkqNWVKYduAXZ1sg==", "dev": true, "engines": { "cordovaDependencies": { "3.0.0": { - "cordova": ">100" + "cordova": ">100", + "cordova-electron": ">=3.0.0" } } } @@ -2893,9 +2894,9 @@ "dev": true }, "cordova-plugin-device": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/cordova-plugin-device/-/cordova-plugin-device-2.0.3.tgz", - "integrity": "sha512-Jb3V72btxf3XHpkPQsGdyc8N6tVBYn1vsxSFj43fIz9vonJDUThYPCJJHqk6PX6N4dJw6I4FjxkpfCR4LDYMlw==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/cordova-plugin-device/-/cordova-plugin-device-2.1.0.tgz", + "integrity": "sha512-FU0Lw1jZpuKOgG4v80LrfMAOIMCGfAVPumn7AwaX9S1iU/X3OPZUyoKUgP09q4bxL35IeNPkqNWVKYduAXZ1sg==", "dev": true }, "cordova-plugin-dialogs": { diff --git a/mobileapp/package.json b/mobileapp/package.json index 7a6aa60997f..9e2feeea1db 100644 --- a/mobileapp/package.json +++ b/mobileapp/package.json @@ -43,7 +43,7 @@ "code-push": "^3.0.1", "cordova-plugin-advanced-http": "^3.2.2", "cordova-plugin-code-push": "^2.0.0", - "cordova-plugin-device": "^2.0.3", + "cordova-plugin-device": "^2.1.0", "cordova-plugin-dialogs": "^2.0.2", "cordova-plugin-file": "^6.0.2", "cordova-plugin-zip": "^3.1.0"