diff --git a/package-lock.json b/package-lock.json index f0fde2d4..4ea20ac6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2813,14 +2813,14 @@ } }, "node_modules/appium-uiautomator2-driver": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/appium-uiautomator2-driver/-/appium-uiautomator2-driver-3.0.4.tgz", - "integrity": "sha512-vICbQYw8SXhNOf4QFVnCmuVFC3/vB3TFnWqX6lpmSM7FA5AP366I+0PhBVRkl11lRTKOSlGT7wCBtRdSwa0crw==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/appium-uiautomator2-driver/-/appium-uiautomator2-driver-3.0.5.tgz", + "integrity": "sha512-iKRjFRPVrA4KDZ3ZEj6P1rOUKF4dmeciCUuejhpqbMed6TNtZEJeDecMZ53CnvikcfXn62NqvLjV9ZcBnGyK/A==", "dev": true, "hasShrinkwrap": true, "dependencies": { "appium-adb": "^12.0.0", - "appium-android-driver": "^9.0.3", + "appium-android-driver": "^9.0.4", "appium-chromedriver": "^5.6.28", "appium-uiautomator2-server": "^7.0.1", "asyncbox": "^3.0.0", @@ -3073,6 +3073,54 @@ "sharp": "0.33.2" } }, + "node_modules/appium-uiautomator2-driver/node_modules/@appium/support/node_modules/@img/sharp-libvips-linux-x64": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.1.tgz", + "integrity": "sha512-3NR1mxFsaSgMMzz1bAnnKbSAI+lHXVTqAHgc1bgzjHuXjo4hlscpUxc0vFSAPKI3yuzdzcZOkq7nDPrP2F8Jgw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "glibc": ">=2.26", + "npm": ">=9.6.5", + "pnpm": ">=7.1.0", + "yarn": ">=3.2.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" + } + }, + "node_modules/appium-uiautomator2-driver/node_modules/@appium/support/node_modules/@img/sharp-linux-x64": { + "version": "0.33.2", + "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.2.tgz", + "integrity": "sha512-xUT82H5IbXewKkeF5aiooajoO1tQV4PnKfS/OZtb5DDdxS/FCI/uXTVZ35GQ97RZXsycojz/AJ0asoz6p2/H/A==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "glibc": ">=2.26", + "node": "^18.17.0 || ^20.3.0 || >=21.0.0", + "npm": ">=9.6.5", + "pnpm": ">=7.1.0", + "yarn": ">=3.2.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" + }, + "optionalDependencies": { + "@img/sharp-libvips-linux-x64": "1.0.1" + } + }, "node_modules/appium-uiautomator2-driver/node_modules/@appium/support/node_modules/@types/semver": { "version": "7.5.7", "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.7.tgz", @@ -3090,6 +3138,47 @@ "proxy-from-env": "^1.1.0" } }, + "node_modules/appium-uiautomator2-driver/node_modules/@appium/support/node_modules/sharp": { + "version": "0.33.2", + "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.2.tgz", + "integrity": "sha512-WlYOPyyPDiiM07j/UO+E720ju6gtNtHjEGg5vovUk1Lgxyjm2LFO+37Nt/UI3MMh2l6hxTWQWi7qk3cXJTutcQ==", + "dev": true, + "hasInstallScript": true, + "optional": true, + "dependencies": { + "color": "^4.2.3", + "detect-libc": "^2.0.2", + "semver": "^7.5.4" + }, + "engines": { + "libvips": ">=8.15.1", + "node": "^18.17.0 || ^20.3.0 || >=21.0.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" + }, + "optionalDependencies": { + "@img/sharp-darwin-arm64": "0.33.2", + "@img/sharp-darwin-x64": "0.33.2", + "@img/sharp-libvips-darwin-arm64": "1.0.1", + "@img/sharp-libvips-darwin-x64": "1.0.1", + "@img/sharp-libvips-linux-arm": "1.0.1", + "@img/sharp-libvips-linux-arm64": "1.0.1", + "@img/sharp-libvips-linux-s390x": "1.0.1", + "@img/sharp-libvips-linux-x64": "1.0.1", + "@img/sharp-libvips-linuxmusl-arm64": "1.0.1", + "@img/sharp-libvips-linuxmusl-x64": "1.0.1", + "@img/sharp-linux-arm": "0.33.2", + "@img/sharp-linux-arm64": "0.33.2", + "@img/sharp-linux-s390x": "0.33.2", + "@img/sharp-linux-x64": "0.33.2", + "@img/sharp-linuxmusl-arm64": "0.33.2", + "@img/sharp-linuxmusl-x64": "0.33.2", + "@img/sharp-wasm32": "0.33.2", + "@img/sharp-win32-ia32": "0.33.2", + "@img/sharp-win32-x64": "0.33.2" + } + }, "node_modules/appium-uiautomator2-driver/node_modules/@appium/support/node_modules/type-fest": { "version": "4.10.1", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.10.1.tgz", @@ -3610,9 +3699,9 @@ } }, "node_modules/appium-uiautomator2-driver/node_modules/@types/node": { - "version": "20.11.30", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.30.tgz", - "integrity": "sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==", + "version": "20.12.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.2.tgz", + "integrity": "sha512-zQ0NYO87hyN6Xrclcqp7f8ZbXNbRfoGWNcMvHTPQp9UUrwI0mI7XBz+cu7/W6/VClYo2g63B0cjull/srU7LgQ==", "dev": true, "dependencies": { "undici-types": "~5.26.4" @@ -3880,9 +3969,9 @@ } }, "node_modules/appium-uiautomator2-driver/node_modules/appium-adb": { - "version": "12.0.4", - "resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-12.0.4.tgz", - "integrity": "sha512-ayCqGg8ptd95eSCNX445xyY+nvUAXqqW85EREQ5uc6Dr63slSgxiStgDW5+BnSEALZgkO5SDoes3c55xbD+Yzw==", + "version": "12.0.6", + "resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-12.0.6.tgz", + "integrity": "sha512-TfnixY4EAEb3z4BTNpeW2TCd6F2ieR+/4DD/SoSdCAgR+jYlC+7NWotdLgsLIoYLPStxPYJw9bDEv5/enLqMwA==", "dev": true, "dependencies": { "@appium/support": "^4.0.0", @@ -3903,14 +3992,14 @@ } }, "node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-9.0.3.tgz", - "integrity": "sha512-SMw+eHKr4sQjHMxoGtggL85wzABFGnxalAXBDVTDJvssGwRjkMZtI2+A/D712VBAXkUNbRXWAfPBUPWnNHNB5A==", + "version": "9.0.4", + "resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-9.0.4.tgz", + "integrity": "sha512-hbuJUqN81VzM9U0YQYGJRJRbaSOLoUnYDuqu0LHXPPnKtx5wZRRFHiqSrwxO1aCKhXC1Fbc9bTtMgkVPOEJpNA==", "dev": true, "dependencies": { "@appium/support": "^4.2.0", "@colors/colors": "^1.6.0", - "appium-adb": "^12.0.2", + "appium-adb": "^12.0.6", "appium-chromedriver": "^5.5.1", "asyncbox": "^3.0.0", "axios": "^1.x", @@ -3919,7 +4008,7 @@ "lodash": "^4.17.4", "lru-cache": "^10.0.1", "moment": "^2.24.0", - "moment-timezone": "^0.5.26", + "moment-timezone": "^0.x", "portscanner": "^2.2.0", "semver": "^7.0.0", "source-map-support": "^0.x", @@ -3936,9 +4025,9 @@ } }, "node_modules/appium-uiautomator2-driver/node_modules/appium-chromedriver": { - "version": "5.6.40", - "resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-5.6.40.tgz", - "integrity": "sha512-0bdO+AchGKmc7IQp3ks5X+tEwE139KnwxDuBnuGncKK/KdXIy5eoHCLwlripkNp9aUGeqPk7tAM8lHKJ5DPbkg==", + "version": "5.6.41", + "resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-5.6.41.tgz", + "integrity": "sha512-O34aqfqNGN3nhmhdWg+jfixW9Kejkd9EwBVZmH6pT57VH/mf6Hls4IBKjLW0L2pAGTGMUsfZwVsEhU1VmjEIiA==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -4161,9 +4250,9 @@ "dev": true }, "node_modules/appium-uiautomator2-driver/node_modules/bare-events": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.2.1.tgz", - "integrity": "sha512-9GYPpsPFvrWBkelIhOhTWtkeZxVxZOdb3VnFTCzlOo3OjvmTvzLoZFUT8kNFACx0vJej6QPney1Cf9BvzCNE/A==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.2.2.tgz", + "integrity": "sha512-h7z00dWdG0PYOQEvChhOSWvOfkIKsdZGkWr083FgN/HyoQuebSew/cgirYqh9SCuy/hRvxc5Vy6Fw8xAmYHLkQ==", "dev": true, "optional": true }, @@ -6568,12 +6657,12 @@ "dev": true }, "node_modules/appium-uiautomator2-driver/node_modules/path-scurry": { - "version": "1.10.1", - "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz", - "integrity": "sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==", + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.2.tgz", + "integrity": "sha512-7xTavNy5RQXnsjANvVvMkEjvloOinkAjv/Z6Ildz9v2RinZ4SBKTWFOVRbaF8p0vpHnyjV/UwNDdKuUv6M5qcA==", "dev": true, "dependencies": { - "lru-cache": "^9.1.1 || ^10.0.0", + "lru-cache": "^10.2.0", "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" }, "engines": { @@ -7066,47 +7155,6 @@ "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", "dev": true }, - "node_modules/appium-uiautomator2-driver/node_modules/sharp": { - "version": "0.33.2", - "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.2.tgz", - "integrity": "sha512-WlYOPyyPDiiM07j/UO+E720ju6gtNtHjEGg5vovUk1Lgxyjm2LFO+37Nt/UI3MMh2l6hxTWQWi7qk3cXJTutcQ==", - "dev": true, - "hasInstallScript": true, - "optional": true, - "dependencies": { - "color": "^4.2.3", - "detect-libc": "^2.0.2", - "semver": "^7.5.4" - }, - "engines": { - "libvips": ">=8.15.1", - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" - }, - "funding": { - "url": "https://opencollective.com/libvips" - }, - "optionalDependencies": { - "@img/sharp-darwin-arm64": "0.33.2", - "@img/sharp-darwin-x64": "0.33.2", - "@img/sharp-libvips-darwin-arm64": "1.0.1", - "@img/sharp-libvips-darwin-x64": "1.0.1", - "@img/sharp-libvips-linux-arm": "1.0.1", - "@img/sharp-libvips-linux-arm64": "1.0.1", - "@img/sharp-libvips-linux-s390x": "1.0.1", - "@img/sharp-libvips-linux-x64": "1.0.1", - "@img/sharp-libvips-linuxmusl-arm64": "1.0.1", - "@img/sharp-libvips-linuxmusl-x64": "1.0.1", - "@img/sharp-linux-arm": "0.33.2", - "@img/sharp-linux-arm64": "0.33.2", - "@img/sharp-linux-s390x": "0.33.2", - "@img/sharp-linux-x64": "0.33.2", - "@img/sharp-linuxmusl-arm64": "0.33.2", - "@img/sharp-linuxmusl-x64": "0.33.2", - "@img/sharp-wasm32": "0.33.2", - "@img/sharp-win32-ia32": "0.33.2", - "@img/sharp-win32-x64": "0.33.2" - } - }, "node_modules/appium-uiautomator2-driver/node_modules/shebang-command": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", @@ -7512,9 +7560,9 @@ "peer": true }, "node_modules/appium-uiautomator2-driver/node_modules/type-fest": { - "version": "4.13.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.13.1.tgz", - "integrity": "sha512-ASMgM+Vf2cLwDMt1KXSkMUDSYCxtckDJs8zsaVF/mYteIsiARKCVtyXtcK38mIKbLTctZP8v6GMqdNaeI3fo7g==", + "version": "4.14.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.14.0.tgz", + "integrity": "sha512-on5/Cw89wwqGZQu+yWO0gGMGu8VNxsaW9SB2HE8yJjllEk7IDTwnSN1dUVldYILhYPN5HzD7WAaw2cc/jBfn0Q==", "dev": true, "engines": { "node": ">=16"