From a306ce741a806d21bc44f3b979803b8af5da99aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:38:05 +0000 Subject: [PATCH] fix(support): update definitelytyped --- package-lock.json | 580 +++++++++++--------- package.json | 22 +- packages/appium/package.json | 8 +- packages/base-driver/package.json | 12 +- packages/doctor/package.json | 2 +- packages/driver-test-support/package.json | 4 +- packages/execute-driver-plugin/package.json | 2 +- packages/fake-driver/package.json | 2 +- packages/fake-plugin/package.json | 2 +- packages/opencv/package.json | 2 +- packages/schema/package.json | 2 +- packages/support/package.json | 28 +- packages/types/package.json | 6 +- packages/universal-xml-plugin/package.json | 2 +- 14 files changed, 358 insertions(+), 316 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9895f843d..2f4c51002 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,18 +16,18 @@ "@commitlint/cli": "17.8.0", "@commitlint/config-conventional": "17.8.0", "@tsconfig/node14": "14.1.0", - "@types/chai": "4.3.8", - "@types/chai-as-promised": "7.1.6", - "@types/diff": "5.0.6", - "@types/mocha": "10.0.2", - "@types/node": "18.18.5", - "@types/semver": "7.5.3", - "@types/sinon": "10.0.19", - "@types/sinon-chai": "3.2.10", - "@types/source-map-support": "0.5.8", + "@types/chai": "4.3.9", + "@types/chai-as-promised": "7.1.7", + "@types/diff": "5.0.7", + "@types/mocha": "10.0.3", + "@types/node": "18.18.6", + "@types/semver": "7.5.4", + "@types/sinon": "10.0.20", + "@types/sinon-chai": "3.2.11", + "@types/source-map-support": "0.5.9", "@types/teen_process": "2.0.1", - "@types/ws": "8.5.7", - "@types/yargs": "17.0.28", + "@types/ws": "8.5.8", + "@types/yargs": "17.0.29", "@typescript-eslint/eslint-plugin": "6.8.0", "@typescript-eslint/parser": "6.8.0", "asyncbox": "2.9.4", @@ -3331,21 +3331,22 @@ } }, "node_modules/@types/archiver": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/@types/archiver/-/archiver-5.3.3.tgz", - "integrity": "sha512-0ABdVcXL6jOwNGY+hjWPqrxUvKelBEwNLcuv/SV2vZ4YCH8w9NttFCt+/QqI5zgMX+iX/XqVy89/r7EmLJmMpQ==", + "version": "5.3.4", + "resolved": "https://registry.npmjs.org/@types/archiver/-/archiver-5.3.4.tgz", + "integrity": "sha512-Lj7fLBIMwYFgViVVZHEdExZC3lVYsl+QL0VmdNdIzGZH544jHveYWij6qdnBgJQDnR7pMKliN9z2cPZFEbhyPw==", "dependencies": { "@types/readdir-glob": "*" } }, "node_modules/@types/argparse": { - "version": "2.0.11", - "resolved": "https://registry.npmjs.org/@types/argparse/-/argparse-2.0.11.tgz", - "integrity": "sha512-OpC8Kh8eMFAWgZaJ8UkqZi+CemEDcn20f5OehrRZ/ek0zvMk0Tzazk5tNj7MghH/LSP3bxwAbC05Slyfv/zC0w==" + "version": "2.0.12", + "resolved": "https://registry.npmjs.org/@types/argparse/-/argparse-2.0.12.tgz", + "integrity": "sha512-Qt/6lHaSI+idkJKKTixUTm6q1yjm7EE6ZpsKLkJIHQl7NLAX7lMZRFGAEU8kxaWur3N6L2UE7/U7QR46Isi3vg==" }, "node_modules/@types/async-lock": { - "version": "1.4.0", - "license": "MIT" + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/@types/async-lock/-/async-lock-1.4.1.tgz", + "integrity": "sha512-tpYc9kp2I8eI6qcDWtD2023jIlJYz6030qR1S5WhRbTK/JJcYdJ8fb2dRKPRgqioxcPZfTPmzl/PemHIPCrA9g==" }, "node_modules/@types/babel__traverse": { "version": "7.18.3", @@ -3356,17 +3357,17 @@ } }, "node_modules/@types/base64-stream": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@types/base64-stream/-/base64-stream-1.0.3.tgz", - "integrity": "sha512-cbLPBuRLRq7l2+syfKT3byML5C/UNK/6hkcDDMxwttE+NtpXvQxhgXj0PNbcLCwUCmfEWMm3eRBpDmpieLegDQ==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@types/base64-stream/-/base64-stream-1.0.4.tgz", + "integrity": "sha512-uIbi6oqvsS9Rw4qtPh1NFHFNL3KnpyScxU/63GEIP4PonSuejuxkccKPPX4KAAVYl2pwMH6BNQKg1XLfxagfJQ==", "dependencies": { "@types/node": "*" } }, "node_modules/@types/bluebird": { - "version": "3.5.40", - "resolved": "https://registry.npmjs.org/@types/bluebird/-/bluebird-3.5.40.tgz", - "integrity": "sha512-4dEtF/qcby/FdT6iChii+jFXzVVX0+5HYiDqHKBtHQ3ZV58x5uVJJYRG0N4QllIaj5a2+UDdf/nupae+/M6mdw==" + "version": "3.5.41", + "resolved": "https://registry.npmjs.org/@types/bluebird/-/bluebird-3.5.41.tgz", + "integrity": "sha512-/OT2UoYPu2fqGNS85UYUx0Ke8Zd/vM0/Au0JqLInTprkRO0NexYe7qAUkDsjhsO3BKHI14wX/UhN5SUaoFVDUQ==" }, "node_modules/@types/body-parser": { "version": "1.19.2", @@ -3377,15 +3378,15 @@ } }, "node_modules/@types/chai": { - "version": "4.3.8", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.8.tgz", - "integrity": "sha512-yW/qTM4mRBBcsA9Xw9FbcImYtFPY7sgr+G/O5RDYVmxiy9a+pE5FyoFUi8JYCZY5nicj8atrr1pcfPiYpeNGOA==", + "version": "4.3.9", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.9.tgz", + "integrity": "sha512-69TtiDzu0bcmKQv3yg1Zx409/Kd7r0b5F1PfpYJfSHzLGtB53547V4u+9iqKYsTu/O2ai6KTb0TInNpvuQ3qmg==", "dev": true }, "node_modules/@types/chai-as-promised": { - "version": "7.1.6", - "resolved": "https://registry.npmjs.org/@types/chai-as-promised/-/chai-as-promised-7.1.6.tgz", - "integrity": "sha512-cQLhk8fFarRVZAXUQV1xEnZgMoPxqKojBvRkqPCKPQCzEhpbbSKl1Uu75kDng7k5Ln6LQLUmNBjLlFthCgm1NA==", + "version": "7.1.7", + "resolved": "https://registry.npmjs.org/@types/chai-as-promised/-/chai-as-promised-7.1.7.tgz", + "integrity": "sha512-APucaP5rlmTRYKtRA6FE5QPP87x76ejw5t5guRJ4y5OgMnwtsvigw7HHhKZlx2MGXLeZd6R/GNZR/IqDHcbtQw==", "dev": true, "dependencies": { "@types/chai": "*" @@ -3399,9 +3400,9 @@ } }, "node_modules/@types/diff": { - "version": "5.0.6", - "resolved": "https://registry.npmjs.org/@types/diff/-/diff-5.0.6.tgz", - "integrity": "sha512-OxYeXtiT2eAkK5Js6V6wY+Jb9uKdeSQIXxEZcRBqrE/VBJPMnrmsArARjGjiIulpu13vnpvGf+LLTNyZaJNPuw==", + "version": "5.0.7", + "resolved": "https://registry.npmjs.org/@types/diff/-/diff-5.0.7.tgz", + "integrity": "sha512-adBosR2GntaQQiuHnfRN9HtxYpoHHJBcdyz7VSXhjpSAmtvIfu/S1fjTqwuIx/Ypba6LCZdfWIqPYx2BR5TneQ==", "dev": true }, "node_modules/@types/eslint": { @@ -3419,9 +3420,9 @@ "license": "MIT" }, "node_modules/@types/express": { - "version": "4.17.19", - "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.19.tgz", - "integrity": "sha512-UtOfBtzN9OvpZPPbnnYunfjM7XCI4jyk1NvnFhTVz5krYAnW4o5DCoIekvms+8ApqhB4+9wSge1kBijdfTSmfg==", + "version": "4.17.20", + "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.20.tgz", + "integrity": "sha512-rOaqlkgEvOW495xErXMsmyX3WKBInbhG5eqojXYi3cGUaLoRDlXa5d52fkfWZT963AZ3v2eZ4MbKE6WpDAGVsw==", "dependencies": { "@types/body-parser": "*", "@types/express-serve-static-core": "^4.17.33", @@ -3439,12 +3440,14 @@ } }, "node_modules/@types/fancy-log": { - "version": "2.0.0", - "license": "MIT" + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@types/fancy-log/-/fancy-log-2.0.1.tgz", + "integrity": "sha512-XUkwOVjG0StZTzw32vHfTGSXmE02/mMfM1Zqouwq2h8rrV/TwLb5TTvePaXO1YqY5yi7u90GsvoRLMqXInaK9Q==" }, "node_modules/@types/find-root": { - "version": "1.1.2", - "license": "MIT" + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@types/find-root/-/find-root-1.1.3.tgz", + "integrity": "sha512-dRJIphFmChb6NoCntSYgC2eCdXcdIXm9/qqV0Mtp8HcyINWK7YZkaLlJQO9TB2rDTo/y35veiCy68IxNV05VMg==" }, "node_modules/@types/graceful-fs": { "version": "4.1.6", @@ -3481,43 +3484,44 @@ } }, "node_modules/@types/jsftp": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/@types/jsftp/-/jsftp-2.1.3.tgz", - "integrity": "sha512-R5rP70tkPnH+rhz0s6VuMKqMrkA7ET1AfU3FDGKNhYBgU/XTIbzsYNCgTByo60eitl0mI5OoEA9+MW/t/5iVzA==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@types/jsftp/-/jsftp-2.1.4.tgz", + "integrity": "sha512-AQ5bGKbC5xZwLuz9xPnzp811tm0c4MqThAdXVUZstkv+sz3qyM5Eg4krlqkzvf6sTU8Il5RwVTSdYqNW4oQCxw==", "dependencies": { "@types/node": "*" } }, "node_modules/@types/json-schema": { - "version": "7.0.13", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.13.tgz", - "integrity": "sha512-RbSSoHliUbnXj3ny0CNFOoxrIDV6SUGyStHsvDqosw6CkdPV8TtWGlfecuK4ToyMEAql6pzNxgCFKanovUzlgQ==" + "version": "7.0.14", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.14.tgz", + "integrity": "sha512-U3PUjAudAdJBeC2pgN8uTIKgxrb4nlDF3SF0++EldXQvQBGkpFZMSnwQiIoDU77tv45VgNkl/L4ouD+rEomujw==" }, "node_modules/@types/json5": { "version": "0.0.29", "license": "MIT" }, "node_modules/@types/klaw": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@types/klaw/-/klaw-3.0.4.tgz", - "integrity": "sha512-0M5F/WMU9yu2MyRued1VTQvUSwZ3siqYsX6MU7JF7VXRF5RzL0FXWFUrmdrWuGDWmuN6W+SyLhhg1Wp/sXkjtg==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/@types/klaw/-/klaw-3.0.5.tgz", + "integrity": "sha512-sX8M64GwQbEhPA4GrOUYEl/0Cc9oz5Effoaj43B4o3bsVwskxEipparp8tI1E6lhs2s1R1u/0KeNvf/9OR1cAA==", "dependencies": { "@types/node": "*" } }, "node_modules/@types/lockfile": { - "version": "1.0.2", - "license": "MIT" + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@types/lockfile/-/lockfile-1.0.3.tgz", + "integrity": "sha512-p0ZFzoiL0B9MbNaanUV4u86E9k9PaZdhahiKfsOqj30v/vtNz2NyZFp/VJpVp6E7Iy5a9lXozZmnjm7FbtoKnw==" }, "node_modules/@types/lodash": { - "version": "4.14.199", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.199.tgz", - "integrity": "sha512-Vrjz5N5Ia4SEzWWgIVwnHNEnb1UE1XMkvY5DGXrAeOGE9imk0hgTHh5GyDjLDJi9OTCn9oo9dXH1uToK1VRfrg==" + "version": "4.14.200", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.200.tgz", + "integrity": "sha512-YI/M/4HRImtNf3pJgbF+W6FrXovqj+T+/HpENLTooK9PnkacBsDpeP3IpHab40CClUfhNmdM2WTNP2sa2dni5Q==" }, "node_modules/@types/method-override": { - "version": "0.0.33", - "resolved": "https://registry.npmjs.org/@types/method-override/-/method-override-0.0.33.tgz", - "integrity": "sha512-H6hK7AZdUOCmboTTUlhfDG3uT0XDljjrk3vIb+GJ3ylkogXu5s/NncGB85r3rtCz6sxZBWF62dlf7I04sIQA5A==", + "version": "0.0.34", + "resolved": "https://registry.npmjs.org/@types/method-override/-/method-override-0.0.34.tgz", + "integrity": "sha512-3Ga3AZNaHASSMIWM1MxwJL47x6pB/U5ARYNgMnTNYvLDO9p5ZkgTn+Oe1AKiVxat457QN99OXh/zI+BfnrbNxA==", "dependencies": { "@types/express": "*" } @@ -3537,40 +3541,45 @@ "license": "MIT" }, "node_modules/@types/mocha": { - "version": "10.0.2", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.2.tgz", - "integrity": "sha512-NaHL0+0lLNhX6d9rs+NSt97WH/gIlRHmszXbQ/8/MV/eVcFNdeJ/GYhrFuUc8K7WuPhRhTSdMkCp8VMzhUq85w==", + "version": "10.0.3", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.3.tgz", + "integrity": "sha512-RsOPImTriV/OE4A9qKjMtk2MnXiuLLbcO3nCXK+kvq4nr0iMfFgpjaX3MPLb6f7+EL1FGSelYvuJMV6REH+ZPQ==", "dev": true }, "node_modules/@types/mv": { - "version": "2.1.2", - "license": "MIT" + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/@types/mv/-/mv-2.1.3.tgz", + "integrity": "sha512-RQ5XrCe7RWGw3K5bsUpeURtqkhP0/hA/hmUz38Uc2J9nRirkJNmcSumHSK7SNbGw62vuIs3x0sy4hGwoXFdLXQ==" }, "node_modules/@types/ncp": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/@types/ncp/-/ncp-2.0.6.tgz", - "integrity": "sha512-A5CcYVkrcbRD+5ghRzn+LjEYUNT+YpjcPfnpYte6fBNfq3rXJRYA03cATV0XfVbSnOZa2Yp5sXYI1fIkjAF/UA==", + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@types/ncp/-/ncp-2.0.7.tgz", + "integrity": "sha512-Ns28Jr+Me6DeWolxrh6VtjLKWjUxwpnc9/8RLCzvsFvod28bwsI1DOuXrNYs8YExDW7acc/JnZ/vnGe1FUS5Kw==", "dependencies": { "@types/node": "*" } }, "node_modules/@types/node": { - "version": "18.18.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.5.tgz", - "integrity": "sha512-4slmbtwV59ZxitY4ixUZdy1uRLf9eSIvBWPQxNjhHYWEtn0FryfKpyS2cvADYXTayWdKEIsJengncrVvkI4I6A==" + "version": "18.18.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.6.tgz", + "integrity": "sha512-wf3Vz+jCmOQ2HV1YUJuCWdL64adYxumkrxtc+H1VUQlnQI04+5HtH+qZCOE21lBE7gIrt+CwX2Wv8Acrw5Ak6w==" }, "node_modules/@types/normalize-package-data": { "version": "2.4.1", "license": "MIT" }, "node_modules/@types/npmlog": { - "version": "4.1.4", - "license": "MIT" + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/@types/npmlog/-/npmlog-4.1.5.tgz", + "integrity": "sha512-Fl3TEbwPoR7V1z6CMJ18whXOUkOYqF5eCkGKTir2VuevdLYUmcwj9mQdvXzuY0oagZBbsy0J7df41jn+ZcwGRA==", + "dependencies": { + "@types/node": "*" + } }, "node_modules/@types/pluralize": { - "version": "0.0.31", - "resolved": "https://registry.npmjs.org/@types/pluralize/-/pluralize-0.0.31.tgz", - "integrity": "sha512-MQh69PPwFlYAL2qz/Mw5Zc34VTdt7pTck0Xbb6pbPSzdt5oaLB87iyJJxEMS5Dco/s7lXHunEezAvQurZZdrsQ==" + "version": "0.0.32", + "resolved": "https://registry.npmjs.org/@types/pluralize/-/pluralize-0.0.32.tgz", + "integrity": "sha512-exDkoRIkWJlbRDRmtYDbI3ZUE28HwBwHe5VKn4mvpvMW7qIRDHO6URItErBsBSX7J8/PrDLSOHCcbUMFXwA6CA==" }, "node_modules/@types/prettier": { "version": "2.7.1", @@ -3593,14 +3602,14 @@ } }, "node_modules/@types/semver": { - "version": "7.5.3", - "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.3.tgz", - "integrity": "sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw==" + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-MMzuxN3GdFwskAnb6fz0orFvhfqi752yjaXylr0Rp4oDg5H0Zn1IuyRhDVvYOwAXoJirx2xuS16I3WjxnAIHiQ==" }, "node_modules/@types/serve-favicon": { - "version": "2.5.5", - "resolved": "https://registry.npmjs.org/@types/serve-favicon/-/serve-favicon-2.5.5.tgz", - "integrity": "sha512-E/P1MhsGcalASnOVUPr9QQ4BIXyqQoGtLscG4fcMcEpZ7Z7tl6S4uSJnBJzWj7bj6rRZLIFOv0dR1YcepLNFFA==", + "version": "2.5.6", + "resolved": "https://registry.npmjs.org/@types/serve-favicon/-/serve-favicon-2.5.6.tgz", + "integrity": "sha512-Qm/Fct+DtjepE85kOAvPtI/OkB8gPZkBuVhKSv3Xpmy3J7zboVdUspGZOZJVVDa/U7ypaCt2cF3Xm5A9gqUvmg==", "dependencies": { "@types/express": "*" } @@ -3614,23 +3623,23 @@ } }, "node_modules/@types/shell-quote": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/@types/shell-quote/-/shell-quote-1.7.2.tgz", - "integrity": "sha512-p3SZxGp6LXB6RPdMpJmquKjaxQlN/ijyBLTKGPg9IJK6J2g2sJsMmtXP9kNR+Axxi6MDKN2e/76HCOUmvkIpcw==" + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/@types/shell-quote/-/shell-quote-1.7.3.tgz", + "integrity": "sha512-CeYcQaOnluyKPHJTuJmaH9RDJEQSVxGMVf2EZab3chpA8sI65FB19t0x3JlS37NbxL+TUottk9pMypMJQcfhIw==" }, "node_modules/@types/sinon": { - "version": "10.0.19", - "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.19.tgz", - "integrity": "sha512-MWZNGPSchIdDfb5FL+VFi4zHsHbNOTQEgjqFQk7HazXSXwUU9PAX3z9XBqb3AJGYr9YwrtCtaSMsT3brYsN/jQ==", + "version": "10.0.20", + "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.20.tgz", + "integrity": "sha512-2APKKruFNCAZgx3daAyACGzWuJ028VVCUDk6o2rw/Z4PXT0ogwdV4KUegW0MwVs0Zu59auPXbbuBJHF12Sx1Eg==", "dev": true, "dependencies": { "@types/sinonjs__fake-timers": "*" } }, "node_modules/@types/sinon-chai": { - "version": "3.2.10", - "resolved": "https://registry.npmjs.org/@types/sinon-chai/-/sinon-chai-3.2.10.tgz", - "integrity": "sha512-D+VFqUjMqeku/FGl4Ioo+fDeWOaIfbZ6Oj+glgFUgz5m5RJ4kgCER3FdV1uvhmEt0A+FRz+juPdybFlg5Hxfow==", + "version": "3.2.11", + "resolved": "https://registry.npmjs.org/@types/sinon-chai/-/sinon-chai-3.2.11.tgz", + "integrity": "sha512-1C5SBFzwn9hjiMr1xfqbULcSI9qXVpkGZT/LYbbd3jWiTo2MSvA+iFfwODlSoAXGeCgBw6S509dxy8zSIacr3Q==", "dev": true, "dependencies": { "@types/chai": "*", @@ -3643,9 +3652,9 @@ "license": "MIT" }, "node_modules/@types/source-map-support": { - "version": "0.5.8", - "resolved": "https://registry.npmjs.org/@types/source-map-support/-/source-map-support-0.5.8.tgz", - "integrity": "sha512-u5nwLcaENciDwebPwwZb2AM1LvdlgFQfqCKxWQxcgNsQhUQciGuUnJ2LjGFAkInY2APXQzIypiUSa9zB6Epddg==", + "version": "0.5.9", + "resolved": "https://registry.npmjs.org/@types/source-map-support/-/source-map-support-0.5.9.tgz", + "integrity": "sha512-91Jf4LyPAObBTFbpW3bSDK1ncdwXohvlBmzffSj7/44SY+1mD/HhesdfspCMxPIJwllgN2G4eVFatGs4Zw/lnw==", "dev": true, "dependencies": { "source-map": "^0.6.0" @@ -3657,15 +3666,17 @@ "license": "MIT" }, "node_modules/@types/stoppable": { - "version": "1.1.1", - "license": "MIT", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@types/stoppable/-/stoppable-1.1.2.tgz", + "integrity": "sha512-zRBGFTIdkCAdM4VDeFvka5NbD6JVfz7yEYzggKrXQ03ZplrZp5vqQPWHTw0wk81wer61dwi44Tp6FDDXoPBW5A==", "dependencies": { "@types/node": "*" } }, "node_modules/@types/supports-color": { - "version": "8.1.1", - "license": "MIT" + "version": "8.1.2", + "resolved": "https://registry.npmjs.org/@types/supports-color/-/supports-color-8.1.2.tgz", + "integrity": "sha512-nhs1D8NjNueBqRBhBTsc81g90g7VBD4wnMTMy9oP+QIldHuJkE655QTL2D1jkj3LyCd+Q5Y69oOpfxN1l0eCMA==" }, "node_modules/@types/teen_process": { "version": "2.0.1", @@ -3676,9 +3687,9 @@ } }, "node_modules/@types/uuid": { - "version": "9.0.5", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.5.tgz", - "integrity": "sha512-xfHdwa1FMJ082prjSJpoEI57GZITiQz10r3vEJCHa2khEFQjKy91aWKz6+zybzssCvXUwE1LQWgWVwZ4nYUvHQ==" + "version": "9.0.6", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.6.tgz", + "integrity": "sha512-BT2Krtx4xaO6iwzwMFUYvWBWkV2pr37zD68Vmp1CDV196MzczBRxuEpD6Pr395HAgebC/co7hOphs53r8V7jew==" }, "node_modules/@types/which": { "version": "2.0.2", @@ -3690,22 +3701,22 @@ "license": "MIT" }, "node_modules/@types/ws": { - "version": "8.5.7", - "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.7.tgz", - "integrity": "sha512-6UrLjiDUvn40CMrAubXuIVtj2PEfKDffJS7ychvnPU44j+KVeXmdHHTgqcM/dxLUTHxlXHiFM8Skmb8ozGdTnQ==", + "version": "8.5.8", + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.8.tgz", + "integrity": "sha512-flUksGIQCnJd6sZ1l5dqCEG/ksaoAg/eUwiLAGTJQcfgvZJKF++Ta4bJA6A5aPSJmsr+xlseHn4KLgVlNnvPTg==", "dependencies": { "@types/node": "*" } }, "node_modules/@types/xmldom": { - "version": "0.1.32", - "resolved": "https://registry.npmjs.org/@types/xmldom/-/xmldom-0.1.32.tgz", - "integrity": "sha512-zPO1iqnODar0cIXhuCc0QyGP+t2IG9dr//VkxDtYKZJSikgN7bdLyMdnUNWRtCKeHkgc9KkbgsdccVbrCHCn2g==" + "version": "0.1.33", + "resolved": "https://registry.npmjs.org/@types/xmldom/-/xmldom-0.1.33.tgz", + "integrity": "sha512-4PH3jqYT1EK0t+bDCZl7wW2A2yM25RapZqJ8/IaFcgr0y+aOiL4QKSrEIBItBzAKlF7nG8b6FPBMi/vTzIURjw==" }, "node_modules/@types/yargs": { - "version": "17.0.28", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.28.tgz", - "integrity": "sha512-N3e3fkS86hNhtk6BEnc0rj3zcehaxx8QWhCROJkqpl5Zaoi7nAic3jH8q94jVD3zu5LGk+PUB6KAiDmimYOEQw==", + "version": "17.0.29", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.29.tgz", + "integrity": "sha512-nacjqA3ee9zRF/++a3FUY1suHTFKZeHba2n8WeDw9cCVdmzmHpIxyzOJBcpHvvEmS8E9KqWlSnWHUkOrkhWcvA==", "dev": true, "dependencies": { "@types/yargs-parser": "*" @@ -13917,6 +13928,12 @@ "npm": ">=7" } }, + "node_modules/midnight-smoker/node_modules/@types/semver": { + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.3.tgz", + "integrity": "sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw==", + "dev": true + }, "node_modules/midnight-smoker/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", @@ -22867,10 +22884,10 @@ "@appium/support": "^4.1.7", "@appium/types": "^0.14.0", "@sidvind/better-ajv-errors": "2.1.0", - "@types/argparse": "2.0.11", - "@types/bluebird": "3.5.40", - "@types/fancy-log": "2.0.0", - "@types/semver": "7.5.3", + "@types/argparse": "2.0.12", + "@types/bluebird": "3.5.41", + "@types/fancy-log": "2.0.1", + "@types/semver": "7.5.4", "@types/teen_process": "2.0.1", "@types/wrap-ansi": "3.0.0", "ajv": "8.12.0", @@ -23024,12 +23041,12 @@ "@appium/support": "^4.1.7", "@appium/types": "^0.14.0", "@colors/colors": "1.6.0", - "@types/async-lock": "1.4.0", - "@types/bluebird": "3.5.40", - "@types/express": "4.17.19", - "@types/lodash": "4.14.199", - "@types/method-override": "0.0.33", - "@types/serve-favicon": "2.5.5", + "@types/async-lock": "1.4.1", + "@types/bluebird": "3.5.41", + "@types/express": "4.17.20", + "@types/lodash": "4.14.200", + "@types/method-override": "0.0.34", + "@types/serve-favicon": "2.5.6", "async-lock": "1.4.0", "asyncbox": "2.9.4", "axios": "1.5.1", @@ -23098,7 +23115,7 @@ "dependencies": { "@appium/support": "^4.1.7", "@colors/colors": "1.6.0", - "@types/bluebird": "3.5.40", + "@types/bluebird": "3.5.41", "@types/teen_process": "2.0.1", "appium-adb": "10.0.0", "bluebird": "3.7.2", @@ -23246,8 +23263,8 @@ "license": "Apache-2.0", "dependencies": { "@appium/types": "^0.14.0", - "@types/lodash": "4.14.199", - "@types/stoppable": "1.1.1", + "@types/lodash": "4.14.200", + "@types/stoppable": "1.1.2", "axios": "1.5.1", "bluebird": "3.7.2", "chai": "4.3.10", @@ -23317,7 +23334,7 @@ "version": "3.0.18", "license": "Apache-2.0", "dependencies": { - "@types/bluebird": "3.5.40", + "@types/bluebird": "3.5.41", "bluebird": "3.7.2", "lodash": "4.17.21", "source-map-support": "0.5.21", @@ -23337,7 +23354,7 @@ "version": "5.2.9", "license": "Apache-2.0", "dependencies": { - "@types/bluebird": "3.5.40", + "@types/bluebird": "3.5.41", "@xmldom/xmldom": "0.8.10", "asyncbox": "2.9.4", "bluebird": "3.7.2", @@ -23363,7 +23380,7 @@ "dependencies": { "@appium/base-plugin": "^2.2.21", "@appium/support": "^4.1.7", - "@types/bluebird": "3.5.40", + "@types/bluebird": "3.5.41", "bluebird": "3.7.2", "lodash": "4.17.21", "source-map-support": "0.5.21" @@ -23408,7 +23425,7 @@ "version": "2.1.4", "license": "Apache-2.0", "dependencies": { - "@types/bluebird": "3.5.40", + "@types/bluebird": "3.5.41", "bluebird": "3.7.2", "lodash": "4.17.21", "opencv-bindings": "4.5.5", @@ -23461,7 +23478,7 @@ "version": "0.4.0", "license": "Apache-2.0", "dependencies": { - "@types/json-schema": "7.0.13", + "@types/json-schema": "7.0.14", "json-schema": "0.4.0", "source-map-support": "0.5.21" }, @@ -23491,21 +23508,21 @@ "@appium/tsconfig": "^0.3.2", "@appium/types": "^0.14.0", "@colors/colors": "1.6.0", - "@types/archiver": "5.3.3", - "@types/base64-stream": "1.0.3", - "@types/find-root": "1.1.2", - "@types/jsftp": "2.1.3", - "@types/klaw": "3.0.4", - "@types/lockfile": "1.0.2", - "@types/mv": "2.1.2", - "@types/ncp": "2.0.6", - "@types/npmlog": "4.1.4", - "@types/pluralize": "0.0.31", - "@types/semver": "7.5.3", - "@types/shell-quote": "1.7.2", - "@types/supports-color": "8.1.1", + "@types/archiver": "5.3.4", + "@types/base64-stream": "1.0.4", + "@types/find-root": "1.1.3", + "@types/jsftp": "2.1.4", + "@types/klaw": "3.0.5", + "@types/lockfile": "1.0.3", + "@types/mv": "2.1.3", + "@types/ncp": "2.0.7", + "@types/npmlog": "4.1.5", + "@types/pluralize": "0.0.32", + "@types/semver": "7.5.4", + "@types/shell-quote": "1.7.3", + "@types/supports-color": "8.1.2", "@types/teen_process": "2.0.1", - "@types/uuid": "9.0.5", + "@types/uuid": "9.0.6", "@types/which": "3.0.0", "archiver": "6.0.1", "axios": "1.5.1", @@ -23795,9 +23812,9 @@ "dependencies": { "@appium/schema": "^0.4.0", "@appium/tsconfig": "^0.3.2", - "@types/express": "4.17.19", - "@types/npmlog": "4.1.4", - "@types/ws": "8.5.7", + "@types/express": "4.17.20", + "@types/npmlog": "4.1.5", + "@types/ws": "8.5.8", "type-fest": "3.13.1" }, "engines": { @@ -23810,7 +23827,7 @@ "version": "1.0.13", "license": "Apache-2.0", "dependencies": { - "@types/xmldom": "0.1.32", + "@types/xmldom": "0.1.33", "@xmldom/xmldom": "0.8.10", "fast-xml-parser": "4.3.2", "lodash": "4.17.21", @@ -23846,12 +23863,12 @@ "@appium/support": "^4.1.7", "@appium/types": "^0.14.0", "@colors/colors": "1.6.0", - "@types/async-lock": "1.4.0", - "@types/bluebird": "3.5.40", - "@types/express": "4.17.19", - "@types/lodash": "4.14.199", - "@types/method-override": "0.0.33", - "@types/serve-favicon": "2.5.5", + "@types/async-lock": "1.4.1", + "@types/bluebird": "3.5.41", + "@types/express": "4.17.20", + "@types/lodash": "4.14.200", + "@types/method-override": "0.0.34", + "@types/serve-favicon": "2.5.6", "async-lock": "1.4.0", "asyncbox": "2.9.4", "axios": "1.5.1", @@ -23904,7 +23921,7 @@ "requires": { "@appium/support": "^4.1.7", "@colors/colors": "1.6.0", - "@types/bluebird": "3.5.40", + "@types/bluebird": "3.5.41", "@types/teen_process": "2.0.1", "appium-adb": "10.0.0", "bluebird": "3.7.2", @@ -23998,8 +24015,8 @@ "version": "file:packages/driver-test-support", "requires": { "@appium/types": "^0.14.0", - "@types/lodash": "4.14.199", - "@types/stoppable": "1.1.1", + "@types/lodash": "4.14.200", + "@types/stoppable": "1.1.2", "axios": "1.5.1", "bluebird": "3.7.2", "chai": "4.3.10", @@ -24032,7 +24049,7 @@ "@appium/execute-driver-plugin": { "version": "file:packages/execute-driver-plugin", "requires": { - "@types/bluebird": "3.5.40", + "@types/bluebird": "3.5.41", "bluebird": "3.7.2", "lodash": "4.17.21", "source-map-support": "0.5.21", @@ -24043,7 +24060,7 @@ "@appium/fake-driver": { "version": "file:packages/fake-driver", "requires": { - "@types/bluebird": "3.5.40", + "@types/bluebird": "3.5.41", "@xmldom/xmldom": "0.8.10", "asyncbox": "2.9.4", "bluebird": "3.7.2", @@ -24057,7 +24074,7 @@ "requires": { "@appium/base-plugin": "^2.2.21", "@appium/support": "^4.1.7", - "@types/bluebird": "3.5.40", + "@types/bluebird": "3.5.41", "bluebird": "3.7.2", "lodash": "4.17.21", "source-map-support": "0.5.21" @@ -24083,7 +24100,7 @@ "@appium/opencv": { "version": "file:packages/opencv", "requires": { - "@types/bluebird": "3.5.40", + "@types/bluebird": "3.5.41", "bluebird": "3.7.2", "lodash": "4.17.21", "opencv-bindings": "4.5.5", @@ -24111,7 +24128,7 @@ "@appium/schema": { "version": "file:packages/schema", "requires": { - "@types/json-schema": "7.0.13", + "@types/json-schema": "7.0.14", "json-schema": "0.4.0", "source-map-support": "0.5.21" } @@ -24129,21 +24146,21 @@ "@appium/tsconfig": "^0.3.2", "@appium/types": "^0.14.0", "@colors/colors": "1.6.0", - "@types/archiver": "5.3.3", - "@types/base64-stream": "1.0.3", - "@types/find-root": "1.1.2", - "@types/jsftp": "2.1.3", - "@types/klaw": "3.0.4", - "@types/lockfile": "1.0.2", - "@types/mv": "2.1.2", - "@types/ncp": "2.0.6", - "@types/npmlog": "4.1.4", - "@types/pluralize": "0.0.31", - "@types/semver": "7.5.3", - "@types/shell-quote": "1.7.2", - "@types/supports-color": "8.1.1", + "@types/archiver": "5.3.4", + "@types/base64-stream": "1.0.4", + "@types/find-root": "1.1.3", + "@types/jsftp": "2.1.4", + "@types/klaw": "3.0.5", + "@types/lockfile": "1.0.3", + "@types/mv": "2.1.3", + "@types/ncp": "2.0.7", + "@types/npmlog": "4.1.5", + "@types/pluralize": "0.0.32", + "@types/semver": "7.5.4", + "@types/shell-quote": "1.7.3", + "@types/supports-color": "8.1.2", "@types/teen_process": "2.0.1", - "@types/uuid": "9.0.5", + "@types/uuid": "9.0.6", "@types/which": "3.0.0", "archiver": "6.0.1", "axios": "1.5.1", @@ -24331,16 +24348,16 @@ "requires": { "@appium/schema": "^0.4.0", "@appium/tsconfig": "^0.3.2", - "@types/express": "4.17.19", - "@types/npmlog": "4.1.4", - "@types/ws": "8.5.7", + "@types/express": "4.17.20", + "@types/npmlog": "4.1.5", + "@types/ws": "8.5.8", "type-fest": "3.13.1" } }, "@appium/universal-xml-plugin": { "version": "file:packages/universal-xml-plugin", "requires": { - "@types/xmldom": "0.1.32", + "@types/xmldom": "0.1.33", "@xmldom/xmldom": "0.8.10", "fast-xml-parser": "4.3.2", "lodash": "4.17.21", @@ -26513,20 +26530,22 @@ } }, "@types/archiver": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/@types/archiver/-/archiver-5.3.3.tgz", - "integrity": "sha512-0ABdVcXL6jOwNGY+hjWPqrxUvKelBEwNLcuv/SV2vZ4YCH8w9NttFCt+/QqI5zgMX+iX/XqVy89/r7EmLJmMpQ==", + "version": "5.3.4", + "resolved": "https://registry.npmjs.org/@types/archiver/-/archiver-5.3.4.tgz", + "integrity": "sha512-Lj7fLBIMwYFgViVVZHEdExZC3lVYsl+QL0VmdNdIzGZH544jHveYWij6qdnBgJQDnR7pMKliN9z2cPZFEbhyPw==", "requires": { "@types/readdir-glob": "*" } }, "@types/argparse": { - "version": "2.0.11", - "resolved": "https://registry.npmjs.org/@types/argparse/-/argparse-2.0.11.tgz", - "integrity": "sha512-OpC8Kh8eMFAWgZaJ8UkqZi+CemEDcn20f5OehrRZ/ek0zvMk0Tzazk5tNj7MghH/LSP3bxwAbC05Slyfv/zC0w==" + "version": "2.0.12", + "resolved": "https://registry.npmjs.org/@types/argparse/-/argparse-2.0.12.tgz", + "integrity": "sha512-Qt/6lHaSI+idkJKKTixUTm6q1yjm7EE6ZpsKLkJIHQl7NLAX7lMZRFGAEU8kxaWur3N6L2UE7/U7QR46Isi3vg==" }, "@types/async-lock": { - "version": "1.4.0" + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/@types/async-lock/-/async-lock-1.4.1.tgz", + "integrity": "sha512-tpYc9kp2I8eI6qcDWtD2023jIlJYz6030qR1S5WhRbTK/JJcYdJ8fb2dRKPRgqioxcPZfTPmzl/PemHIPCrA9g==" }, "@types/babel__traverse": { "version": "7.18.3", @@ -26536,17 +26555,17 @@ } }, "@types/base64-stream": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@types/base64-stream/-/base64-stream-1.0.3.tgz", - "integrity": "sha512-cbLPBuRLRq7l2+syfKT3byML5C/UNK/6hkcDDMxwttE+NtpXvQxhgXj0PNbcLCwUCmfEWMm3eRBpDmpieLegDQ==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@types/base64-stream/-/base64-stream-1.0.4.tgz", + "integrity": "sha512-uIbi6oqvsS9Rw4qtPh1NFHFNL3KnpyScxU/63GEIP4PonSuejuxkccKPPX4KAAVYl2pwMH6BNQKg1XLfxagfJQ==", "requires": { "@types/node": "*" } }, "@types/bluebird": { - "version": "3.5.40", - "resolved": "https://registry.npmjs.org/@types/bluebird/-/bluebird-3.5.40.tgz", - "integrity": "sha512-4dEtF/qcby/FdT6iChii+jFXzVVX0+5HYiDqHKBtHQ3ZV58x5uVJJYRG0N4QllIaj5a2+UDdf/nupae+/M6mdw==" + "version": "3.5.41", + "resolved": "https://registry.npmjs.org/@types/bluebird/-/bluebird-3.5.41.tgz", + "integrity": "sha512-/OT2UoYPu2fqGNS85UYUx0Ke8Zd/vM0/Au0JqLInTprkRO0NexYe7qAUkDsjhsO3BKHI14wX/UhN5SUaoFVDUQ==" }, "@types/body-parser": { "version": "1.19.2", @@ -26556,15 +26575,15 @@ } }, "@types/chai": { - "version": "4.3.8", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.8.tgz", - "integrity": "sha512-yW/qTM4mRBBcsA9Xw9FbcImYtFPY7sgr+G/O5RDYVmxiy9a+pE5FyoFUi8JYCZY5nicj8atrr1pcfPiYpeNGOA==", + "version": "4.3.9", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.9.tgz", + "integrity": "sha512-69TtiDzu0bcmKQv3yg1Zx409/Kd7r0b5F1PfpYJfSHzLGtB53547V4u+9iqKYsTu/O2ai6KTb0TInNpvuQ3qmg==", "dev": true }, "@types/chai-as-promised": { - "version": "7.1.6", - "resolved": "https://registry.npmjs.org/@types/chai-as-promised/-/chai-as-promised-7.1.6.tgz", - "integrity": "sha512-cQLhk8fFarRVZAXUQV1xEnZgMoPxqKojBvRkqPCKPQCzEhpbbSKl1Uu75kDng7k5Ln6LQLUmNBjLlFthCgm1NA==", + "version": "7.1.7", + "resolved": "https://registry.npmjs.org/@types/chai-as-promised/-/chai-as-promised-7.1.7.tgz", + "integrity": "sha512-APucaP5rlmTRYKtRA6FE5QPP87x76ejw5t5guRJ4y5OgMnwtsvigw7HHhKZlx2MGXLeZd6R/GNZR/IqDHcbtQw==", "dev": true, "requires": { "@types/chai": "*" @@ -26577,9 +26596,9 @@ } }, "@types/diff": { - "version": "5.0.6", - "resolved": "https://registry.npmjs.org/@types/diff/-/diff-5.0.6.tgz", - "integrity": "sha512-OxYeXtiT2eAkK5Js6V6wY+Jb9uKdeSQIXxEZcRBqrE/VBJPMnrmsArARjGjiIulpu13vnpvGf+LLTNyZaJNPuw==", + "version": "5.0.7", + "resolved": "https://registry.npmjs.org/@types/diff/-/diff-5.0.7.tgz", + "integrity": "sha512-adBosR2GntaQQiuHnfRN9HtxYpoHHJBcdyz7VSXhjpSAmtvIfu/S1fjTqwuIx/Ypba6LCZdfWIqPYx2BR5TneQ==", "dev": true }, "@types/eslint": { @@ -26595,9 +26614,9 @@ "dev": true }, "@types/express": { - "version": "4.17.19", - "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.19.tgz", - "integrity": "sha512-UtOfBtzN9OvpZPPbnnYunfjM7XCI4jyk1NvnFhTVz5krYAnW4o5DCoIekvms+8ApqhB4+9wSge1kBijdfTSmfg==", + "version": "4.17.20", + "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.20.tgz", + "integrity": "sha512-rOaqlkgEvOW495xErXMsmyX3WKBInbhG5eqojXYi3cGUaLoRDlXa5d52fkfWZT963AZ3v2eZ4MbKE6WpDAGVsw==", "requires": { "@types/body-parser": "*", "@types/express-serve-static-core": "^4.17.33", @@ -26614,10 +26633,14 @@ } }, "@types/fancy-log": { - "version": "2.0.0" + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@types/fancy-log/-/fancy-log-2.0.1.tgz", + "integrity": "sha512-XUkwOVjG0StZTzw32vHfTGSXmE02/mMfM1Zqouwq2h8rrV/TwLb5TTvePaXO1YqY5yi7u90GsvoRLMqXInaK9Q==" }, "@types/find-root": { - "version": "1.1.2" + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@types/find-root/-/find-root-1.1.3.tgz", + "integrity": "sha512-dRJIphFmChb6NoCntSYgC2eCdXcdIXm9/qqV0Mtp8HcyINWK7YZkaLlJQO9TB2rDTo/y35veiCy68IxNV05VMg==" }, "@types/graceful-fs": { "version": "4.1.6", @@ -26650,41 +26673,43 @@ } }, "@types/jsftp": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/@types/jsftp/-/jsftp-2.1.3.tgz", - "integrity": "sha512-R5rP70tkPnH+rhz0s6VuMKqMrkA7ET1AfU3FDGKNhYBgU/XTIbzsYNCgTByo60eitl0mI5OoEA9+MW/t/5iVzA==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@types/jsftp/-/jsftp-2.1.4.tgz", + "integrity": "sha512-AQ5bGKbC5xZwLuz9xPnzp811tm0c4MqThAdXVUZstkv+sz3qyM5Eg4krlqkzvf6sTU8Il5RwVTSdYqNW4oQCxw==", "requires": { "@types/node": "*" } }, "@types/json-schema": { - "version": "7.0.13", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.13.tgz", - "integrity": "sha512-RbSSoHliUbnXj3ny0CNFOoxrIDV6SUGyStHsvDqosw6CkdPV8TtWGlfecuK4ToyMEAql6pzNxgCFKanovUzlgQ==" + "version": "7.0.14", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.14.tgz", + "integrity": "sha512-U3PUjAudAdJBeC2pgN8uTIKgxrb4nlDF3SF0++EldXQvQBGkpFZMSnwQiIoDU77tv45VgNkl/L4ouD+rEomujw==" }, "@types/json5": { "version": "0.0.29" }, "@types/klaw": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@types/klaw/-/klaw-3.0.4.tgz", - "integrity": "sha512-0M5F/WMU9yu2MyRued1VTQvUSwZ3siqYsX6MU7JF7VXRF5RzL0FXWFUrmdrWuGDWmuN6W+SyLhhg1Wp/sXkjtg==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/@types/klaw/-/klaw-3.0.5.tgz", + "integrity": "sha512-sX8M64GwQbEhPA4GrOUYEl/0Cc9oz5Effoaj43B4o3bsVwskxEipparp8tI1E6lhs2s1R1u/0KeNvf/9OR1cAA==", "requires": { "@types/node": "*" } }, "@types/lockfile": { - "version": "1.0.2" + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@types/lockfile/-/lockfile-1.0.3.tgz", + "integrity": "sha512-p0ZFzoiL0B9MbNaanUV4u86E9k9PaZdhahiKfsOqj30v/vtNz2NyZFp/VJpVp6E7Iy5a9lXozZmnjm7FbtoKnw==" }, "@types/lodash": { - "version": "4.14.199", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.199.tgz", - "integrity": "sha512-Vrjz5N5Ia4SEzWWgIVwnHNEnb1UE1XMkvY5DGXrAeOGE9imk0hgTHh5GyDjLDJi9OTCn9oo9dXH1uToK1VRfrg==" + "version": "4.14.200", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.200.tgz", + "integrity": "sha512-YI/M/4HRImtNf3pJgbF+W6FrXovqj+T+/HpENLTooK9PnkacBsDpeP3IpHab40CClUfhNmdM2WTNP2sa2dni5Q==" }, "@types/method-override": { - "version": "0.0.33", - "resolved": "https://registry.npmjs.org/@types/method-override/-/method-override-0.0.33.tgz", - "integrity": "sha512-H6hK7AZdUOCmboTTUlhfDG3uT0XDljjrk3vIb+GJ3ylkogXu5s/NncGB85r3rtCz6sxZBWF62dlf7I04sIQA5A==", + "version": "0.0.34", + "resolved": "https://registry.npmjs.org/@types/method-override/-/method-override-0.0.34.tgz", + "integrity": "sha512-3Ga3AZNaHASSMIWM1MxwJL47x6pB/U5ARYNgMnTNYvLDO9p5ZkgTn+Oe1AKiVxat457QN99OXh/zI+BfnrbNxA==", "requires": { "@types/express": "*" } @@ -26701,37 +26726,44 @@ "dev": true }, "@types/mocha": { - "version": "10.0.2", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.2.tgz", - "integrity": "sha512-NaHL0+0lLNhX6d9rs+NSt97WH/gIlRHmszXbQ/8/MV/eVcFNdeJ/GYhrFuUc8K7WuPhRhTSdMkCp8VMzhUq85w==", + "version": "10.0.3", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.3.tgz", + "integrity": "sha512-RsOPImTriV/OE4A9qKjMtk2MnXiuLLbcO3nCXK+kvq4nr0iMfFgpjaX3MPLb6f7+EL1FGSelYvuJMV6REH+ZPQ==", "dev": true }, "@types/mv": { - "version": "2.1.2" + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/@types/mv/-/mv-2.1.3.tgz", + "integrity": "sha512-RQ5XrCe7RWGw3K5bsUpeURtqkhP0/hA/hmUz38Uc2J9nRirkJNmcSumHSK7SNbGw62vuIs3x0sy4hGwoXFdLXQ==" }, "@types/ncp": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/@types/ncp/-/ncp-2.0.6.tgz", - "integrity": "sha512-A5CcYVkrcbRD+5ghRzn+LjEYUNT+YpjcPfnpYte6fBNfq3rXJRYA03cATV0XfVbSnOZa2Yp5sXYI1fIkjAF/UA==", + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@types/ncp/-/ncp-2.0.7.tgz", + "integrity": "sha512-Ns28Jr+Me6DeWolxrh6VtjLKWjUxwpnc9/8RLCzvsFvod28bwsI1DOuXrNYs8YExDW7acc/JnZ/vnGe1FUS5Kw==", "requires": { "@types/node": "*" } }, "@types/node": { - "version": "18.18.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.5.tgz", - "integrity": "sha512-4slmbtwV59ZxitY4ixUZdy1uRLf9eSIvBWPQxNjhHYWEtn0FryfKpyS2cvADYXTayWdKEIsJengncrVvkI4I6A==" + "version": "18.18.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.6.tgz", + "integrity": "sha512-wf3Vz+jCmOQ2HV1YUJuCWdL64adYxumkrxtc+H1VUQlnQI04+5HtH+qZCOE21lBE7gIrt+CwX2Wv8Acrw5Ak6w==" }, "@types/normalize-package-data": { "version": "2.4.1" }, "@types/npmlog": { - "version": "4.1.4" + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/@types/npmlog/-/npmlog-4.1.5.tgz", + "integrity": "sha512-Fl3TEbwPoR7V1z6CMJ18whXOUkOYqF5eCkGKTir2VuevdLYUmcwj9mQdvXzuY0oagZBbsy0J7df41jn+ZcwGRA==", + "requires": { + "@types/node": "*" + } }, "@types/pluralize": { - "version": "0.0.31", - "resolved": "https://registry.npmjs.org/@types/pluralize/-/pluralize-0.0.31.tgz", - "integrity": "sha512-MQh69PPwFlYAL2qz/Mw5Zc34VTdt7pTck0Xbb6pbPSzdt5oaLB87iyJJxEMS5Dco/s7lXHunEezAvQurZZdrsQ==" + "version": "0.0.32", + "resolved": "https://registry.npmjs.org/@types/pluralize/-/pluralize-0.0.32.tgz", + "integrity": "sha512-exDkoRIkWJlbRDRmtYDbI3ZUE28HwBwHe5VKn4mvpvMW7qIRDHO6URItErBsBSX7J8/PrDLSOHCcbUMFXwA6CA==" }, "@types/prettier": { "version": "2.7.1", @@ -26750,14 +26782,14 @@ } }, "@types/semver": { - "version": "7.5.3", - "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.3.tgz", - "integrity": "sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw==" + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-MMzuxN3GdFwskAnb6fz0orFvhfqi752yjaXylr0Rp4oDg5H0Zn1IuyRhDVvYOwAXoJirx2xuS16I3WjxnAIHiQ==" }, "@types/serve-favicon": { - "version": "2.5.5", - "resolved": "https://registry.npmjs.org/@types/serve-favicon/-/serve-favicon-2.5.5.tgz", - "integrity": "sha512-E/P1MhsGcalASnOVUPr9QQ4BIXyqQoGtLscG4fcMcEpZ7Z7tl6S4uSJnBJzWj7bj6rRZLIFOv0dR1YcepLNFFA==", + "version": "2.5.6", + "resolved": "https://registry.npmjs.org/@types/serve-favicon/-/serve-favicon-2.5.6.tgz", + "integrity": "sha512-Qm/Fct+DtjepE85kOAvPtI/OkB8gPZkBuVhKSv3Xpmy3J7zboVdUspGZOZJVVDa/U7ypaCt2cF3Xm5A9gqUvmg==", "requires": { "@types/express": "*" } @@ -26770,23 +26802,23 @@ } }, "@types/shell-quote": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/@types/shell-quote/-/shell-quote-1.7.2.tgz", - "integrity": "sha512-p3SZxGp6LXB6RPdMpJmquKjaxQlN/ijyBLTKGPg9IJK6J2g2sJsMmtXP9kNR+Axxi6MDKN2e/76HCOUmvkIpcw==" + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/@types/shell-quote/-/shell-quote-1.7.3.tgz", + "integrity": "sha512-CeYcQaOnluyKPHJTuJmaH9RDJEQSVxGMVf2EZab3chpA8sI65FB19t0x3JlS37NbxL+TUottk9pMypMJQcfhIw==" }, "@types/sinon": { - "version": "10.0.19", - "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.19.tgz", - "integrity": "sha512-MWZNGPSchIdDfb5FL+VFi4zHsHbNOTQEgjqFQk7HazXSXwUU9PAX3z9XBqb3AJGYr9YwrtCtaSMsT3brYsN/jQ==", + "version": "10.0.20", + "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.20.tgz", + "integrity": "sha512-2APKKruFNCAZgx3daAyACGzWuJ028VVCUDk6o2rw/Z4PXT0ogwdV4KUegW0MwVs0Zu59auPXbbuBJHF12Sx1Eg==", "dev": true, "requires": { "@types/sinonjs__fake-timers": "*" } }, "@types/sinon-chai": { - "version": "3.2.10", - "resolved": "https://registry.npmjs.org/@types/sinon-chai/-/sinon-chai-3.2.10.tgz", - "integrity": "sha512-D+VFqUjMqeku/FGl4Ioo+fDeWOaIfbZ6Oj+glgFUgz5m5RJ4kgCER3FdV1uvhmEt0A+FRz+juPdybFlg5Hxfow==", + "version": "3.2.11", + "resolved": "https://registry.npmjs.org/@types/sinon-chai/-/sinon-chai-3.2.11.tgz", + "integrity": "sha512-1C5SBFzwn9hjiMr1xfqbULcSI9qXVpkGZT/LYbbd3jWiTo2MSvA+iFfwODlSoAXGeCgBw6S509dxy8zSIacr3Q==", "dev": true, "requires": { "@types/chai": "*", @@ -26798,9 +26830,9 @@ "dev": true }, "@types/source-map-support": { - "version": "0.5.8", - "resolved": "https://registry.npmjs.org/@types/source-map-support/-/source-map-support-0.5.8.tgz", - "integrity": "sha512-u5nwLcaENciDwebPwwZb2AM1LvdlgFQfqCKxWQxcgNsQhUQciGuUnJ2LjGFAkInY2APXQzIypiUSa9zB6Epddg==", + "version": "0.5.9", + "resolved": "https://registry.npmjs.org/@types/source-map-support/-/source-map-support-0.5.9.tgz", + "integrity": "sha512-91Jf4LyPAObBTFbpW3bSDK1ncdwXohvlBmzffSj7/44SY+1mD/HhesdfspCMxPIJwllgN2G4eVFatGs4Zw/lnw==", "dev": true, "requires": { "source-map": "^0.6.0" @@ -26811,13 +26843,17 @@ "dev": true }, "@types/stoppable": { - "version": "1.1.1", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@types/stoppable/-/stoppable-1.1.2.tgz", + "integrity": "sha512-zRBGFTIdkCAdM4VDeFvka5NbD6JVfz7yEYzggKrXQ03ZplrZp5vqQPWHTw0wk81wer61dwi44Tp6FDDXoPBW5A==", "requires": { "@types/node": "*" } }, "@types/supports-color": { - "version": "8.1.1" + "version": "8.1.2", + "resolved": "https://registry.npmjs.org/@types/supports-color/-/supports-color-8.1.2.tgz", + "integrity": "sha512-nhs1D8NjNueBqRBhBTsc81g90g7VBD4wnMTMy9oP+QIldHuJkE655QTL2D1jkj3LyCd+Q5Y69oOpfxN1l0eCMA==" }, "@types/teen_process": { "version": "2.0.1", @@ -26828,9 +26864,9 @@ } }, "@types/uuid": { - "version": "9.0.5", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.5.tgz", - "integrity": "sha512-xfHdwa1FMJ082prjSJpoEI57GZITiQz10r3vEJCHa2khEFQjKy91aWKz6+zybzssCvXUwE1LQWgWVwZ4nYUvHQ==" + "version": "9.0.6", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.6.tgz", + "integrity": "sha512-BT2Krtx4xaO6iwzwMFUYvWBWkV2pr37zD68Vmp1CDV196MzczBRxuEpD6Pr395HAgebC/co7hOphs53r8V7jew==" }, "@types/which": { "version": "2.0.2", @@ -26841,22 +26877,22 @@ "version": "3.0.0" }, "@types/ws": { - "version": "8.5.7", - "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.7.tgz", - "integrity": "sha512-6UrLjiDUvn40CMrAubXuIVtj2PEfKDffJS7ychvnPU44j+KVeXmdHHTgqcM/dxLUTHxlXHiFM8Skmb8ozGdTnQ==", + "version": "8.5.8", + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.8.tgz", + "integrity": "sha512-flUksGIQCnJd6sZ1l5dqCEG/ksaoAg/eUwiLAGTJQcfgvZJKF++Ta4bJA6A5aPSJmsr+xlseHn4KLgVlNnvPTg==", "requires": { "@types/node": "*" } }, "@types/xmldom": { - "version": "0.1.32", - "resolved": "https://registry.npmjs.org/@types/xmldom/-/xmldom-0.1.32.tgz", - "integrity": "sha512-zPO1iqnODar0cIXhuCc0QyGP+t2IG9dr//VkxDtYKZJSikgN7bdLyMdnUNWRtCKeHkgc9KkbgsdccVbrCHCn2g==" + "version": "0.1.33", + "resolved": "https://registry.npmjs.org/@types/xmldom/-/xmldom-0.1.33.tgz", + "integrity": "sha512-4PH3jqYT1EK0t+bDCZl7wW2A2yM25RapZqJ8/IaFcgr0y+aOiL4QKSrEIBItBzAKlF7nG8b6FPBMi/vTzIURjw==" }, "@types/yargs": { - "version": "17.0.28", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.28.tgz", - "integrity": "sha512-N3e3fkS86hNhtk6BEnc0rj3zcehaxx8QWhCROJkqpl5Zaoi7nAic3jH8q94jVD3zu5LGk+PUB6KAiDmimYOEQw==", + "version": "17.0.29", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.29.tgz", + "integrity": "sha512-nacjqA3ee9zRF/++a3FUY1suHTFKZeHba2n8WeDw9cCVdmzmHpIxyzOJBcpHvvEmS8E9KqWlSnWHUkOrkhWcvA==", "dev": true, "requires": { "@types/yargs-parser": "*" @@ -27570,10 +27606,10 @@ "@appium/support": "^4.1.7", "@appium/types": "^0.14.0", "@sidvind/better-ajv-errors": "2.1.0", - "@types/argparse": "2.0.11", - "@types/bluebird": "3.5.40", - "@types/fancy-log": "2.0.0", - "@types/semver": "7.5.3", + "@types/argparse": "2.0.12", + "@types/bluebird": "3.5.41", + "@types/fancy-log": "2.0.1", + "@types/semver": "7.5.4", "@types/teen_process": "2.0.1", "@types/wrap-ansi": "3.0.0", "ajv": "8.12.0", @@ -33949,6 +33985,12 @@ "zod-validation-error": "1.5.0" }, "dependencies": { + "@types/semver": { + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.3.tgz", + "integrity": "sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw==", + "dev": true + }, "ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", diff --git a/package.json b/package.json index 46dcba947..59c8a40b2 100644 --- a/package.json +++ b/package.json @@ -88,18 +88,18 @@ "@commitlint/cli": "17.8.0", "@commitlint/config-conventional": "17.8.0", "@tsconfig/node14": "14.1.0", - "@types/chai": "4.3.8", - "@types/chai-as-promised": "7.1.6", - "@types/diff": "5.0.6", - "@types/mocha": "10.0.2", - "@types/node": "18.18.5", - "@types/semver": "7.5.3", - "@types/sinon": "10.0.19", - "@types/sinon-chai": "3.2.10", - "@types/source-map-support": "0.5.8", + "@types/chai": "4.3.9", + "@types/chai-as-promised": "7.1.7", + "@types/diff": "5.0.7", + "@types/mocha": "10.0.3", + "@types/node": "18.18.6", + "@types/semver": "7.5.4", + "@types/sinon": "10.0.20", + "@types/sinon-chai": "3.2.11", + "@types/source-map-support": "0.5.9", "@types/teen_process": "2.0.1", - "@types/ws": "8.5.7", - "@types/yargs": "17.0.28", + "@types/ws": "8.5.8", + "@types/yargs": "17.0.29", "@typescript-eslint/eslint-plugin": "6.8.0", "@typescript-eslint/parser": "6.8.0", "asyncbox": "2.9.4", diff --git a/packages/appium/package.json b/packages/appium/package.json index e3e6e597b..dc2b04767 100644 --- a/packages/appium/package.json +++ b/packages/appium/package.json @@ -67,10 +67,10 @@ "@appium/support": "^4.1.7", "@appium/types": "^0.14.0", "@sidvind/better-ajv-errors": "2.1.0", - "@types/argparse": "2.0.11", - "@types/bluebird": "3.5.40", - "@types/fancy-log": "2.0.0", - "@types/semver": "7.5.3", + "@types/argparse": "2.0.12", + "@types/bluebird": "3.5.41", + "@types/fancy-log": "2.0.1", + "@types/semver": "7.5.4", "@types/teen_process": "2.0.1", "@types/wrap-ansi": "3.0.0", "ajv": "8.12.0", diff --git a/packages/base-driver/package.json b/packages/base-driver/package.json index 62d1249f6..928f7a2c2 100644 --- a/packages/base-driver/package.json +++ b/packages/base-driver/package.json @@ -47,12 +47,12 @@ "@appium/support": "^4.1.7", "@appium/types": "^0.14.0", "@colors/colors": "1.6.0", - "@types/async-lock": "1.4.0", - "@types/bluebird": "3.5.40", - "@types/express": "4.17.19", - "@types/lodash": "4.14.199", - "@types/method-override": "0.0.33", - "@types/serve-favicon": "2.5.5", + "@types/async-lock": "1.4.1", + "@types/bluebird": "3.5.41", + "@types/express": "4.17.20", + "@types/lodash": "4.14.200", + "@types/method-override": "0.0.34", + "@types/serve-favicon": "2.5.6", "async-lock": "1.4.0", "asyncbox": "2.9.4", "axios": "1.5.1", diff --git a/packages/doctor/package.json b/packages/doctor/package.json index 43671e372..092c19913 100644 --- a/packages/doctor/package.json +++ b/packages/doctor/package.json @@ -46,7 +46,7 @@ "dependencies": { "@appium/support": "^4.1.7", "@colors/colors": "1.6.0", - "@types/bluebird": "3.5.40", + "@types/bluebird": "3.5.41", "@types/teen_process": "2.0.1", "appium-adb": "10.0.0", "bluebird": "3.7.2", diff --git a/packages/driver-test-support/package.json b/packages/driver-test-support/package.json index 555ffedf5..218f8c8e4 100644 --- a/packages/driver-test-support/package.json +++ b/packages/driver-test-support/package.json @@ -42,8 +42,8 @@ "types": "./build/lib/index.d.ts", "dependencies": { "@appium/types": "^0.14.0", - "@types/lodash": "4.14.199", - "@types/stoppable": "1.1.1", + "@types/lodash": "4.14.200", + "@types/stoppable": "1.1.2", "axios": "1.5.1", "bluebird": "3.7.2", "chai": "4.3.10", diff --git a/packages/execute-driver-plugin/package.json b/packages/execute-driver-plugin/package.json index e66522fff..0fe634ae4 100644 --- a/packages/execute-driver-plugin/package.json +++ b/packages/execute-driver-plugin/package.json @@ -38,7 +38,7 @@ "test:unit": "mocha \"./test/unit/**/*.spec.js\"" }, "dependencies": { - "@types/bluebird": "3.5.40", + "@types/bluebird": "3.5.41", "bluebird": "3.7.2", "lodash": "4.17.21", "source-map-support": "0.5.21", diff --git a/packages/fake-driver/package.json b/packages/fake-driver/package.json index 4967c75f8..4101fe06a 100644 --- a/packages/fake-driver/package.json +++ b/packages/fake-driver/package.json @@ -46,7 +46,7 @@ "test:unit": "mocha --timeout 10s --slow 5s \"./test/unit/**/*.spec.js\"" }, "dependencies": { - "@types/bluebird": "3.5.40", + "@types/bluebird": "3.5.41", "@xmldom/xmldom": "0.8.10", "asyncbox": "2.9.4", "bluebird": "3.7.2", diff --git a/packages/fake-plugin/package.json b/packages/fake-plugin/package.json index 2437411df..c0423a090 100644 --- a/packages/fake-plugin/package.json +++ b/packages/fake-plugin/package.json @@ -41,7 +41,7 @@ "dependencies": { "@appium/base-plugin": "^2.2.21", "@appium/support": "^4.1.7", - "@types/bluebird": "3.5.40", + "@types/bluebird": "3.5.41", "bluebird": "3.7.2", "lodash": "4.17.21", "source-map-support": "0.5.21" diff --git a/packages/opencv/package.json b/packages/opencv/package.json index 3d348ded0..9b5776ab2 100644 --- a/packages/opencv/package.json +++ b/packages/opencv/package.json @@ -41,7 +41,7 @@ "test:unit": "mocha \"./test/unit/**/*.spec.js\"" }, "dependencies": { - "@types/bluebird": "3.5.40", + "@types/bluebird": "3.5.41", "bluebird": "3.7.2", "lodash": "4.17.21", "opencv-bindings": "4.5.5", diff --git a/packages/schema/package.json b/packages/schema/package.json index dcb16191e..69634155f 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -38,7 +38,7 @@ "test": "exit 0" }, "dependencies": { - "@types/json-schema": "7.0.13", + "@types/json-schema": "7.0.14", "json-schema": "0.4.0", "source-map-support": "0.5.21" }, diff --git a/packages/support/package.json b/packages/support/package.json index c9781ed11..f7edbdc39 100644 --- a/packages/support/package.json +++ b/packages/support/package.json @@ -44,21 +44,21 @@ "@appium/tsconfig": "^0.3.2", "@appium/types": "^0.14.0", "@colors/colors": "1.6.0", - "@types/archiver": "5.3.3", - "@types/base64-stream": "1.0.3", - "@types/find-root": "1.1.2", - "@types/jsftp": "2.1.3", - "@types/klaw": "3.0.4", - "@types/lockfile": "1.0.2", - "@types/mv": "2.1.2", - "@types/ncp": "2.0.6", - "@types/npmlog": "4.1.4", - "@types/pluralize": "0.0.31", - "@types/semver": "7.5.3", - "@types/shell-quote": "1.7.2", - "@types/supports-color": "8.1.1", + "@types/archiver": "5.3.4", + "@types/base64-stream": "1.0.4", + "@types/find-root": "1.1.3", + "@types/jsftp": "2.1.4", + "@types/klaw": "3.0.5", + "@types/lockfile": "1.0.3", + "@types/mv": "2.1.3", + "@types/ncp": "2.0.7", + "@types/npmlog": "4.1.5", + "@types/pluralize": "0.0.32", + "@types/semver": "7.5.4", + "@types/shell-quote": "1.7.3", + "@types/supports-color": "8.1.2", "@types/teen_process": "2.0.1", - "@types/uuid": "9.0.5", + "@types/uuid": "9.0.6", "@types/which": "3.0.0", "archiver": "6.0.1", "axios": "1.5.1", diff --git a/packages/types/package.json b/packages/types/package.json index 4ccfa3342..ff7d3be0b 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -40,9 +40,9 @@ "dependencies": { "@appium/schema": "^0.4.0", "@appium/tsconfig": "^0.3.2", - "@types/express": "4.17.19", - "@types/npmlog": "4.1.4", - "@types/ws": "8.5.7", + "@types/express": "4.17.20", + "@types/npmlog": "4.1.5", + "@types/ws": "8.5.8", "type-fest": "3.13.1" }, "engines": { diff --git a/packages/universal-xml-plugin/package.json b/packages/universal-xml-plugin/package.json index ccf83cb72..ae4d3af5e 100644 --- a/packages/universal-xml-plugin/package.json +++ b/packages/universal-xml-plugin/package.json @@ -36,7 +36,7 @@ "test:unit": "mocha \"./test/unit/**/*.spec.js\"" }, "dependencies": { - "@types/xmldom": "0.1.32", + "@types/xmldom": "0.1.33", "@xmldom/xmldom": "0.8.10", "fast-xml-parser": "4.3.2", "lodash": "4.17.21",