From 332bb59ee3fdd14c03f6b3c4fd6587a30319d568 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 08:01:30 +0000 Subject: [PATCH] fix(support): update dependency teen_process to v2.0.64 --- package-lock.json | 32 +++++++++++------------ packages/appium/package.json | 2 +- packages/doctor/package.json | 2 +- packages/docutils/package.json | 2 +- packages/plugin-test-support/package.json | 2 +- packages/support/package.json | 2 +- 6 files changed, 21 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index d980e538d..d5989849d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19735,9 +19735,9 @@ } }, "node_modules/teen_process": { - "version": "2.0.63", - "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.0.63.tgz", - "integrity": "sha512-/yWQqrRsLqMX83isv8i4BGQ3T8QQTDrjBrxU4Hk0zU9KAKRZdIddpSPsGq8hwLRpVmDAoNTcF9LH2UIEWJXY4g==", + "version": "2.0.64", + "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.0.64.tgz", + "integrity": "sha512-M7PWhLAykLuA+AXH8YLDGQuiTNuRBLwTVdZdA2GbK9vsjaj/jOR3zUwMC3h5pOdZscGLylXOrs+NgOLNzGx4IA==", "dependencies": { "bluebird": "3.7.2", "lodash": "4.17.21", @@ -22929,7 +22929,7 @@ "resolve-from": "5.0.0", "semver": "7.5.4", "source-map-support": "0.5.21", - "teen_process": "2.0.63", + "teen_process": "2.0.64", "type-fest": "3.13.1", "winston": "3.11.0", "wrap-ansi": "7.0.0", @@ -23136,7 +23136,7 @@ "inquirer": "8.2.6", "lodash": "4.17.21", "source-map-support": "0.5.21", - "teen_process": "2.0.63", + "teen_process": "2.0.64", "yargs": "17.7.2" }, "bin": { @@ -23170,7 +23170,7 @@ "read-pkg": "5.2.0", "semver": "7.5.4", "source-map-support": "0.5.21", - "teen_process": "2.0.63", + "teen_process": "2.0.64", "type-fest": "3.13.1", "typedoc": "0.23.28", "typedoc-plugin-markdown": "3.14.0", @@ -23452,7 +23452,7 @@ "get-port": "5.1.1", "log-symbols": "4.1.0", "source-map-support": "0.5.21", - "teen_process": "2.0.63" + "teen_process": "2.0.64" }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0", @@ -23559,7 +23559,7 @@ "shell-quote": "1.8.1", "source-map-support": "0.5.21", "supports-color": "8.1.1", - "teen_process": "2.0.63", + "teen_process": "2.0.64", "type-fest": "3.13.1", "uuid": "9.0.1", "which": "4.0.0", @@ -23934,7 +23934,7 @@ "inquirer": "8.2.6", "lodash": "4.17.21", "source-map-support": "0.5.21", - "teen_process": "2.0.63", + "teen_process": "2.0.64", "yargs": "17.7.2" } }, @@ -23959,7 +23959,7 @@ "read-pkg": "5.2.0", "semver": "7.5.4", "source-map-support": "0.5.21", - "teen_process": "2.0.63", + "teen_process": "2.0.64", "type-fest": "3.13.1", "typedoc": "0.23.28", "typedoc-plugin-markdown": "3.14.0", @@ -24116,7 +24116,7 @@ "get-port": "5.1.1", "log-symbols": "4.1.0", "source-map-support": "0.5.21", - "teen_process": "2.0.63" + "teen_process": "2.0.64" } }, "@appium/relaxed-caps-plugin": { @@ -24193,7 +24193,7 @@ "shell-quote": "1.8.1", "source-map-support": "0.5.21", "supports-color": "8.1.1", - "teen_process": "2.0.63", + "teen_process": "2.0.64", "type-fest": "3.13.1", "uuid": "9.0.1", "which": "4.0.0", @@ -27656,7 +27656,7 @@ "resolve-from": "5.0.0", "semver": "7.5.4", "source-map-support": "0.5.21", - "teen_process": "2.0.63", + "teen_process": "2.0.64", "type-fest": "3.13.1", "winston": "3.11.0", "wrap-ansi": "7.0.0", @@ -37947,9 +37947,9 @@ } }, "teen_process": { - "version": "2.0.63", - "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.0.63.tgz", - "integrity": "sha512-/yWQqrRsLqMX83isv8i4BGQ3T8QQTDrjBrxU4Hk0zU9KAKRZdIddpSPsGq8hwLRpVmDAoNTcF9LH2UIEWJXY4g==", + "version": "2.0.64", + "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.0.64.tgz", + "integrity": "sha512-M7PWhLAykLuA+AXH8YLDGQuiTNuRBLwTVdZdA2GbK9vsjaj/jOR3zUwMC3h5pOdZscGLylXOrs+NgOLNzGx4IA==", "requires": { "bluebird": "3.7.2", "lodash": "4.17.21", diff --git a/packages/appium/package.json b/packages/appium/package.json index f4c1875ee..d5b554827 100644 --- a/packages/appium/package.json +++ b/packages/appium/package.json @@ -90,7 +90,7 @@ "resolve-from": "5.0.0", "semver": "7.5.4", "source-map-support": "0.5.21", - "teen_process": "2.0.63", + "teen_process": "2.0.64", "type-fest": "3.13.1", "winston": "3.11.0", "wrap-ansi": "7.0.0", diff --git a/packages/doctor/package.json b/packages/doctor/package.json index 59b4adb23..729527c8d 100644 --- a/packages/doctor/package.json +++ b/packages/doctor/package.json @@ -53,7 +53,7 @@ "inquirer": "8.2.6", "lodash": "4.17.21", "source-map-support": "0.5.21", - "teen_process": "2.0.63", + "teen_process": "2.0.64", "yargs": "17.7.2" }, "engines": { diff --git a/packages/docutils/package.json b/packages/docutils/package.json index 14acf6739..f0bc32e09 100644 --- a/packages/docutils/package.json +++ b/packages/docutils/package.json @@ -67,7 +67,7 @@ "read-pkg": "5.2.0", "semver": "7.5.4", "source-map-support": "0.5.21", - "teen_process": "2.0.63", + "teen_process": "2.0.64", "type-fest": "3.13.1", "typedoc": "0.23.28", "typedoc-plugin-markdown": "3.14.0", diff --git a/packages/plugin-test-support/package.json b/packages/plugin-test-support/package.json index 3600e0261..dbcae2041 100644 --- a/packages/plugin-test-support/package.json +++ b/packages/plugin-test-support/package.json @@ -45,7 +45,7 @@ "get-port": "5.1.1", "log-symbols": "4.1.0", "source-map-support": "0.5.21", - "teen_process": "2.0.63" + "teen_process": "2.0.64" }, "peerDependencies": { "appium": "^2.0.0-beta.43", diff --git a/packages/support/package.json b/packages/support/package.json index a1b0385e2..6c7f47495 100644 --- a/packages/support/package.json +++ b/packages/support/package.json @@ -89,7 +89,7 @@ "shell-quote": "1.8.1", "source-map-support": "0.5.21", "supports-color": "8.1.1", - "teen_process": "2.0.63", + "teen_process": "2.0.64", "type-fest": "3.13.1", "uuid": "9.0.1", "which": "4.0.0",