From 3c5b125504f822f1fe7af2b06c90a98230216f0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 23:22:27 -0700 Subject: [PATCH] fix(deps): update dependency appium-idb to v1.6.11 (#1691) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 174 ++++++++++++++++++++++++++++++++++++++++++++-- package.json | 2 +- 2 files changed, 170 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f6c621cc9..1b69fa141 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@xmldom/xmldom": "0.8.7", - "appium-idb": "1.6.10", + "appium-idb": "1.6.11", "appium-ios-device": "2.5.2", "appium-ios-simulator": "5.0.7", "appium-remote-debugger": "9.1.14", @@ -3884,11 +3884,11 @@ } }, "node_modules/appium-idb": { - "version": "1.6.10", - "resolved": "https://registry.npmjs.org/appium-idb/-/appium-idb-1.6.10.tgz", - "integrity": "sha512-P0uxHxNrohxtPNrh8ZOz5nl6onli7WrJsgYWAArMcCiIkLDUUVfkw3H4MrHYlOxXJMuenJMxL2gRpcJUixqjEw==", + "version": "1.6.11", + "resolved": "https://registry.npmjs.org/appium-idb/-/appium-idb-1.6.11.tgz", + "integrity": "sha512-xuXOBtXT6ZrBLzB9JEcxIwuVN+tX29JKflPCVNbs8MknQa267IOnow3wQgqLV4BbmlaaVKMKDbqoLPne3dafwg==", "dependencies": { - "@appium/support": "^3.0.0", + "@appium/support": "^4.0.0", "@babel/runtime": "^7.0.0", "asyncbox": "^2.5.2", "bluebird": "^3.1.1", @@ -3901,6 +3901,170 @@ "npm": ">=8" } }, + "node_modules/appium-idb/node_modules/@appium/support": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@appium/support/-/support-4.0.1.tgz", + "integrity": "sha512-A/dZGhywFrfDAE7mzf8MZK6PmX9K1Erq0LWTJh8Aio4P3aHy32GYiEZUOkslL9ByMtligKFEDRPCJ+TIFhtKtQ==", + "dependencies": { + "@appium/tsconfig": "^0.3.0", + "@appium/types": "^0.11.1", + "@colors/colors": "1.5.0", + "@types/archiver": "5.3.2", + "@types/base64-stream": "1.0.2", + "@types/find-root": "1.1.2", + "@types/glob": "8.1.0", + "@types/jsftp": "2.1.2", + "@types/klaw": "3.0.3", + "@types/lockfile": "1.0.2", + "@types/mv": "2.1.2", + "@types/ncp": "2.0.5", + "@types/npmlog": "4.1.4", + "@types/pluralize": "0.0.29", + "@types/semver": "7.3.13", + "@types/shell-quote": "1.7.1", + "@types/supports-color": "8.1.1", + "@types/teen_process": "2.0.0", + "@types/uuid": "9.0.1", + "@types/which": "3.0.0", + "archiver": "5.3.1", + "axios": "1.4.0", + "base64-stream": "1.0.0", + "bluebird": "3.7.2", + "bplist-creator": "0.1.1", + "bplist-parser": "0.3.2", + "form-data": "4.0.0", + "get-stream": "6.0.1", + "glob": "8.1.0", + "jsftp": "2.1.3", + "klaw": "4.1.0", + "lockfile": "1.0.4", + "lodash": "4.17.21", + "log-symbols": "4.1.0", + "moment": "2.29.4", + "mv": "2.1.1", + "ncp": "2.0.0", + "npmlog": "7.0.1", + "opencv-bindings": "4.5.5", + "pkg-dir": "5.0.0", + "plist": "3.0.6", + "pluralize": "8.0.0", + "read-pkg": "5.2.0", + "resolve-from": "5.0.0", + "sanitize-filename": "1.6.3", + "semver": "7.5.0", + "sharp": "0.32.1", + "shell-quote": "1.8.1", + "source-map-support": "0.5.21", + "supports-color": "8.1.1", + "teen_process": "2.0.2", + "type-fest": "3.10.0", + "uuid": "9.0.0", + "which": "3.0.1", + "yauzl": "2.10.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0", + "npm": ">=8" + } + }, + "node_modules/appium-idb/node_modules/@appium/types": { + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/@appium/types/-/types-0.11.1.tgz", + "integrity": "sha512-rhgWvpExzIjJke8y1dAwngm9NzCVVg8ToFwdyxfs6ofFHHwqmZrDrefXOkQ1ebjgOEJJ/pfJXjKeMaAtajD6TA==", + "dependencies": { + "@appium/schema": "^0.2.6", + "@appium/tsconfig": "^0.3.0", + "@types/express": "4.17.17", + "@types/npmlog": "4.1.4", + "@types/ws": "8.5.4", + "type-fest": "3.10.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0", + "npm": ">=8" + } + }, + "node_modules/appium-idb/node_modules/@types/which": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@types/which/-/which-3.0.0.tgz", + "integrity": "sha512-ASCxdbsrwNfSMXALlC3Decif9rwDMu+80KGp5zI2RLRotfMsTv7fHL8W8VDp24wymzDyIFudhUeSCugrgRFfHQ==" + }, + "node_modules/appium-idb/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/appium-idb/node_modules/glob": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", + "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^5.0.1", + "once": "^1.3.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/appium-idb/node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/appium-idb/node_modules/minimatch": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", + "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/appium-idb/node_modules/semver": { + "version": "7.5.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.0.tgz", + "integrity": "sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==", + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/appium-idb/node_modules/which": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/which/-/which-3.0.1.tgz", + "integrity": "sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==", + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/which.js" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, "node_modules/appium-ios-device": { "version": "2.5.2", "resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-2.5.2.tgz", diff --git a/package.json b/package.json index 879f3b7db..ca3dbb616 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "types": "./build/index.d.ts", "dependencies": { "@xmldom/xmldom": "0.8.7", - "appium-idb": "1.6.10", + "appium-idb": "1.6.11", "appium-ios-device": "2.5.2", "appium-ios-simulator": "5.0.7", "appium-remote-debugger": "9.1.14",