From 296a55beef08ff72af61c5686f175a1709c84517 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 04:10:37 +0000 Subject: [PATCH] Bump minimist from 1.2.5 to 1.2.8 in /CordovaIdcheckioClient Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. - [Release notes](https://github.com/minimistjs/minimist/releases) - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](https://github.com/minimistjs/minimist/compare/v1.2.5...v1.2.8) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] --- CordovaIdcheckioClient/package-lock.json | 76 ++++++++++++++++++++---- 1 file changed, 63 insertions(+), 13 deletions(-) diff --git a/CordovaIdcheckioClient/package-lock.json b/CordovaIdcheckioClient/package-lock.json index e468577..87c472d 100644 --- a/CordovaIdcheckioClient/package-lock.json +++ b/CordovaIdcheckioClient/package-lock.json @@ -3533,10 +3533,34 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", "dev": true }, + "node_modules/cordova-plugin-add-swift-support": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/cordova-plugin-add-swift-support/-/cordova-plugin-add-swift-support-2.0.2.tgz", + "integrity": "sha512-K03WDnsD3GT+n7Od3BnS17D8rYnAFZbZjjQJa2r7qW8QLq8+h7hGbFaiF+w5+nUtyAqUNq+HT/d/MdqBGLNzxA==", + "dev": true, + "dependencies": { + "glob": "^7.1.3", + "semver": "^6.0.0", + "xcode": "^2.0.0" + } + }, + "node_modules/cordova-plugin-add-swift-support/node_modules/xcode": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/xcode/-/xcode-2.1.0.tgz", + "integrity": "sha512-uCrmPITrqTEzhn0TtT57fJaNaw8YJs1aCzs+P/QqxsDbvPZSv7XMPPwXrKvHtD6pLjBM/NaVwraWJm8q83Y4iQ==", + "dev": true, + "dependencies": { + "simple-plist": "^1.0.0", + "uuid": "^3.3.2" + }, + "engines": { + "node": ">=6.0.0" + } + }, "node_modules/cordova-plugin-advanced-imagepicker": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/cordova-plugin-advanced-imagepicker/-/cordova-plugin-advanced-imagepicker-1.3.2.tgz", - "integrity": "sha512-AZF0YHc2bXkQMx5/3s5UeVWL7CcB8KOBABxAlGUwLOGn4gvbGHoUChbqB7R1J0go3aX6aSMbbMGF6sv/ZPKGTg==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/cordova-plugin-advanced-imagepicker/-/cordova-plugin-advanced-imagepicker-1.6.2.tgz", + "integrity": "sha512-ZsQyWJMs/j2RLwO9YHJStviVZvJon6uPW3KCBDOreWjK5LDABkYQInMvbSMYnpe/CHKaC0KvMlW5OOKicDp3tw==", "dev": true }, "node_modules/cordova-plugin-webpack": { @@ -6513,10 +6537,13 @@ } }, "node_modules/minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", - "dev": true + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, "node_modules/mississippi": { "version": "3.0.0", @@ -13620,10 +13647,33 @@ } } }, + "cordova-plugin-add-swift-support": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/cordova-plugin-add-swift-support/-/cordova-plugin-add-swift-support-2.0.2.tgz", + "integrity": "sha512-K03WDnsD3GT+n7Od3BnS17D8rYnAFZbZjjQJa2r7qW8QLq8+h7hGbFaiF+w5+nUtyAqUNq+HT/d/MdqBGLNzxA==", + "dev": true, + "requires": { + "glob": "^7.1.3", + "semver": "^6.0.0", + "xcode": "^2.0.0" + }, + "dependencies": { + "xcode": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/xcode/-/xcode-2.1.0.tgz", + "integrity": "sha512-uCrmPITrqTEzhn0TtT57fJaNaw8YJs1aCzs+P/QqxsDbvPZSv7XMPPwXrKvHtD6pLjBM/NaVwraWJm8q83Y4iQ==", + "dev": true, + "requires": { + "simple-plist": "^1.0.0", + "uuid": "^3.3.2" + } + } + } + }, "cordova-plugin-advanced-imagepicker": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/cordova-plugin-advanced-imagepicker/-/cordova-plugin-advanced-imagepicker-1.3.2.tgz", - "integrity": "sha512-AZF0YHc2bXkQMx5/3s5UeVWL7CcB8KOBABxAlGUwLOGn4gvbGHoUChbqB7R1J0go3aX6aSMbbMGF6sv/ZPKGTg==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/cordova-plugin-advanced-imagepicker/-/cordova-plugin-advanced-imagepicker-1.6.2.tgz", + "integrity": "sha512-ZsQyWJMs/j2RLwO9YHJStviVZvJon6uPW3KCBDOreWjK5LDABkYQInMvbSMYnpe/CHKaC0KvMlW5OOKicDp3tw==", "dev": true }, "cordova-plugin-webpack": { @@ -16014,9 +16064,9 @@ } }, "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", "dev": true }, "mississippi": {